Reorganize existing documentation files
This change creates two directories of content, based on who they're relevant to: users and contributors. Files which were in the top-level folder were moved, as well as some within folders in that top-level. This is one change of a multi-step process, so it only deals with renamings in order to make further changes cleaner. Change-Id: I3c9bb7da4f283e2696e7bcea84824c778bbcecfb Partial-Bug: 1416553
This commit is contained in:
parent
fac2e627b2
commit
f86cc2fc8e
@ -6,10 +6,10 @@ Welcome!
|
|||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
|
|
||||||
installation
|
users/installation
|
||||||
usage
|
users/usage
|
||||||
contributing
|
contributors/contributing
|
||||||
glossary
|
users/glossary
|
||||||
|
|
||||||
User Guides
|
User Guides
|
||||||
-----------
|
-----------
|
||||||
@ -17,7 +17,7 @@ User Guides
|
|||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 1
|
:maxdepth: 1
|
||||||
|
|
||||||
userguides/object_store
|
users/userguides/object_store
|
||||||
|
|
||||||
High-Level Interface
|
High-Level Interface
|
||||||
--------------------
|
--------------------
|
||||||
@ -25,7 +25,7 @@ High-Level Interface
|
|||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 1
|
:maxdepth: 1
|
||||||
|
|
||||||
highlevel/object_store
|
users/highlevel/object_store
|
||||||
|
|
||||||
Resource Level Classes
|
Resource Level Classes
|
||||||
----------------------
|
----------------------
|
||||||
@ -33,8 +33,8 @@ Resource Level Classes
|
|||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 1
|
:maxdepth: 1
|
||||||
|
|
||||||
resources/object_store/v1/container
|
users/resources/object_store/v1/container
|
||||||
resources/object_store/v1/obj
|
users/resources/object_store/v1/obj
|
||||||
|
|
||||||
Low-Level Classes
|
Low-Level Classes
|
||||||
-----------------
|
-----------------
|
||||||
@ -42,13 +42,13 @@ Low-Level Classes
|
|||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 1
|
:maxdepth: 1
|
||||||
|
|
||||||
connection
|
users/connection
|
||||||
user_preference
|
users/user_preference
|
||||||
session
|
users/session
|
||||||
transport
|
users/transport
|
||||||
base_auth_plugin
|
users/base_auth_plugin
|
||||||
identity_base
|
users/identity_base
|
||||||
identity_v2
|
users/identity_v2
|
||||||
identity_v3
|
users/identity_v3
|
||||||
resource
|
users/resource
|
||||||
service_filter
|
users/service_filter
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Object Store API
|
Object Store API
|
||||||
================
|
================
|
||||||
|
|
||||||
For details on how to use this API, see :doc:`/userguides/object_store`
|
For details on how to use this API, see :doc:`/users/userguides/object_store`
|
||||||
|
|
||||||
.. automodule:: openstack.object_store.v1._proxy
|
.. automodule:: openstack.object_store.v1._proxy
|
||||||
|
|
Loading…
Reference in New Issue
Block a user