diff options
author | Kali Kaneko (leap communications) <kali@leap.se> | 2016-10-03 18:25:23 -0400 |
---|---|---|
committer | Kali Kaneko (leap communications) <kali@leap.se> | 2016-10-03 18:25:23 -0400 |
commit | 8cdbf714b905246363221089bbf8579e7c8e020c (patch) | |
tree | d08760cc6e808dcc773dea8b67a16bf163827211 /docs/index.rst | |
parent | 9811a6c6b723cf278d9ba141302033801f93d713 (diff) |
[docs] initialize sphinx for library documentation
Diffstat (limited to 'docs/index.rst')
-rw-r--r-- | docs/index.rst | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst new file mode 100644 index 0000000..ad57479 --- /dev/null +++ b/docs/index.rst @@ -0,0 +1,23 @@ +.. Bitmask documentation master file, created by + sphinx-quickstart on Mon Oct 3 18:23:36 2016. + You can adapt this file completely to your liking, but it should at least + contain the root `toctree` directive. + +Bitmask +=================================== +**your internet encryption toolkit** + +Contents: + +.. toctree:: + :maxdepth: 2 + + + +Indices and tables +================== + +* :ref:`genindex` +* :ref:`modindex` +* :ref:`search` + |