diff --git a/doc/source/dev/dev-bay-template-example.rst b/doc/source/dev/bay-template-example.rst similarity index 100% rename from doc/source/dev/dev-bay-template-example.rst rename to doc/source/dev/bay-template-example.rst diff --git a/doc/source/dev/dev-build-atomic-image.rst b/doc/source/dev/build-atomic-image.rst similarity index 100% rename from doc/source/dev/dev-build-atomic-image.rst rename to doc/source/dev/build-atomic-image.rst diff --git a/doc/source/dev/dev-functional-test.rst b/doc/source/dev/functional-test.rst similarity index 97% rename from doc/source/dev/dev-functional-test.rst rename to doc/source/dev/functional-test.rst index c5e6881646..eaeacd9fb8 100644 --- a/doc/source/dev/dev-functional-test.rst +++ b/doc/source/dev/functional-test.rst @@ -11,7 +11,7 @@ Prerequisite You need to follow the developer quickstart guide to deploy Magnum in a devstack environment -``_ +``_ Preparation =========== diff --git a/doc/source/dev/dev-kubernetes-load-balancer.rst b/doc/source/dev/kubernetes-load-balancer.rst similarity index 100% rename from doc/source/dev/dev-kubernetes-load-balancer.rst rename to doc/source/dev/kubernetes-load-balancer.rst diff --git a/doc/source/dev/dev-manual-devstack.rst b/doc/source/dev/manual-devstack.rst similarity index 98% rename from doc/source/dev/dev-manual-devstack.rst rename to doc/source/dev/manual-devstack.rst index d387b3354d..f7de410a54 100644 --- a/doc/source/dev/dev-manual-devstack.rst +++ b/doc/source/dev/manual-devstack.rst @@ -1,11 +1,11 @@ -.. _dev-manual-install: +.. _manual-install: ================================== Manually Adding Magnum to DevStack ================================== If you are getting started with magnum it is recommended you follow the -:ref:`dev-quickstart` to get up and running with magnum. This guide covers +:ref:`quickstart` to get up and running with magnum. This guide covers a more in-depth process to setup magnum with devstack. Magnum depends on nova, glance, heat, barbican, and neutron to create and @@ -235,4 +235,4 @@ Start the conductor service in a new screen:: Magnum should now be up and running! Further details on utilizing magnum and deploying containers can be found in -the guide :ref:`dev-quickstart`. +the guide :ref:`quickstart`. diff --git a/doc/source/dev/dev-mesos.rst b/doc/source/dev/mesos.rst similarity index 100% rename from doc/source/dev/dev-mesos.rst rename to doc/source/dev/mesos.rst diff --git a/doc/source/dev/dev-quickstart.rst b/doc/source/dev/quickstart.rst similarity index 98% rename from doc/source/dev/dev-quickstart.rst rename to doc/source/dev/quickstart.rst index 64bd5be985..b060ae4251 100644 --- a/doc/source/dev/dev-quickstart.rst +++ b/doc/source/dev/quickstart.rst @@ -1,4 +1,4 @@ -.. _dev-quickstart: +.. _quickstart: ===================== Developer Quick-Start @@ -79,7 +79,7 @@ To run unit test coverage and check percentage of code covered:: tox -e cover To discover and interact with templates, please refer to -``_ +``_ Exercising the Services Using Devstack ====================================== @@ -96,7 +96,7 @@ This session has only been tested on Ubuntu 14.04 (Trusty) and Fedora 20/21. We recommend users to select one of them if it is possible. For in-depth guidance on adding magnum manually to a devstack instance, please -refer to the ``_ +refer to the ``_ Clone devstack:: @@ -121,7 +121,7 @@ Kilo, and heat is enabled by the magnum plugin):: PUBLIC_INTERFACE=eth1 enable_plugin magnum https://git.openstack.org/openstack/magnum # Enable barbican service and use it to store TLS certificates - # For details http://docs.openstack.org/developer/magnum/dev/dev-tls.html + # For details http://docs.openstack.org/developer/magnum/dev/tls.html enable_plugin barbican https://git.openstack.org/openstack/barbican VOLUME_BACKING_FILE_SIZE=20G END @@ -470,7 +470,7 @@ Building and Using a Mesos Bay Provisioning a mesos bay requires a Ubuntu-based image with some packages pre-installed. To build and upload such image, please refer to -``_ +``_ Alternatively, you can download and upload a pre-built image:: diff --git a/doc/source/dev/dev-tls.rst b/doc/source/dev/tls.rst similarity index 100% rename from doc/source/dev/dev-tls.rst rename to doc/source/dev/tls.rst diff --git a/doc/source/index.rst b/doc/source/index.rst index 5eea2302b7..aa34e722cb 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -75,12 +75,12 @@ Developer Info .. toctree:: :maxdepth: 1 - dev/dev-quickstart - dev/dev-manual-devstack - dev/dev-build-atomic-image.rst - dev/dev-kubernetes-load-balancer.rst - dev/dev-tls.rst - dev/dev-functional-test.rst + dev/quickstart + dev/manual-devstack + dev/build-atomic-image.rst + dev/kubernetes-load-balancer.rst + dev/tls.rst + dev/functional-test.rst contributing heat-templates objects