summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBrant Knudson <bknudson@us.ibm.com>2014-10-10 19:24:50 -0500
committerBrant Knudson <bknudson@us.ibm.com>2014-10-10 19:24:50 -0500
commit6dd48ab8c02fa10f4ab72e9a0871620068ddab98 (patch)
treebfdca09af0842b6d07073307f39d4d53510abe8d /doc
parent89dc951f7d5a603f0c34b7c2cb9f7d26d73d9916 (diff)
downloadpython-keystoneclient-6dd48ab8c02fa10f4ab72e9a0871620068ddab98.tar.gz
Reorder index links
The V3 Client link should come before the V2 Client link if that's what we want developers to use. Change-Id: I34a232d21862999a6f1a7acf5382ff752a7e3590
Diffstat (limited to 'doc')
-rw-r--r--doc/source/index.rst6
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/source/index.rst b/doc/source/index.rst
index d75547c..60301d3 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -12,13 +12,11 @@ Contents:
:maxdepth: 1
man/keystone
- using-sessions
- using-api-v2
using-api-v3
-
+ using-sessions
authentication-plugins
+ using-api-v2
middlewarearchitecture
-
api/modules
Contributing