Move development.environment.rst to standard location

According to [1], every project should publish instructions
for setting up a development environment to
http://docs.openstack.org/developer/<PROJECT_NAME>/devref/development.environment.html

Zaqar's development environment setup instructions are moved
there for consistency.

[1] https://wiki.openstack.org/wiki/Getting_The_Code#Hacking_on_your_laptop_and_running_unit_tests

Change-Id: I45fb14a5777f3b639252b3ca4c3b7d114c23a332
This commit is contained in:
Md Nadeem 2015-11-19 13:57:34 +09:00
parent 740aa9f0c6
commit 3562cd1aa7
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
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
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::
:maxdepth: 1
development-environment
devref/development.environment
Your first patch and your first review
======================================