diff options
Diffstat (limited to 'docs/userguide')
-rw-r--r-- | docs/userguide/index.rst | 25 | ||||
-rw-r--r-- | docs/userguide/userguide.rst | 4 |
2 files changed, 29 insertions, 0 deletions
diff --git a/docs/userguide/index.rst b/docs/userguide/index.rst new file mode 100644 index 000000000..581a74b33 --- /dev/null +++ b/docs/userguide/index.rst @@ -0,0 +1,25 @@ +.. 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 +================================================ + +This guide seeks to inform operators how to use the OPNFV Platform and its components to enable platform features provided in the Brahmaputra release. + +Contents: + +.. toctree:: + :maxdepth: 2 + + userguide.rst + ../../sdnvpn/docs/userguide/userguide.rst + + +Indices and tables +================== + +* :ref:`genindex` +* :ref:`modindex` +* :ref:`search` diff --git a/docs/userguide/userguide.rst b/docs/userguide/userguide.rst new file mode 100644 index 000000000..efcaa8ce1 --- /dev/null +++ b/docs/userguide/userguide.rst @@ -0,0 +1,4 @@ +Introduction +--------------- + +The OPNFV User Guide needs work... |