diff --git a/doc/source/index.rst b/doc/source/index.rst index 3076a779f0..55d0f4dddd 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -30,6 +30,7 @@ This documentation is generated by the Sphinx toolkit and lives in the `source tree`_. Also see the :doc:`getting-started/community` page for other ways to interact with the community. +.. _`OpenStack's Identity API`: https://developer.openstack.org/api-ref/identity/index.html .. _`source tree`: https://git.openstack.org/cgit/openstack/keystone/tree/doc/source Related Projects @@ -123,21 +124,3 @@ Configuration Options :maxdepth: 2 configuration/index.rst - -API Documentation -~~~~~~~~~~~~~~~~~ - -An end user can find the specific API documentation here, `OpenStack's Identity API`_. - -.. _`OpenStack's Identity API`: https://developer.openstack.org/api-ref/identity/v3 - -.. note:: - - Following are some API examples using curl. Note that these examples are not - automatically generated. They can be outdated as things change and are subject - to regular updates and changes. - -.. toctree:: - :maxdepth: 2 - - api_curl_examples.rst diff --git a/doc/source/user/index.rst b/doc/source/user/index.rst index 1f0a878eae..5e3bf62340 100644 --- a/doc/source/user/index.rst +++ b/doc/source/user/index.rst @@ -18,6 +18,17 @@ User Documentation ================== -This section will eventually consist of documentation migrated from other -guides. This is a placeholder until content best suited for this guide is -migrated. +An end user can find the specific API documentation here, `OpenStack's Identity API`_. + +.. _`OpenStack's Identity API`: https://developer.openstack.org/api-ref/identity/v3 + +.. note:: + + Following are some API examples using curl. Note that these examples are not + automatically generated. They can be outdated as things change and are subject + to regular updates and changes. + +.. toctree:: + :maxdepth: 2 + + ../api_curl_examples.rst