create doc skeleton

This commit is contained in:
Christophe Benz 2010-11-25 16:07:45 +01:00
commit b21d0a104b
17 changed files with 179 additions and 6 deletions

View file

@ -0,0 +1,6 @@
:mod:`weboob.core.backendscfg`
==============================
.. automodule:: weboob.core.backendscfg
:members:
:undoc-members:

View file

@ -0,0 +1,6 @@
:mod:`weboob.core.bcall`
========================
.. automodule:: weboob.core.bcall
:members:
:undoc-members:

View file

@ -0,0 +1,13 @@
:mod:`weboob.core`
==================
Contents:
.. toctree::
:maxdepth: 2
backendscfg
bcall
modules
ouiboube
scheduler

View file

@ -0,0 +1,6 @@
:mod:`weboob.core.modules`
==========================
.. automodule:: weboob.core.modules
:members:
:undoc-members:

View file

@ -0,0 +1,6 @@
:mod:`weboob.core.ouiboube`
===========================
.. automodule:: weboob.core.ouiboube
:members:
:undoc-members:

View file

@ -0,0 +1,6 @@
:mod:`weboob.core.scheduler`
============================
.. automodule:: weboob.core.scheduler
:members:
:undoc-members:

10
docs/source/api/index.rst Normal file
View file

@ -0,0 +1,10 @@
API
===
Contents:
.. toctree::
:maxdepth: 2
core/index
tools/index

View file

@ -0,0 +1,6 @@
:mod:`weboob.tools.backend`
===========================
.. automodule:: weboob.tools.backend
:members:
:undoc-members:

View file

@ -0,0 +1,9 @@
:mod:`weboob.tools`
===================
Contents:
.. toctree::
:maxdepth: 2
backend