mirror of
https://github.com/jazzband/django-analytical.git
synced 2026-03-16 22:20:25 +00:00
Fix broken/missing author credits in documentation
Fixes broken text include in History chapter introduced via commit 7704f8c.
This commit is contained in:
parent
0f099b8ab4
commit
110d5bf361
1 changed files with 14 additions and 1 deletions
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue