diff options
author | ShubhamRathi <shubhamiiitbackup@gmail.com> | 2017-03-07 17:47:56 +0530 |
---|---|---|
committer | Chaoyi Huang <joehuang@huawei.com> | 2017-03-17 05:58:25 +0000 |
commit | 85e268a1487162a28a4eae9891aecb778b288b02 (patch) | |
tree | 537377a3fbd51874c761e5b0970bde5b4782d008 /docs | |
parent | 0d4325cd42a0bb222775f671c5132ff727febeed (diff) |
Adding Labels
Labels serve as anchors/ refs when referenced from other documents
This patch adds labels to docs/*/*/index.rst
Change-Id: I94c5dc20736ba7cd14fe98cf06cab0000ab00278
Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
(cherry picked from commit 109fe1369f33c638cd8540311ae642ade7448e71)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/release/configguide/index.rst | 2 | ||||
-rw-r--r-- | docs/release/installation/index.rst | 2 | ||||
-rw-r--r-- | docs/release/overview/index.rst | 2 | ||||
-rw-r--r-- | docs/release/userguide/index.rst | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/docs/release/configguide/index.rst b/docs/release/configguide/index.rst index 2ee37cb..1e6c7c0 100644 --- a/docs/release/configguide/index.rst +++ b/docs/release/configguide/index.rst @@ -1,3 +1,5 @@ +.. _multisite-configguide: + .. This work is licensed under a Creative Commons Attribution 4.0 International License. .. http://creativecommons.org/licenses/by/4.0 .. (c) Sofia Wallin Ericsson AB diff --git a/docs/release/installation/index.rst b/docs/release/installation/index.rst index 0687f6c..d2c1321 100644 --- a/docs/release/installation/index.rst +++ b/docs/release/installation/index.rst @@ -1,3 +1,5 @@ +.. _multisite-installation: + .. This work is licensed under a Creative Commons Attribution 4.0 International License. .. http://creativecommons.org/licenses/by/4.0 .. (c) Sofia Wallin Ericsson AB diff --git a/docs/release/overview/index.rst b/docs/release/overview/index.rst index 716f5a0..ca8eebb 100644 --- a/docs/release/overview/index.rst +++ b/docs/release/overview/index.rst @@ -1,3 +1,5 @@ +.. _multisite-overview: + .. This work is licensed under a Creative Commons Attribution 4.0 International License. .. http://creativecommons.org/licenses/by/4.0 diff --git a/docs/release/userguide/index.rst b/docs/release/userguide/index.rst index 2726184..4c3b081 100644 --- a/docs/release/userguide/index.rst +++ b/docs/release/userguide/index.rst @@ -1,3 +1,5 @@ +.. _multisite-userguide: + .. This work is licensed under a Creative Commons Attribution 4.0 International License. .. http://creativecommons.org/licenses/by/4.0 .. (c) Chaoyi Huang, Huawei Technologies Co., Ltd. |