From d224ae1086c7641726a961208cab8af350a81b51 Mon Sep 17 00:00:00 2001 From: Dean Troyer Date: Thu, 6 Nov 2014 09:33:02 -0600 Subject: [PATCH] Update index page doc links This updates the form of the links to other documents in the tree; the generated HTML links must remain in the original form. Change-Id: I6c2179e3b7cb5b8e2589ede84ab7d02340812e80 --- doc/source/index.rst | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/doc/source/index.rst b/doc/source/index.rst index 6c38216d26..2128620ffd 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -42,8 +42,8 @@ Quick Start This ain't your first rodeo #. Configure - We recommend at least a `minimal - configuration `__ be set up. + We recommend at least a :doc:`minimal + configuration ` be set up. #. Start the install @@ -69,9 +69,9 @@ any hardware. Virtual Machine ~~~~~~~~~~~~~~~ -`Run OpenStack in a VM `__. The VMs launched in your cloud will be slow as +:doc:`Run OpenStack in a VM `. The VMs launched in your cloud will be slow as they are running in QEMU (emulation), but it is useful if you don't have -spare hardware laying around. `[Read] `__ +spare hardware laying around. :doc:`[Read] ` OpenStack on Hardware --------------------- @@ -83,13 +83,13 @@ running a multi-node deployment on datacenter hardware. All-In-One ~~~~~~~~~~ -`Run OpenStack on dedicated hardware `__ to get real performance in your VMs. -This can include a server-class machine or a laptop at home. `[Read] `__ +:doc:`Run OpenStack on dedicated hardware ` to get real performance in your VMs. +This can include a server-class machine or a laptop at home. :doc:`[Read] ` Multi-Node + VLANs ~~~~~~~~~~~~~~~~~~ -`Setup a multi-node cluster `__ with dedicated VLANs for VMs & Management. `[Read] `__ +:doc:`Setup a multi-node cluster ` with dedicated VLANs for VMs & Management. :doc:`[Read] ` Documentation ============= @@ -97,32 +97,32 @@ Documentation Overview -------- -`An overview of DevStack goals and priorities `__ +:doc:`An overview of DevStack goals and priorities ` Configuration ------------- -`Configuring and customizing the stack `__ +:doc:`Configuring and customizing the stack ` Plugins ------- -`Extending DevStack with new features `__ +:doc:`Extending DevStack with new features ` Recent Changes -------------- -`An incomplete summary of recent changes `__ +:doc:`An incomplete summary of recent changes ` FAQ --- -`The DevStack FAQ `__ +:doc:`The DevStack FAQ ` Contributing ------------ -`Pitching in to make DevStack a better place `__ +:doc:`Pitching in to make DevStack a better place ` Code ====