Rename userguides to guides
Considering the path to the guides is doc/source/users/userguides, the extra user in userguides looks weird and unnecessary. Change-Id: I57c94907e150de2d9de28ed8073e20b494203c97
This commit is contained in:
parent
cdec1281ad
commit
409f1683c4
@ -23,20 +23,20 @@ approach, this is where you'll want to begin.
|
|||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 1
|
:maxdepth: 1
|
||||||
|
|
||||||
Connecting to an OpenStack Cloud <userguides/usage>
|
Connecting to an OpenStack Cloud <guides/usage>
|
||||||
Logging <userguides/logging>
|
Logging <guides/logging>
|
||||||
Block Store <userguides/block_store>
|
Block Store <guides/block_store>
|
||||||
CDN <userguides/cdn>
|
CDN <guides/cdn>
|
||||||
Compute <userguides/compute>
|
Compute <guides/compute>
|
||||||
Database <userguides/database>
|
Database <guides/database>
|
||||||
Identity <userguides/identity>
|
Identity <guides/identity>
|
||||||
Image <userguides/image>
|
Image <guides/image>
|
||||||
Key Management <userguides/key_management>
|
Key Management <guides/key_management>
|
||||||
Metric <userguides/metric>
|
Metric <guides/metric>
|
||||||
Network <userguides/network>
|
Network <guides/network>
|
||||||
Object Store <userguides/object_store>
|
Object Store <guides/object_store>
|
||||||
Orchestration <userguides/orchestration>
|
Orchestration <guides/orchestration>
|
||||||
Telemetry <userguides/telemetry>
|
Telemetry <guides/telemetry>
|
||||||
|
|
||||||
It may also be useful to try out some working code examples:
|
It may also be useful to try out some working code examples:
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Block Store API
|
Block Store API
|
||||||
===============
|
===============
|
||||||
|
|
||||||
For details on how to use block_store, see :doc:`/users/userguides/block_store`
|
For details on how to use block_store, see :doc:`/users/guides/block_store`
|
||||||
|
|
||||||
.. automodule:: openstack.block_store.v2._proxy
|
.. automodule:: openstack.block_store.v2._proxy
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
CDN API
|
CDN API
|
||||||
=======
|
=======
|
||||||
|
|
||||||
For details on how to use CDN, see :doc:`/users/userguides/cdn`
|
For details on how to use CDN, see :doc:`/users/guides/cdn`
|
||||||
|
|
||||||
.. automodule:: openstack.cdn.v1._proxy
|
.. automodule:: openstack.cdn.v1._proxy
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Compute API
|
Compute API
|
||||||
===========
|
===========
|
||||||
|
|
||||||
For details on how to use compute, see :doc:`/users/userguides/compute`
|
For details on how to use compute, see :doc:`/users/guides/compute`
|
||||||
|
|
||||||
.. automodule:: openstack.compute.v2._proxy
|
.. automodule:: openstack.compute.v2._proxy
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Database API
|
Database API
|
||||||
============
|
============
|
||||||
|
|
||||||
For details on how to use database, see :doc:`/users/userguides/database`
|
For details on how to use database, see :doc:`/users/guides/database`
|
||||||
|
|
||||||
.. automodule:: openstack.database.v1._proxy
|
.. automodule:: openstack.database.v1._proxy
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Identity API v2
|
Identity API v2
|
||||||
===============
|
===============
|
||||||
|
|
||||||
For details on how to use identity, see :doc:`/users/userguides/identity`
|
For details on how to use identity, see :doc:`/users/guides/identity`
|
||||||
|
|
||||||
.. automodule:: openstack.identity.v2._proxy
|
.. automodule:: openstack.identity.v2._proxy
|
||||||
|
|
||||||
@ -18,7 +18,7 @@ member of a :class:`~openstack.connection.Connection` object. The
|
|||||||
Identity API v3
|
Identity API v3
|
||||||
===============
|
===============
|
||||||
|
|
||||||
For details on how to use identity, see :doc:`/users/userguides/identity`
|
For details on how to use identity, see :doc:`/users/guides/identity`
|
||||||
|
|
||||||
.. automodule:: openstack.identity.v3._proxy
|
.. automodule:: openstack.identity.v3._proxy
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Image API v1
|
Image API v1
|
||||||
============
|
============
|
||||||
|
|
||||||
For details on how to use image, see :doc:`/users/userguides/image`
|
For details on how to use image, see :doc:`/users/guides/image`
|
||||||
|
|
||||||
.. automodule:: openstack.image.v1._proxy
|
.. automodule:: openstack.image.v1._proxy
|
||||||
|
|
||||||
@ -18,7 +18,7 @@ only be added if the service is detected.
|
|||||||
Image API v2
|
Image API v2
|
||||||
============
|
============
|
||||||
|
|
||||||
For details on how to use image, see :doc:`/users/userguides/image`
|
For details on how to use image, see :doc:`/users/guides/image`
|
||||||
|
|
||||||
.. automodule:: openstack.image.v2._proxy
|
.. automodule:: openstack.image.v2._proxy
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@ KeyManagement API
|
|||||||
=================
|
=================
|
||||||
|
|
||||||
For details on how to use key_management, see
|
For details on how to use key_management, see
|
||||||
:doc:`/users/userguides/key_management`
|
:doc:`/users/guides/key_management`
|
||||||
|
|
||||||
.. automodule:: openstack.key_management.v1._proxy
|
.. automodule:: openstack.key_management.v1._proxy
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Metric API
|
Metric API
|
||||||
==========
|
==========
|
||||||
|
|
||||||
For details on how to use metric, see :doc:`/users/userguides/metric`
|
For details on how to use metric, see :doc:`/users/guides/metric`
|
||||||
|
|
||||||
.. automodule:: openstack.metric.v1._proxy
|
.. automodule:: openstack.metric.v1._proxy
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Network API
|
Network API
|
||||||
===========
|
===========
|
||||||
|
|
||||||
For details on how to use network, see :doc:`/users/userguides/network`
|
For details on how to use network, see :doc:`/users/guides/network`
|
||||||
|
|
||||||
.. automodule:: openstack.network.v2._proxy
|
.. automodule:: openstack.network.v2._proxy
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Object Store API
|
Object Store API
|
||||||
================
|
================
|
||||||
|
|
||||||
For details on how to use this API, see :doc:`/users/userguides/object_store`
|
For details on how to use this API, see :doc:`/users/guides/object_store`
|
||||||
|
|
||||||
.. automodule:: openstack.object_store.v1._proxy
|
.. automodule:: openstack.object_store.v1._proxy
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Orchestration API
|
Orchestration API
|
||||||
=================
|
=================
|
||||||
|
|
||||||
For details on how to use orchestration, see :doc:`/users/userguides/orchestration`
|
For details on how to use orchestration, see :doc:`/users/guides/orchestration`
|
||||||
|
|
||||||
.. automodule:: openstack.orchestration.v1._proxy
|
.. automodule:: openstack.orchestration.v1._proxy
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Telemetry API
|
Telemetry API
|
||||||
=============
|
=============
|
||||||
|
|
||||||
For details on how to use telemetry, see :doc:`/users/userguides/telemetry`
|
For details on how to use telemetry, see :doc:`/users/guides/telemetry`
|
||||||
|
|
||||||
.. automodule:: openstack.telemetry.v2._proxy
|
.. automodule:: openstack.telemetry.v2._proxy
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user