From 7a518f5d921f3b76a5690309805e83db4c1baab9 Mon Sep 17 00:00:00 2001 From: KATO Tomoyuki Date: Mon, 2 Nov 2015 16:36:25 +0900 Subject: [PATCH] [contributor] Link to the docs tools section Change-Id: I64cced761d3cde70dede2dd9f4b0b364820aefbc --- doc/contributor-guide/source/docs-review.rst | 7 ++----- doc/contributor-guide/source/first-timers-quickstart.rst | 2 ++ 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/doc/contributor-guide/source/docs-review.rst b/doc/contributor-guide/source/docs-review.rst index c29779b5e5..eacdda1447 100644 --- a/doc/contributor-guide/source/docs-review.rst +++ b/doc/contributor-guide/source/docs-review.rst @@ -110,13 +110,10 @@ done, follow the steps below to submit a patch review. How to build an existing patch locally -------------------------------------- -Before proceeding, make sure you have all the necessary tools installed and +Before proceeding, make sure you have all the necessary +:ref:`tools ` installed and set up for contribution. -.. TODO: OL make a link from the word 'tools' and refer to - https://wiki.openstack.org/wiki/Documentation/HowTo#Edit_OpenStack_RST_and.2For_DocBook_documentation - once this page is converted to RST. - To build a patch locally: #. In terminal, switch to a necessary directory. For example:: diff --git a/doc/contributor-guide/source/first-timers-quickstart.rst b/doc/contributor-guide/source/first-timers-quickstart.rst index 4d7ff37e4e..b1d47bc663 100644 --- a/doc/contributor-guide/source/first-timers-quickstart.rst +++ b/doc/contributor-guide/source/first-timers-quickstart.rst @@ -28,6 +28,8 @@ The following diagram shows the basic setup workflow: .. image:: figures/workflow-diagram.png :alt: Workflow diagram +.. _setting_up_for_contribution: + Setting up for contribution ~~~~~~~~~~~~~~~~~~~~~~~~~~~