mirror of
https://github.com/jazzband/django-analytical.git
synced 2026-05-13 01:33:15 +00:00
Small documentation fixes
This commit is contained in:
parent
cf7589bc20
commit
f41b0619d8
4 changed files with 22 additions and 20 deletions
18
README.rst
18
README.rst
|
|
@ -4,15 +4,15 @@ django-analytical
|
|||
The django-analytical application integrates various analytics services
|
||||
into a Django_ project. Currently supported services:
|
||||
|
||||
* `Chartbeat`_ -- traffic analysis
|
||||
* `Clicky`_ -- traffic analysis
|
||||
* `Crazy Egg`_ -- visual click tracking
|
||||
* `Google Analytics`_ -- traffic analysis
|
||||
* `HubSpot`_ -- inbound marketing
|
||||
* `KISSinsights`_ -- feedback surveys
|
||||
* `KISSmetrics`_ -- funnel analysis
|
||||
* `Mixpanel`_ -- event tracking
|
||||
* `Optimizely`_ -- A/B testing
|
||||
* `Chartbeat`_ traffic analysis
|
||||
* `Clicky`_ traffic analysis
|
||||
* `Crazy Egg`_ visual click tracking
|
||||
* `Google Analytics`_ traffic analysis
|
||||
* `HubSpot`_ inbound marketing
|
||||
* `KISSinsights`_ feedback surveys
|
||||
* `KISSmetrics`_ funnel analysis
|
||||
* `Mixpanel`_ event tracking
|
||||
* `Optimizely`_ A/B testing
|
||||
|
||||
The documentation can be found in the ``docs`` directory or `read
|
||||
online`_. The source code and issue tracker are `hosted on GitHub`_.
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ to customize tracking. Each service is set-up as recommended by the
|
|||
services themselves, using an asynchronous version of the Javascript
|
||||
code if possible.
|
||||
|
||||
To get a feel of how django-analytics works, first check out the
|
||||
To get a feel of how django-analytics works, check out the
|
||||
:doc:`tutorial`.
|
||||
|
||||
|
||||
|
|
@ -49,14 +49,15 @@ Helping out
|
|||
|
||||
If you want to help out with development of django-analytical, by
|
||||
posting detailed bug reports, suggesting new features or other analytics
|
||||
services to support, or doing some development work yourself, please use
|
||||
the `GitHub project page`_:
|
||||
services to support, or doing some development work yourself, please see
|
||||
use the `GitHub project page`_. Use the `issue tracker`_ to discuss
|
||||
bugs and features.
|
||||
|
||||
* Use the `issue tracker`_ to discuss bugs and features.
|
||||
* If you want to do the work yourself, great! Clone the repository, make
|
||||
changes and send a pull request. Please create a new issue to discuss
|
||||
it first, and to keep people from stepping on each others toes.
|
||||
* Of course, you can always send ideas and patches to joost@cassee.net.
|
||||
If you want to work on it yourself, great! Clone the repository, make
|
||||
changes and send a pull request. Please do create a new issue to
|
||||
discuss your plans.
|
||||
|
||||
Of course, you can always send ideas and patches to joost@cassee.net.
|
||||
|
||||
.. _`GitHub project page`: http://github.com/jcassee/django-analytical
|
||||
.. _`issue tracker`: http://github.com/jcassee/django-analytical/issues
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@ Services
|
|||
|
||||
A number of analytics services is supported.
|
||||
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
:glob:
|
||||
|
|
|
|||
|
|
@ -21,8 +21,8 @@ tracking data to segment mouse clicks on Crazy Egg based on whether
|
|||
visitors are using IPv4 or IPv6.
|
||||
|
||||
|
||||
Installation
|
||||
============
|
||||
Setting up basic tracking
|
||||
=========================
|
||||
|
||||
To get started with django-analytical, the package must first be
|
||||
installed. You can download and install the latest stable package from
|
||||
|
|
@ -128,4 +128,4 @@ using IPv6.
|
|||
|
||||
This concludes the tutorial. For information about setting up,
|
||||
configuring and customizing the different analytics services, see
|
||||
:ref:`services`.
|
||||
:doc:`features` and :doc:`services`.
|
||||
|
|
|
|||
Loading…
Reference in a new issue