diff options
author | Jan Dittberner <jandd@cacert.org> | 2018-10-26 23:40:56 +0200 |
---|---|---|
committer | Jan Dittberner <jandd@cacert.org> | 2018-10-26 23:40:56 +0200 |
commit | 0c067a7e62c8dad58ed974f75b08ac1802d748e6 (patch) | |
tree | cd8052f1613d84fcd20a72e6ad699bfde373535f /source/index.rst | |
parent | b510692489dad1b59567491e5922dc2b6976cdb7 (diff) | |
download | cacert-codedocs-0c067a7e62c8dad58ed974f75b08ac1802d748e6.tar.gz cacert-codedocs-0c067a7e62c8dad58ed974f75b08ac1802d748e6.tar.xz cacert-codedocs-0c067a7e62c8dad58ed974f75b08ac1802d748e6.zip |
Initialize Sphinx project
Diffstat (limited to 'source/index.rst')
-rw-r--r-- | source/index.rst | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/source/index.rst b/source/index.rst new file mode 100644 index 0000000..054b523 --- /dev/null +++ b/source/index.rst @@ -0,0 +1,20 @@ +.. CAcert code documentation documentation master file, created by + sphinx-quickstart on Fri Oct 26 23:40:43 2018. + You can adapt this file completely to your liking, but it should at least + contain the root `toctree` directive. + +Welcome to CAcert code documentation's documentation! +===================================================== + +.. toctree:: + :maxdepth: 2 + :caption: Contents: + + + +Indices and tables +================== + +* :ref:`genindex` +* :ref:`modindex` +* :ref:`search` |