weboob-devel/docs/source/index.rst
Romain Bignon a9008e9b04 improvements on the dev documentation website
- new home page (inspired from the python's one)
- add a "How to contribute" page
- add logo/favicon
- more customizations
2014-08-30 20:44:11 +02:00

26 lines
753 B
ReStructuredText

Weboob
======
Weboob (Web Outside Of Browsers) provides:
* :doc:`applications <api/tools/application/index>` to interact with websites
* :doc:`modules </guides/module>`, each one handles a specific website
* a :doc:`core library <api/core/index>` providing all the features needed by backends
* :doc:`tools <api/tools/index>` to help develop backends and applications
Weboob is written in Python and is distributed under the AGPLv3+ license.
.. note::
This is the developer documentation. If you are not a developer and you are looking for information about the project, check the `official website <http://weboob.org>`_.
.. toctree::
:maxdepth: 2
overview
guides/index
api/index
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`