diff options
author | ShubhamRathi <shubhamiiitbackup@gmail.com> | 2017-03-08 14:52:19 +0530 |
---|---|---|
committer | Gerald Kunzmann <kunzmann@docomolab-euro.com> | 2017-03-08 09:26:06 +0000 |
commit | bc4f406e0fd52b2712f25c442940710bfc686705 (patch) | |
tree | 29f480622de17a51e8944b3a40116344a98d891d /docs/development/requirements | |
parent | 6006ef9d98c872d15ab3b15bac47a6178fe5cb88 (diff) |
Adding Labels
Labels serve as anchors/ refs when referenced from other documents
This patch adds labels to docs/*/*/index.rst
Change-Id: I4f886a25b849e4df02a2ec3e1b94a749808dab85
Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
Diffstat (limited to 'docs/development/requirements')
-rw-r--r-- | docs/development/requirements/index.rst | 2 | ||||
-rw-r--r-- | docs/development/requirements/summary.rst | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/docs/development/requirements/index.rst b/docs/development/requirements/index.rst index ae7acc7..ed57099 100644 --- a/docs/development/requirements/index.rst +++ b/docs/development/requirements/index.rst @@ -1,6 +1,8 @@ .. This work is licensed under a Creative Commons Attribution 4.0 International License. .. http://creativecommons.org/licenses/by/4.0 +.. _promise-requirements: + **************************** Promise: Resource Management **************************** diff --git a/docs/development/requirements/summary.rst b/docs/development/requirements/summary.rst index cf6ed88..8516478 100644 --- a/docs/development/requirements/summary.rst +++ b/docs/development/requirements/summary.rst @@ -20,5 +20,5 @@ the VNFM. The use cases include: * Reservation of a resource or set of resources for future use The Promise project has performed a gap analysis in order to fulfill the -required functionality. Based on the gap analysis an implementation plan an +required functionality. Based on the gap analysis an implementation plan an architecture, information model and northbound interface has been specified. |