diff options
author | Doug Hellmann <doug@doughellmann.com> | 2017-06-26 15:57:47 -0400 |
---|---|---|
committer | Doug Hellmann <doug@doughellmann.com> | 2017-06-26 15:57:47 -0400 |
commit | 8455ebcf9dac74609f4c5f4aa760dd3dedb50b94 (patch) | |
tree | e2b64e11a34145f4516e497ae17b2a7bc4c34eaf /doc | |
parent | 08a56228538d55c0686c61964e8052b67f1334f8 (diff) | |
download | django_openstack_auth-8455ebcf9dac74609f4c5f4aa760dd3dedb50b94.tar.gz |
move documentation into the new standard layout
Change-Id: Ie16878c132794f74209d450670e12eaed80efd6a
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/index.rst | 8 | ||||
-rw-r--r-- | doc/source/install/index.rst (renamed from doc/source/installation.rst) | 0 | ||||
-rw-r--r-- | doc/source/reference/backend.rst (renamed from doc/source/ref/backend.rst) | 0 | ||||
-rw-r--r-- | doc/source/reference/forms.rst (renamed from doc/source/ref/forms.rst) | 0 | ||||
-rw-r--r-- | doc/source/reference/index.rst | 13 | ||||
-rw-r--r-- | doc/source/reference/user.rst (renamed from doc/source/ref/user.rst) | 0 | ||||
-rw-r--r-- | doc/source/reference/utils.rst (renamed from doc/source/ref/utils.rst) | 0 | ||||
-rw-r--r-- | doc/source/reference/views.rst (renamed from doc/source/ref/views.rst) | 0 |
8 files changed, 15 insertions, 6 deletions
diff --git a/doc/source/index.rst b/doc/source/index.rst index b4404a2..d7f72c4 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -11,12 +11,8 @@ The current version is designed to work with the Keystone V2 or V3 API. .. toctree:: :maxdepth: 2 - installation - ref/user - ref/views - ref/forms - ref/backend - ref/utils + install/index + reference/index Indices and tables ================== diff --git a/doc/source/installation.rst b/doc/source/install/index.rst index 866152f..866152f 100644 --- a/doc/source/installation.rst +++ b/doc/source/install/index.rst diff --git a/doc/source/ref/backend.rst b/doc/source/reference/backend.rst index 181536f..181536f 100644 --- a/doc/source/ref/backend.rst +++ b/doc/source/reference/backend.rst diff --git a/doc/source/ref/forms.rst b/doc/source/reference/forms.rst index 120c213..120c213 100644 --- a/doc/source/ref/forms.rst +++ b/doc/source/reference/forms.rst diff --git a/doc/source/reference/index.rst b/doc/source/reference/index.rst new file mode 100644 index 0000000..77a8e11 --- /dev/null +++ b/doc/source/reference/index.rst @@ -0,0 +1,13 @@ +===================================== + Django OpenStack Auth API Reference +===================================== + +.. toctree:: + :maxdepth: 2 + + user + views + forms + backend + utils + diff --git a/doc/source/ref/user.rst b/doc/source/reference/user.rst index 910657e..910657e 100644 --- a/doc/source/ref/user.rst +++ b/doc/source/reference/user.rst diff --git a/doc/source/ref/utils.rst b/doc/source/reference/utils.rst index a89e0a2..a89e0a2 100644 --- a/doc/source/ref/utils.rst +++ b/doc/source/reference/utils.rst diff --git a/doc/source/ref/views.rst b/doc/source/reference/views.rst index e71719e..e71719e 100644 --- a/doc/source/ref/views.rst +++ b/doc/source/reference/views.rst |