From c0d3b2d6dd9f34dcf53db7047defdcc2c214eb79 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Fri, 1 Jul 2011 17:48:52 +0200 Subject: sphinx documentation --- docs/index.rst | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 docs/index.rst (limited to 'docs/index.rst') 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` -- cgit v1.2.3