Minor documentation tuning, moving get_pseudo_nodes to bonobo.util.testing.

This commit is contained in:
Romain Dorgueil
2019-06-02 08:40:14 +02:00
parent e84440df8c
commit caef022b56
6 changed files with 116 additions and 47 deletions

View File

@ -201,8 +201,11 @@ positional parameters as you want.
.. note::
As of |bonobo| 0.7, a new syntax is available that we believe is more powerfull and more readable than the legacy
`add_chain` method. The former API is here to stay and it's perfectly safe to use it, but if it is an option, you
should consider the new syntax. During the transition period, we'll document both.
`add_chain` method. The former API is here to stay and it's perfectly safe to use it (in fact, the new syntax uses
`add_chain` under the hood).
If it is an option for you, we suggest you consider the new syntax. During the transition period, we'll document
both but the new syntax will eventually become default.
.. code-block:: python