Change docs links to generic format
The doc links shouldn't be found to html. Change-Id: I3a414193d4d3bfb81b19ddbc517f7b3c92c2d5dd
This commit is contained in:
@@ -38,7 +38,7 @@ Development Environment
|
|||||||
|
|
||||||
The first step towards contributing code and documentation is to setup your
|
The first step towards contributing code and documentation is to setup your
|
||||||
development environment. We use a pretty standard setup, but it is fully
|
development environment. We use a pretty standard setup, but it is fully
|
||||||
documented in our `setup <setup.html>`_ section.
|
documented in our :doc:`setup <setup>` section.
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
|
@@ -2,9 +2,9 @@ Welcome to the OpenStack SDK!
|
|||||||
=============================
|
=============================
|
||||||
|
|
||||||
This documentation is split into two sections: one for
|
This documentation is split into two sections: one for
|
||||||
`users <users/index.html>`_ looking to build applications which make use of
|
:doc:`users <users/index>` looking to build applications which make use of
|
||||||
OpenStack, and another for those looking to
|
OpenStack, and another for those looking to
|
||||||
`contribute <contributors/index.html>`_ to this project.
|
:doc:`contribute <contributors/index>` to this project.
|
||||||
|
|
||||||
For Users
|
For Users
|
||||||
---------
|
---------
|
||||||
|
@@ -2,7 +2,7 @@ Getting started with the OpenStack SDK
|
|||||||
======================================
|
======================================
|
||||||
|
|
||||||
For a listing of terms used throughout the SDK, including the names of
|
For a listing of terms used throughout the SDK, including the names of
|
||||||
projects and services supported by it, see the `Glossary <../glossary.html>`_.
|
projects and services supported by it, see the :doc:`glossary <../glossary>`.
|
||||||
|
|
||||||
Installation
|
Installation
|
||||||
------------
|
------------
|
||||||
@@ -38,7 +38,7 @@ approach, this is where you'll want to begin.
|
|||||||
Orchestration <userguides/orchestration>
|
Orchestration <userguides/orchestration>
|
||||||
Telemetry <userguides/telemetry>
|
Telemetry <userguides/telemetry>
|
||||||
|
|
||||||
It may also be useful to try out some working code `examples <examples.html>`_.
|
It may also be useful to try out some working code :doc:`examples <examples>`.
|
||||||
|
|
||||||
API Documentation
|
API Documentation
|
||||||
-----------------
|
-----------------
|
||||||
|
Reference in New Issue
Block a user