[docs] More documentation rewriting.

This commit is contained in:
Romain Dorgueil
2018-01-14 16:11:49 +01:00
parent 9af5d80171
commit e998f9c989
17 changed files with 132 additions and 99 deletions

View File

@ -67,10 +67,10 @@ 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`
* :doc:`/extension/django`
* :doc:`/extension/docker`
* :doc:`/extension/jupyter`
* :doc:`/extension/sqlalchemy`
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>`.