[doc] tuning a few things in documentation.

This commit is contained in:
Romain Dorgueil
2017-10-03 08:09:50 +02:00
parent a1e381fad5
commit bfa43e65e6
5 changed files with 35 additions and 24 deletions

View File

@ -0,0 +1,10 @@
Util API
========
The Util API, located under the :mod:`bonobo.util` namespace, contains helpers functions and decorators to work with
and inspect transformations, graphs, and nodes.
.. automodule:: bonobo.util
:members:
:undoc-members:
:show-inheritance:

View File

@ -9,6 +9,7 @@ means that the api is not yet 1.0-proof.
api
api_config
api_util
commands
settings
examples

View File

@ -3,7 +3,8 @@ Settings & Environment
.. module:: bonobo.settings
All settings that you can find in the :module:`bonobo.settings` module.
All settings that you can find in the :mod:`bonobo.settings` module. You can override those settings using
environment variables. For you own settings and configuration values, see the :doc:`/guide/environment` guide.
Debug
:::::