diff options
author | Aric Gardner <agardner@linuxfoundation.org> | 2018-11-22 15:54:47 -0500 |
---|---|---|
committer | Aric Gardner <agardner@linuxfoundation.org> | 2018-11-22 15:57:38 -0500 |
commit | 958cc18c64b72da4547839b41633393e8d0293ea (patch) | |
tree | e74e48c218553a842353699b0f24a85f8198b585 /docs/index.rst | |
parent | dcf106399368fdade5a687ebae1572a7e0ae27d4 (diff) |
Initial Commit for Rocket project
Docs can be built with tox -e docs
INFO.yaml will be populated once committers have accepted their
invitations. (we don't know the id or name yet as the accounts may
not have been created yet)
Change-Id: I7c097b5fdf596374fa5ec31c39a31994754031ca
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
Diffstat (limited to 'docs/index.rst')
-rw-r--r-- | docs/index.rst | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst new file mode 100644 index 0000000..7b5acb2 --- /dev/null +++ b/docs/index.rst @@ -0,0 +1,14 @@ +.. _rocket: + +.. 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 Rocket +********************************* + +.. toctree:: + :numbered: + :maxdepth: 3 |