diff options
author | MatthewLi <matthew.lijun@huawei.com> | 2016-07-28 03:29:14 -0400 |
---|---|---|
committer | MatthewLi <matthew.lijun@huawei.com> | 2016-07-28 03:30:09 -0400 |
commit | 2d8b1854dbf5e4f093f10a17abc6a2853746a03b (patch) | |
tree | 4f5063c6d7ca997eca6edae58f7efda778f0213f /docs/userguide/index.rst | |
parent | 602354a46dcddfa0636ae8cf69044546b8ff437e (diff) |
project document refactoring
JIRA: BOTTLENECK-88
Change-Id: I393987a9c1711d25585819176ee9b014a713cf4a
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
Diffstat (limited to 'docs/userguide/index.rst')
-rw-r--r-- | docs/userguide/index.rst | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/userguide/index.rst b/docs/userguide/index.rst new file mode 100644 index 00000000..56330d37 --- /dev/null +++ b/docs/userguide/index.rst @@ -0,0 +1,15 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 + +************************** +Bottlenecks - user guide +************************** + +.. This index.rst file is used to structure and organise the content in these directories. +.. The documentation toolchain will create web and pdf versions of the content of this file. + +.. toctree:: + :maxdepth: 2 + + ./rubbos/rubbos_installation.rst + ./vstf/vstf_installation.rst |