diff options
author | Kali Kaneko <kali@leap.se> | 2014-04-09 15:47:02 -0500 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2014-04-09 15:47:02 -0500 |
commit | 62c03e86a21f1fdc7940f4ae8d771d8bccfdf82c (patch) | |
tree | dffb1feb349f6198e80e5195bc2adddecfdbe731 /docs/sphinx/index.rst | |
parent | 5bb1e90dda3e6e23646b426255327a3b0f0e5fc0 (diff) | |
parent | ce22976cc0e203e53799e771aa5e3717d498cc5c (diff) |
Merge tag '0.5.0' into deb-0.5.0
Tag leap.soledad 0.5.0
Diffstat (limited to 'docs/sphinx/index.rst')
-rw-r--r-- | docs/sphinx/index.rst | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/docs/sphinx/index.rst b/docs/sphinx/index.rst new file mode 100644 index 00000000..6298d034 --- /dev/null +++ b/docs/sphinx/index.rst @@ -0,0 +1,31 @@ +.. Soledad documentation master file, created by + sphinx-quickstart on Mon Feb 17 17:54:47 2014. + You can adapt this file completely to your liking, but it should at least + contain the root `toctree` directive. + +Soledad documentation +===================== + +Contents: + +.. toctree:: + :maxdepth: 2 + + common + client + server + +.. automodule:: leap.soledad.common + :members: + :undoc-members: + :private-members: + :show-inheritance: + + +Indices and tables +================== + +* :ref:`genindex` +* :ref:`modindex` +* :ref:`search` + |