diff options
author | 2018-07-25 17:45:41 +0000 | |
---|---|---|
committer | 2018-07-25 17:46:58 +0000 | |
commit | 9e8d07abccaec2615b62fe4729b9a22c7e690a7c (patch) | |
tree | 8b221373bc86f2f79f4f71e673ac514b98c55a33 /docs | |
parent | fef9d88a38e010813c322c0eab4e852b05867f60 (diff) |
VNFRQTS - Update requirements list in appendix
Updating the structure to make a new list of requirements.
Also updated the requirements.txt and conf.py files to build properly with new directive.
Change-Id: I80d7b0fbcbf9dcabbd9b8c394bc65c4de3acb297
Issue-ID: VNFRQTS-276
Signed-off-by: Bozawglanian, Hagop (hb755d) <hb755d@att.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Chapter8/index.rst | 1 | ||||
-rw-r--r-- | docs/Chapter9/index.rst | 11 | ||||
-rw-r--r-- | docs/index.rst | 1 |
3 files changed, 12 insertions, 1 deletions
diff --git a/docs/Chapter8/index.rst b/docs/Chapter8/index.rst index 503dc8c..dfe2255 100644 --- a/docs/Chapter8/index.rst +++ b/docs/Chapter8/index.rst @@ -13,5 +13,4 @@ Appendix Ansible-JSON-Key-Value-Description VNF-License-Information-Guidelines TOSCA-model - Requirement-List Ansible-Playbook-Examples diff --git a/docs/Chapter9/index.rst b/docs/Chapter9/index.rst new file mode 100644 index 0000000..fd985a0 --- /dev/null +++ b/docs/Chapter9/index.rst @@ -0,0 +1,11 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 +.. Copyright 2017 AT&T Intellectual Property. All rights reserved. + + +Requirement List +=================== + +.. needtable:: + :style: datatables + :columns: id;content;target;keyword;sections
\ No newline at end of file diff --git a/docs/index.rst b/docs/index.rst index 297a762..ef0d8f5 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -18,3 +18,4 @@ VNF Requirements Documentation Chapter6/index Chapter7/index Chapter8/index + Chapter9/index
\ No newline at end of file |