From 3562cd1aa7b31d41252329d273c87e93ad144c0f Mon Sep 17 00:00:00 2001 From: Md Nadeem Date: Thu, 19 Nov 2015 13:57:34 +0900 Subject: [PATCH] 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//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 --- .../development.environment.rst} | 0 doc/source/first_patch.rst | 2 +- doc/source/index.rst | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename doc/source/{development-environment.rst => devref/development.environment.rst} (100%) diff --git a/doc/source/development-environment.rst b/doc/source/devref/development.environment.rst similarity index 100% rename from doc/source/development-environment.rst rename to doc/source/devref/development.environment.rst diff --git a/doc/source/first_patch.rst b/doc/source/first_patch.rst index b2d0f345b..bac351667 100644 --- a/doc/source/first_patch.rst +++ b/doc/source/first_patch.rst @@ -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 diff --git a/doc/source/index.rst b/doc/source/index.rst index 96a732608..3bd23af51 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -110,7 +110,7 @@ Setting up a development environment .. toctree:: :maxdepth: 1 - development-environment + devref/development.environment Your first patch and your first review ======================================