diff options
Diffstat (limited to 'docs/userguide')
-rw-r--r-- | docs/userguide/feature-usage.rst | 7 | ||||
-rw-r--r-- | docs/userguide/general-system.rst | 11 | ||||
-rw-r--r-- | docs/userguide/index.rst | 33 |
3 files changed, 24 insertions, 27 deletions
diff --git a/docs/userguide/feature-usage.rst b/docs/userguide/feature-usage.rst new file mode 100644 index 000000000..ea1e9e54e --- /dev/null +++ b/docs/userguide/feature-usage.rst @@ -0,0 +1,7 @@ +Using Brahmaputra Features +========================== + +This section of the user guide provides feature specific user guides and references. +This provides user information when leveraging the features in the platform where as a user you may +need to perform operations, many operation in this section refer to the guides in the general system usage +section. diff --git a/docs/userguide/general-system.rst b/docs/userguide/general-system.rst new file mode 100644 index 000000000..3865f3dd7 --- /dev/null +++ b/docs/userguide/general-system.rst @@ -0,0 +1,11 @@ +General system usage +==================== + +This section of the user guide provides general system component user guides and references. +This provides user information for common components of the platform where as a user you may +need to perform operations, depending on the scenario deployed and types of activities you are doing. + +.. include:: ./openstack.rst +.. include:: ./opendaylight.rst +.. include:: ./onos.rst +.. include:: ./ovs.rst diff --git a/docs/userguide/index.rst b/docs/userguide/index.rst index 6aea80894..023c1d317 100644 --- a/docs/userguide/index.rst +++ b/docs/userguide/index.rst @@ -1,36 +1,15 @@ -.. OPNFV User Guide documentation master file, created by - sphinx-quickstart on Tue Nov 24 10:30:29 2015. - You can adapt this file completely to your liking, but it should at least - contain the root `toctree` directive. - -Welcome to OPNFV User Guide -=========================== - -.. toctree:: - :maxdepth: 2 - - abstract.rst - introduction.rst - -General system usage -==================== +OPNFV User Guide +================ .. toctree:: :maxdepth: 2 - openstack.rst - opendaylight.rst - onos.rst - ovs.rst - -Using Brahmaputra Features -========================== - -.. include:: ./projects-userguide.rst + ./abstract + ./introduction + ./general-system + ./feature-usage Indices and tables ================== -* :ref:`genindex` -* :ref:`modindex` * :ref:`search` |