From: ShubhamRathi Date: Tue, 7 Mar 2017 12:14:58 +0000 (+0530) Subject: Adding Labels X-Git-Tag: danube.1.0~6 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=8cdec37b96da004df0e818725e3bbcde42d43095;p=ipv6.git Adding Labels Labels serve as anchors/ refs when referenced from other documents This patch adds labels to docs/*/*/index.rst Change-Id: I76470aa5750cd43a0d0b6d9fd9dacb3ece5b0667 Signed-off-by: ShubhamRathi --- diff --git a/docs/release/configguide/index.rst b/docs/release/configguide/index.rst index 2536ca6..3cceed0 100644 --- a/docs/release/configguide/index.rst +++ b/docs/release/configguide/index.rst @@ -1,3 +1,5 @@ +.. _ipv6-configguide: + .. This work is licensed under a Creative Commons Attribution 4.0 International License. .. http://creativecommons.org/licenses/by/4.0 .. (c) Bin Hu (AT&T) and Sridhar Gaddam (RedHat) diff --git a/docs/release/installation/index.rst b/docs/release/installation/index.rst index 22f9385..be42430 100644 --- a/docs/release/installation/index.rst +++ b/docs/release/installation/index.rst @@ -1,3 +1,5 @@ +.. _ipv6-installation: + .. This work is licensed under a Creative Commons Attribution 4.0 International License. .. http://creativecommons.org/licenses/by/4.0 .. (c) Bin Hu (AT&T) and Sridhar Gaddam (RedHat) diff --git a/docs/release/release-notes/index.rst b/docs/release/release-notes/index.rst index ababc25..5e106c1 100644 --- a/docs/release/release-notes/index.rst +++ b/docs/release/release-notes/index.rst @@ -1,3 +1,5 @@ +.. _ipv6-releasenotes: + .. This work is licensed under a Creative Commons Attribution 4.0 International License. .. http://creativecommons.org/licenses/by/4.0 .. (c) Bin Hu (AT&T) and Sridhar Gaddam (RedHat) diff --git a/docs/release/userguide/index.rst b/docs/release/userguide/index.rst index 647e5cc..72434da 100644 --- a/docs/release/userguide/index.rst +++ b/docs/release/userguide/index.rst @@ -1,3 +1,5 @@ +.. _ipv6-userguide: + .. This work is licensed under a Creative Commons Attribution 4.0 International License. .. http://creativecommons.org/licenses/by/4.0 .. (c) Bin Hu (AT&T) and Sridhar Gaddam (RedHat)