From 32188700fba4a4843a7889cc1210d3c9b8f32677 Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Fri, 28 Jan 2022 19:24:19 +0200 Subject: [PATCH] [docs] Use extlink for deploy guide references Instead of using hardcoded links in our deploy guides, we replace them with extlink sphinx extension. This is also a requirement from CI jobs. Change-Id: I85de52647574d10bc52e16f75b2b804a425ebc45 --- deploy-guide/source/index.rst | 2 +- deploy-guide/source/next-steps.rst | 4 ++-- deploy-guide/source/overview.rst | 3 +-- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/deploy-guide/source/index.rst b/deploy-guide/source/index.rst index 628f5e4443..41835cd720 100644 --- a/deploy-guide/source/index.rst +++ b/deploy-guide/source/index.rst @@ -9,7 +9,7 @@ intended for deployers. .. note:: If you want to do a quick proof of concept of OpenStack, read the - `All-In-One quickstart Guide `_ + :dev_docs:`All-In-One quickstart Guide ` instead of this document. This document is a walkthrough of a deploy using OpenStack-Ansible, with all its configurability. diff --git a/deploy-guide/source/next-steps.rst b/deploy-guide/source/next-steps.rst index bc7ef79cba..33ebe41557 100644 --- a/deploy-guide/source/next-steps.rst +++ b/deploy-guide/source/next-steps.rst @@ -8,11 +8,11 @@ is working, here is what you can do next: Operate OpenStack-Ansible ========================= -Review our `Operations guide `_ +Review our :dev_docs:`Operations guide ` to learn about verifying your environment in more detail, and creating your first networks, images, and instances. Contribute to OpenStack-Ansible =============================== -Review our `Contributors guide `_ +Review our :dev_docs:`Contributors guide ` to learn about contributing to OpenStack-Ansible. \ No newline at end of file diff --git a/deploy-guide/source/overview.rst b/deploy-guide/source/overview.rst index 94538762f2..24b387382a 100644 --- a/deploy-guide/source/overview.rst +++ b/deploy-guide/source/overview.rst @@ -6,8 +6,7 @@ Overview For essential background reading to help understand the service and storage architecture, please read - `OpenStack-Ansible Architecture in its reference guide - `_ + :dev_docs:`OpenStack-Ansible Architecture in its reference guide ` If you'd like to understand when OpenStack-Ansible would be a good fit for your organisation, please read the appendix ":ref:`app-aboutosa`".