diff --git a/README.rst b/README.rst index 764c6aa..f016513 100644 --- a/README.rst +++ b/README.rst @@ -6,6 +6,8 @@ django-analytical |latest-version| The django-analytical application integrates analytics services into a Django_ project. +.. start docs include + Using an analytics service with a Django project means adding Javascript tracking code to the project templates. Of course, every service has its own specific installation instructions. Furthermore, you need to @@ -19,6 +21,8 @@ set-up very simple, while allowing advanced users to customize tracking. Each service is set up as recommended by the services themselves, using an asynchronous version of the Javascript code if possible. +.. end docs include + .. |latest-version| image:: https://img.shields.io/pypi/v/django-analytical.svg :alt: Latest version on PyPI :target: https://pypi.python.org/pypi/django-analytical diff --git a/docs/index.rst b/docs/index.rst index c0704fb..9630154 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -15,8 +15,8 @@ Overview ======== .. include:: ../README.rst - :start-after: Django_ project. - :end-before: Currently supported services: + :start-after: .. start docs include + :end-before: .. end docs include To get a feel of how django-analytical works, check out the :doc:`tutorial`.