Fix docs include directive

This commit is contained in:
Joost Cassee 2015-05-17 15:20:47 +02:00
parent c6f24decb5
commit bde02a3adf
2 changed files with 6 additions and 2 deletions

View file

@ -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

View file

@ -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`.