diff options
author | ShubhamRathi <shubhamiiitbackup@gmail.com> | 2017-03-07 17:01:11 +0530 |
---|---|---|
committer | Shubham Rathi <shubhamiiitbackup@gmail.com> | 2017-03-07 11:33:24 +0000 |
commit | f6971e40269878da23f853a517e1416d8b1a770a (patch) | |
tree | eacca410b2a911f44686fc286528e92d50c2f7c8 /docs/release | |
parent | 2a076c37c20ccce7947d31c7799547cebae90ab2 (diff) |
Adding Labels
Labels serve as anchors/ refs when referenced from other documents
This patch adds labels to docs/*/*/index.rst
Change-Id: I66414622edcb73d22142d03d55c2040c3ff70d68
Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
Diffstat (limited to 'docs/release')
-rw-r--r-- | docs/release/FAQ/index.rst | 2 | ||||
-rw-r--r-- | docs/release/installation/index.rst | 2 | ||||
-rw-r--r-- | docs/release/release-notes/index.rst | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/docs/release/FAQ/index.rst b/docs/release/FAQ/index.rst index c3e6f375..a843a213 100644 --- a/docs/release/FAQ/index.rst +++ b/docs/release/FAQ/index.rst @@ -1,3 +1,5 @@ +.. _compass4nfv-FAQ: + .. This work is licensed under a Creative Commons Attribution 4.0 International Licence. .. http://creativecommons.org/licenses/by/4.0 diff --git a/docs/release/installation/index.rst b/docs/release/installation/index.rst index 85805d64..d678b9df 100644 --- a/docs/release/installation/index.rst +++ b/docs/release/installation/index.rst @@ -1,3 +1,5 @@ +.. _compass4nfv-installation: + .. 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/release-notes/index.rst b/docs/release/release-notes/index.rst index 20358bc7..14827c22 100644 --- a/docs/release/release-notes/index.rst +++ b/docs/release/release-notes/index.rst @@ -1,3 +1,5 @@ +.. _compass4nfv-releasenotes: + .. This work is licensed under a Creative Commons Attribution 4.0 International Licence. .. http://creativecommons.org/licenses/by/4.0 |