diff options
author | Daniil Baturin <daniil@baturin.org> | 2018-06-20 01:11:47 +0200 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2018-06-20 01:14:45 +0200 |
commit | a69d0b8ee5ea903a825464ce4000afbf115bab2d (patch) | |
tree | f4c530b8820a87afe360f6ade0952b4dcb658cd1 /sphinx/source/index.rst | |
parent | 5481e22dfca81c3ffd589ce0c167742266f07fbf (diff) | |
download | vyos-1x-a69d0b8ee5ea903a825464ce4000afbf115bab2d.tar.gz vyos-1x-a69d0b8ee5ea903a825464ce4000afbf115bab2d.zip |
Add a sphinx setup.
Diffstat (limited to 'sphinx/source/index.rst')
-rw-r--r-- | sphinx/source/index.rst | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/sphinx/source/index.rst b/sphinx/source/index.rst new file mode 100644 index 000000000..c31cac4e5 --- /dev/null +++ b/sphinx/source/index.rst @@ -0,0 +1,22 @@ +.. VyOS documentation master file, created by + sphinx-quickstart on Wed Jun 20 01:14:27 2018. + You can adapt this file completely to your liking, but it should at least + contain the root `toctree` directive. + +Welcome to VyOS's documentation! +================================ + +Contents: + +.. toctree:: + :maxdepth: 2 + + + +Indices and tables +================== + +* :ref:`genindex` +* :ref:`modindex` +* :ref:`search` + |