Working on 0.6 documentation.

This commit is contained in:
Romain Dorgueil
2018-01-10 06:18:41 +01:00
parent 0a9a27ae08
commit c1ffbe7b5f
10 changed files with 265 additions and 60 deletions

View File

@ -15,7 +15,6 @@ kind of project structure, as the targert structure will be dicated by the hosti
sub-package would perfectly fit a django or flask project, or even a regular package, but it's up to you to chose the
structure of your project.
about using |bonobo| in a pyt
is about set of jobs working together within a project.
Let's see how to move from the current status to a package.
@ -28,3 +27,19 @@ You now know:
* How to ...
That's the end of the tutorial, you should now be familiar with all the basics.
A few appendixes to the tutorial can explain how to integrate with other systems (we'll use the "fablabs" application
created in this tutorial and extend it):
* :doc:`notebooks`
* :doc:`sqlalchemy`
* :doc:`django`
* :doc:`docker`
Then, you can either to jump head-first into your code, or you can have a better grasp at all concepts by
:doc:`reading the full bonobo guide </guide/index>`.
Happy data flows!