diff options
Diffstat (limited to 'docs/index.rst')
-rw-r--r-- | docs/index.rst | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst new file mode 100644 index 000000000..ce49325e7 --- /dev/null +++ b/docs/index.rst @@ -0,0 +1,29 @@ +.. pyLoad documentation master file, created by + sphinx-quickstart on Sat Jun 4 11:54:34 2011. + You can adapt this file completely to your liking, but it should at least + contain the root `toctree` directive. + +Welcome to pyLoad's documentation! +================================== + +Great that you found your way to the pyLoad documentation! + +We have collected some information here to help developer writing plugins and understandig our code. +If you want to help us developing visit us in our IRC channel #pyload on freenode.net or leave a message in our forum. + +Contents: + +.. toctree:: + :maxdepth: 2 + + access_api.rst + write_plugins.rst + module_overview.rst + +.. currentmodule:: module + +================== + +* :ref:`genindex` +* :ref:`modindex` +* :ref:`search` |