summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/docs/index.txt11
-rw-r--r--docs/index.txt12
-rw-r--r--setup.cfg5
3 files changed, 14 insertions, 14 deletions
diff --git a/docs/docs/index.txt b/docs/docs/index.txt
new file mode 100644
index 0000000..f51b84a
--- /dev/null
+++ b/docs/docs/index.txt
@@ -0,0 +1,11 @@
+Documentation
++++++++++++++
+
+For users:
+
+* `Routes Manual <../manual.html>`_
+* `Route Recipes - Common Tasks in Routes <../recipes.html>`_
+
+For Python web framework creators:
+
+* `Integrating Routes with your Python web framework <integration.html>`_
diff --git a/docs/index.txt b/docs/index.txt
index 34b49a3..1f5afc0 100644
--- a/docs/index.txt
+++ b/docs/index.txt
@@ -57,18 +57,6 @@ Routes 1.1 released with:
* Easier integration
* Powerful Groupings syntax for more flexibility
-Documentation
-=============
-
-For users:
-
-* `Routes Manual <manual.html>`_
-* `Route Recipes - Common Tasks in Routes <recipes.html>`_
-
-For Python web framework creators:
-
-* `Integrating Routes with your Python web framework <integration.html>`_
-
Credits
=======
diff --git a/setup.cfg b/setup.cfg
index f7a4b64..9464b7a 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -17,8 +17,9 @@ organization_url = http://routes.groovie.org/
trac_url=http://routes.groovie.org/trac/
blog_url = http://groovie.org/articles/category/routes
settings = no_about=true
- link1=/community/ Community
- link2=/download/ Download
+ link1=/docs/ Docs
+ link2=/community/ Community
+ link3=/download/ Download
extra_credits=Development Sponsored by <a href="http://www.parachute.com/">Parachute LLC.</a>
[publish]