From f7df7eefc98b6a33d130d745774dafd1bae7ab24 Mon Sep 17 00:00:00 2001 From: Rich Bennett Date: Thu, 9 Aug 2018 14:47:35 -0400 Subject: Eliminate Sphinx Warnings from svnfm repo Add .gitreview file Add docs directory and index at repo level Add sections at repo level for each driver subdirectory Referenced some txt and json input files from each driver directory Added entries in nokiav2/docs/index for orphan rst files Corrected some doc8 errors/warnings DO NOT MERGE until each driver contributor reviews proposed changes Change-Id: Id33124d199e0c01b3bbbffc6dd62c1e0536416ed Issue-ID: VFC-919 Signed-off-by: Rich Bennett --- docs/index.rst | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 docs/index.rst (limited to 'docs') diff --git a/docs/index.rst b/docs/index.rst new file mode 100644 index 00000000..57c8a493 --- /dev/null +++ b/docs/index.rst @@ -0,0 +1,39 @@ + +.. This work is licensed under a Creative Commons Attribution 4.0 +.. International License. http://creativecommons.org/licenses/by/4.0 + +:tocdepth: 2 + +VNFM Drivers +============ + +Huawei +------ + +README.txt +++++++++++ + +.. code-block:: none +.. literalinclude:: ../huawei/vnfmadapter/VnfmadapterService/deployment/src/main/release/README.txt + + +Nokia +----- + +.. toctree:: + :maxdepth: 2 + + ../nokiav2/docs/index.rst + +Zte +--- + +MME Inputs +++++++++++ +.. code-block:: json +.. literalinclude:: ../zte/vmanager/driver/interfaces/data/MME_inputs.json + +SPGW Inputs ++++++++++++ +.. code-block:: json +.. literalinclude:: ../zte/vmanager/driver/interfaces/data/SPGW_inputs.json -- cgit 1.2.3-korg