Merge "Move development.environment.rst to standard location"

This commit is contained in:
Jenkins
2015-11-25 02:23:26 +00:00
committed by Gerrit Code Review
3 changed files with 2 additions and 2 deletions

View File

@@ -89,7 +89,7 @@ Clone the Zaqar repository with the following git command::
$ git clone git://git.openstack.org/openstack/zaqar.git $ git clone git://git.openstack.org/openstack/zaqar.git
For information on how to set up the Zaqar development environment For information on how to set up the Zaqar development environment
see :doc:`development-environment`. see :doc:`devref/development.environment`.
Before writing code, you will have to do some configurations Before writing code, you will have to do some configurations
to connect your local repository with Gerrit. You will only need to do this to connect your local repository with Gerrit. You will only need to do this

View File

@@ -110,7 +110,7 @@ Setting up a development environment
.. toctree:: .. toctree::
:maxdepth: 1 :maxdepth: 1
development-environment devref/development.environment
Your first patch and your first review Your first patch and your first review
====================================== ======================================