summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Bangert <ben@groovie.org>2015-01-17 10:51:02 -0800
committerBen Bangert <ben@groovie.org>2015-01-17 10:51:02 -0800
commit94b04f96905f9b5dd8025c6bfa15c604f2368375 (patch)
treee38882b82015af649b8b723a621557e26b4f5763
parentcf4f6723967a81bf48be579357b59b7715751d27 (diff)
downloadroutes-94b04f96905f9b5dd8025c6bfa15c604f2368375.tar.gz
Note issue tracker in docs. Fixes #30.
-rw-r--r--docs/index.rst16
1 files changed, 12 insertions, 4 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 26472b2..8421f69 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -22,14 +22,14 @@ Installing
==========
Routes can be easily installed with pip or easy_install::
-
+
$ easy_install routes
Example
=======
.. code-block:: python
-
+
# Setup a mapper
from routes import Mapper
map = Mapper()
@@ -45,12 +45,20 @@ Source
The `routes source can be found on GitHub <http://github.com/bbangert/routes>`_.
+Bugs/Support
+============
+
+Bug's can be reported on the `github issue tracker
+<https://github.com/bbangert/routes/issues`_. Note that routes is in maintenance
+mode so bug reports are unlikely to be worked on, pull requests will be applied
+if submitted with tests.
+
Documentation
=============
.. toctree::
:maxdepth: 2
-
+
introduction
setting_up
generating
@@ -63,7 +71,7 @@ Documentation
glossary
porting
-
+
Indices and tables
==================