mirror of
https://github.com/jazzband/django-analytical.git
synced 2026-03-16 22:20:25 +00:00
Fix docs include directive
This commit is contained in:
parent
c6f24decb5
commit
bde02a3adf
2 changed files with 6 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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`.
|
||||
|
|
|
|||
Loading…
Reference in a new issue