diff options
author | ShubhamRathi <shubhamiiitbackup@gmail.com> | 2017-03-07 17:06:50 +0530 |
---|---|---|
committer | ShubhamRathi <shubhamiiitbackup@gmail.com> | 2017-03-07 17:07:13 +0530 |
commit | d7a964fbf1775a60461d6f43b1fda4a32eb7cfff (patch) | |
tree | 9f8f9a44c7dc43057cdfb40eea8db970e91de3df | |
parent | c2354dcc7676b3e153feaa32347e0ad847e60b88 (diff) |
Adding Labels
Labels serve as anchors/ refs when referenced from other documents
This patch adds labels to docs/*/*/index.rst
Change-Id: Ic47af71d73c89cf09f9803b67ecab6dfbc8d6874
Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
-rw-r--r-- | docs/development/overview/index.rst | 2 | ||||
-rw-r--r-- | docs/release/installation/index.rst | 2 | ||||
-rw-r--r-- | docs/release/userguide/index.rst | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/docs/development/overview/index.rst b/docs/development/overview/index.rst index e38a573..84b729f 100644 --- a/docs/development/overview/index.rst +++ b/docs/development/overview/index.rst @@ -1,3 +1,5 @@ +.. _domino-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/installation/index.rst b/docs/release/installation/index.rst index f77c38a..a8a0a0a 100644 --- a/docs/release/installation/index.rst +++ b/docs/release/installation/index.rst @@ -1,3 +1,5 @@ +.. _domino-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/userguide/index.rst b/docs/release/userguide/index.rst index 2092cf7..510fb38 100644 --- a/docs/release/userguide/index.rst +++ b/docs/release/userguide/index.rst @@ -1,3 +1,5 @@ +.. _domino-userguide: + .. This work is licensed under a Creative Commons Attribution 4.0 International License. .. http://creativecommons.org/licenses/by/4.0 |