From 110d5bf3618b3c566f513ab7f53e3a3a4f4b7b11 Mon Sep 17 00:00:00 2001 From: Peter Bittner Date: Wed, 9 Jul 2025 12:56:58 +0200 Subject: [PATCH] Fix broken/missing author credits in documentation Fixes broken text include in History chapter introduced via commit 7704f8c. --- docs/history.rst | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/docs/history.rst b/docs/history.rst index 6939438..397cc69 100644 --- a/docs/history.rst +++ b/docs/history.rst @@ -23,8 +23,21 @@ considered to be a backward-incompatible change. Credits ======= -.. include:: ../AUTHORS.rst +The django-analytical package was originally written by `Joost Cassee`_ +and is now maintained by `Peter Bittner`_ and the `Jazzband community`_. +All known contributors are listed as ``authors`` in the `project metadata`_. +Included JavaScript code snippets for integration of the analytics services +were written by the respective service providers. + +The application was inspired by and uses ideas from Analytical_, Joshua +Krall's all-purpose analytics front-end for Rails. + +.. _`Joost Cassee`: https://github.com/jcassee +.. _`Peter Bittner`: https://github.com/bittner +.. _`Jazzband community`: https://jazzband.co/ +.. _`project metadata`: https://github.com/jazzband/django-analytical/blob/main/pyproject.toml#L15-L60 +.. _`Analytical`: https://github.com/jkrall/analytical .. _helping-out: