diff options
author | Aric Gardner <agardner@linuxfoundation.org> | 2018-11-10 16:15:16 -0500 |
---|---|---|
committer | Aric Gardner <agardner@linuxfoundation.org> | 2018-11-10 16:15:59 -0500 |
commit | 9640f37b8a110f5e9fa1e71cd2de48b95373ed12 (patch) | |
tree | c91ca14d35861ba0ee87b14f8b314c9d380e0406 /docs/index.rst | |
parent | abbfe2212b979e5048cafc82ecb12d11ab84f764 (diff) |
Add index.rst
We need an index file so that
https://opnfv-samplevnf.readthedocs.io/en/latest/
can build
Change-Id: I81a98f5264f8ffef0e157610c75f7a172278bcc7
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
Diffstat (limited to 'docs/index.rst')
-rw-r--r-- | docs/index.rst | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst new file mode 100644 index 00000000..1376a69f --- /dev/null +++ b/docs/index.rst @@ -0,0 +1,19 @@ +.. _samplevnf: + +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 +.. SPDX-License-Identifier CC-BY-4.0 +.. (c) Open Platform for NFV Project, Inc. and its contributors + +********************************* +OPNFV Samplevnf +********************************* + +.. toctree:: + :numbered: + :maxdepth: 1 + + release/release-notes/index + release/results/index + testing/developer/index + testing/user/userguide/index |