diff options
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` + |