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::
|
||||
:maxdepth: 1
|
||||
|
||||
Connecting to an OpenStack Cloud <userguides/usage>
|
||||
Logging <userguides/logging>
|
||||
Block Store <userguides/block_store>
|
||||
CDN <userguides/cdn>
|
||||
Compute <userguides/compute>
|
||||
Database <userguides/database>
|
||||
Identity <userguides/identity>
|
||||
Image <userguides/image>
|
||||
Key Management <userguides/key_management>
|
||||
Metric <userguides/metric>
|
||||
Network <userguides/network>
|
||||
Object Store <userguides/object_store>
|
||||
Orchestration <userguides/orchestration>
|
||||
Telemetry <userguides/telemetry>
|
||||
Connecting to an OpenStack Cloud <guides/usage>
|
||||
Logging <guides/logging>
|
||||
Block Store <guides/block_store>
|
||||
CDN <guides/cdn>
|
||||
Compute <guides/compute>
|
||||
Database <guides/database>
|
||||
Identity <guides/identity>
|
||||
Image <guides/image>
|
||||
Key Management <guides/key_management>
|
||||
Metric <guides/metric>
|
||||
Network <guides/network>
|
||||
Object Store <guides/object_store>
|
||||
Orchestration <guides/orchestration>
|
||||
Telemetry <guides/telemetry>
|
||||
|
||||
It may also be useful to try out some working code examples:
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
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
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
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
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
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
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
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
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
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
|
||||
|
||||
@ -18,7 +18,7 @@ member of a :class:`~openstack.connection.Connection` object. The
|
||||
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
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
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
|
||||
|
||||
@ -18,7 +18,7 @@ only be added if the service is detected.
|
||||
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
|
||||
|
||||
|
@ -2,7 +2,7 @@ KeyManagement API
|
||||
=================
|
||||
|
||||
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
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
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
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
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
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
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
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
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
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user