Revive documentation.
[django-pagination.git] / doc / index.rst
diff --git a/doc/index.rst b/doc/index.rst
new file mode 100644 (file)
index 0000000..fec8b65
--- /dev/null
@@ -0,0 +1,31 @@
+======================================
+Linaro Django Pagination Documentation
+======================================
+
+.. automodule:: linaro_django_pagination
+
+.. seealso:: To get started quickly see :ref:`usage`
+.. seealso:: See what's new in :ref:`version_2_0`
+
+Features
+========
+
+* Quickly create nice-looking paginated lists without altering your views
+* Support for multiple lists per page
+* Support for using custom templates for each pagination
+
+
+Indices and tables
+==================
+
+.. toctree::
+    :maxdepth: 2
+    
+    installation.rst
+    usage.rst
+    changes.rst
+
+* :ref:`genindex`
+* :ref:`modindex`
+* :ref:`search`
+