add a ugly tool to generate API documentation files

This commit is contained in:
Romain Bignon 2011-03-29 16:14:35 +02:00
commit d5de559574
26 changed files with 3 additions and 175 deletions

1
.gitignore vendored
View file

@ -7,3 +7,4 @@ dist
*.egg-info
*~
tags
docs/source/api

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -1,22 +0,0 @@
:mod:`weboob.capabilities`
==========================
Contents:
.. toctree::
:maxdepth: 2
account
bank
base
chat
contact
content
dating
geolocip
messages
radio
torrent
travel
video
weather

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -13,6 +13,8 @@
import sys, os
os.system('./genapi.py')
# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.