diff options
author | akhilbatra898 <akhil.batra@research.iiit.ac.in> | 2017-03-29 02:55:25 +0530 |
---|---|---|
committer | Akhil Batra <akhil.batra@research.iiit.ac.in> | 2017-03-29 07:22:47 +0000 |
commit | 187b7b7843d4d5071311abd3c001df91b6f469be (patch) | |
tree | 7bdc6195d42d794347ec2abef30bff0fb74bd308 /docs | |
parent | 1bcbfb8a99e0a42bb6d5b87ade3ec15fcddc4bf7 (diff) |
Add path for QTIP docs
This file will serve as the index page of QTIP isolated documentation
on qtip.readthedoc.org and docs.qtip.io
Change-Id: I34315e62847bc1bdc970db9b400138c3640c9ed5
Signed-off-by: akhilbatra898 <akhil.batra@research.iiit.ac.in>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.rst | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst new file mode 100644 index 00000000..2ffb3d63 --- /dev/null +++ b/docs/index.rst @@ -0,0 +1,43 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 +.. (c) 2016 ZTE Corp. + + +############ +Introduction +############ + +`QTIP`_ is the project for **Platform Performance Benchmarking** in `OPNFV`_. It aims to provide user a simple indicator +for performance, simple but supported by comprehensive testing data and transparent calculation formula. + + +Release Documentation +--------------------- + +.. toctree:: + :maxdepth: 2 + + release/release-notes/index + + +User Guide +---------- + +.. toctree:: + :maxdepth: 2 + + testing/user/configguide/index + testing/user/userguide/index + + +Development Guide +----------------- + +.. toctree:: + :maxdepth: 2 + + testing/developer/devguide/index + + +.. _QTIP: https://wiki.opnfv.org/display/qtip +.. _OPNFV: https://www.opnfv.org/ |