diff options
author | Klement Sekera <ksekera@cisco.com> | 2016-10-11 11:47:09 +0200 |
---|---|---|
committer | Matej Klotton <mklotton@cisco.com> | 2016-10-26 17:42:19 +0200 |
commit | f62ae1288a776527c7f7ba3951531fbd07bc63da (patch) | |
tree | ca877f7e3bb7e4f6309cf711fca9de1fcd4865a2 /test/doc/index.rst | |
parent | f530a5526a1f501462ff4247a5bb38e80c13678d (diff) |
refactor test framework
Change-Id: I31da3b1857b6399f9899276a2d99cdd19436296c
Signed-off-by: Klement Sekera <ksekera@cisco.com>
Signed-off-by: Matej Klotton <mklotton@cisco.com>
Signed-off-by: Jan Gelety <jgelety@cisco.com>
Signed-off-by: Juraj Sloboda <jsloboda@cisco.com>
Diffstat (limited to 'test/doc/index.rst')
-rw-r--r-- | test/doc/index.rst | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/test/doc/index.rst b/test/doc/index.rst new file mode 100644 index 00000000000..c18357a4860 --- /dev/null +++ b/test/doc/index.rst @@ -0,0 +1,22 @@ +.. VPP test framework documentation master file, created by + sphinx-quickstart on Thu Oct 13 08:45:03 2016. + You can adapt this file completely to your liking, but it should at least + contain the root `toctree` directive. + +Welcome to VPP test framework's documentation! +============================================== + +Contents: + +.. toctree:: + :maxdepth: 2 + + modules.rst + +Indices and tables +================== + +* :ref:`genindex` +* :ref:`modindex` +* :ref:`search` + |