Revive documentation.
[django-pagination.git] / doc / index.rst
1 ======================================
2 Linaro Django Pagination Documentation
3 ======================================
4
5 .. automodule:: linaro_django_pagination
6
7 .. seealso:: To get started quickly see :ref:`usage`
8 .. seealso:: See what's new in :ref:`version_2_0`
9
10 Features
11 ========
12
13 * Quickly create nice-looking paginated lists without altering your views
14 * Support for multiple lists per page
15 * Support for using custom templates for each pagination
16
17
18 Indices and tables
19 ==================
20
21 .. toctree::
22     :maxdepth: 2
23     
24     installation.rst
25     usage.rst
26     changes.rst
27
28 * :ref:`genindex`
29 * :ref:`modindex`
30 * :ref:`search`
31