diff options
author | hochikong <1097225749@qq.com> | 2016-09-06 14:16:28 +0800 |
---|---|---|
committer | hochikong <1097225749@qq.com> | 2016-09-06 14:16:28 +0800 |
commit | 48cb16ef44394c14f3209a67d79cdc66eb034e62 (patch) | |
tree | 780cacc4928d30a3e93b298dd179feca18769dec /docs/source/index.rst | |
parent | 33f17450715c9ece68f75565d971d21fe8e501a6 (diff) | |
download | python-vyos-mgmt-48cb16ef44394c14f3209a67d79cdc66eb034e62.tar.gz python-vyos-mgmt-48cb16ef44394c14f3209a67d79cdc66eb034e62.zip |
Run the sphinx-quickstart
Diffstat (limited to 'docs/source/index.rst')
-rw-r--r-- | docs/source/index.rst | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/docs/source/index.rst b/docs/source/index.rst new file mode 100644 index 0000000..e24228f --- /dev/null +++ b/docs/source/index.rst @@ -0,0 +1,22 @@ +.. VyMGMT documentation master file, created by + sphinx-quickstart on Tue Sep 6 14:12:19 2016. + You can adapt this file completely to your liking, but it should at least + contain the root `toctree` directive. + +Welcome to VyMGMT's documentation! +================================== + +Contents: + +.. toctree:: + :maxdepth: 2 + + + +Indices and tables +================== + +* :ref:`genindex` +* :ref:`modindex` +* :ref:`search` + |