doc update and better versionning method

This commit is contained in:
Romain Dorgueil
2016-12-29 17:27:06 +01:00
parent b39d51071f
commit 8b63b0bf44
15 changed files with 197 additions and 114 deletions

View File

@ -58,7 +58,10 @@ Let's chain the three components together and run the transformation:
digraph {
rankdir = LR;
"generate_data" -> "uppercase" -> "output";
stylesheet = "../_static/graphs.css";
BEGIN [shape="point"];
BEGIN -> "generate_data" -> "uppercase" -> "output";
}
We use the :func:`bonobo.run` helper that hides the underlying object composition necessary to actually run the