create doc skeleton
This commit is contained in:
parent
0202534969
commit
b21d0a104b
17 changed files with 179 additions and 6 deletions
6
docs/source/api/core/backendscfg.rst
Normal file
6
docs/source/api/core/backendscfg.rst
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
:mod:`weboob.core.backendscfg`
|
||||
==============================
|
||||
|
||||
.. automodule:: weboob.core.backendscfg
|
||||
:members:
|
||||
:undoc-members:
|
||||
6
docs/source/api/core/bcall.rst
Normal file
6
docs/source/api/core/bcall.rst
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
:mod:`weboob.core.bcall`
|
||||
========================
|
||||
|
||||
.. automodule:: weboob.core.bcall
|
||||
:members:
|
||||
:undoc-members:
|
||||
13
docs/source/api/core/index.rst
Normal file
13
docs/source/api/core/index.rst
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
:mod:`weboob.core`
|
||||
==================
|
||||
|
||||
Contents:
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
backendscfg
|
||||
bcall
|
||||
modules
|
||||
ouiboube
|
||||
scheduler
|
||||
6
docs/source/api/core/modules.rst
Normal file
6
docs/source/api/core/modules.rst
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
:mod:`weboob.core.modules`
|
||||
==========================
|
||||
|
||||
.. automodule:: weboob.core.modules
|
||||
:members:
|
||||
:undoc-members:
|
||||
6
docs/source/api/core/ouiboube.rst
Normal file
6
docs/source/api/core/ouiboube.rst
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
:mod:`weboob.core.ouiboube`
|
||||
===========================
|
||||
|
||||
.. automodule:: weboob.core.ouiboube
|
||||
:members:
|
||||
:undoc-members:
|
||||
6
docs/source/api/core/scheduler.rst
Normal file
6
docs/source/api/core/scheduler.rst
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
:mod:`weboob.core.scheduler`
|
||||
============================
|
||||
|
||||
.. automodule:: weboob.core.scheduler
|
||||
:members:
|
||||
:undoc-members:
|
||||
10
docs/source/api/index.rst
Normal file
10
docs/source/api/index.rst
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
API
|
||||
===
|
||||
|
||||
Contents:
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
core/index
|
||||
tools/index
|
||||
6
docs/source/api/tools/backend.rst
Normal file
6
docs/source/api/tools/backend.rst
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
:mod:`weboob.tools.backend`
|
||||
===========================
|
||||
|
||||
.. automodule:: weboob.tools.backend
|
||||
:members:
|
||||
:undoc-members:
|
||||
9
docs/source/api/tools/index.rst
Normal file
9
docs/source/api/tools/index.rst
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
:mod:`weboob.tools`
|
||||
===================
|
||||
|
||||
Contents:
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
backend
|
||||
Loading…
Add table
Add a link
Reference in a new issue