[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>`.

View File

@ -1,24 +0,0 @@
Working with Django
===================
.. warning::
This section does not exist yet, but it's in the plans to write it quite soon.
Meanwhile, you can check the source code and other links provided below.
Source code
:::::::::::
https://github.com/python-bonobo/bonobo/tree/master/bonobo/contrib/django
bonobo.contrib.django
:::::::::::::::::::::
.. automodule:: bonobo.contrib.django
:members:
:undoc-members:
:show-inheritance:

View File

@ -1,16 +0,0 @@
Working with Docker
===================
.. warning::
This section does not exist yet, but it's in the plans to write it quite soon.
Meanwhile, you can check the source code and other links provided below.
Source code
:::::::::::
https://github.com/python-bonobo/bonobo-docker

View File

@ -22,22 +22,18 @@ Bonobo uses simple python and should be quick and easy to learn.
4-services
5-packaging
**Integrations**
.. toctree::
:maxdepth: 1
django
notebooks
sqlalchemy
**What's next?**
Once you're familiar with all the base concepts, you can...
* Read the :doc:`Guides </guide/index>` to have a deep dive in each concept.
* Explore the :doc:`Extensions </extension/index>` to widen the possibilities.
* Explore the :doc:`Extensions </extension/index>` to widen the possibilities:
* :doc:`/extension/django`
* :doc:`/extension/docker`
* :doc:`/extension/jupyter`
* :doc:`/extension/sqlalchemy`
* Open the :doc:`References </reference/index>` and start hacking like crazy.
**You're not alone!**

View File

@ -1,13 +0,0 @@
Working with Jupyter Notebooks
==============================
.. warning::
This section does not exist yet, but it's in the plans to write it quite soon.
Meanwhile, you can check the source code and other links provided below.
Source code
:::::::::::
https://github.com/python-bonobo/bonobo/tree/master/bonobo/contrib/jupyter

View File

@ -1,15 +0,0 @@
Working with SQL Databases
==========================
.. warning::
This section does not exist yet, but it's in the plans to write it quite soon.
Meanwhile, you can check the source code and other links provided below.
Source code
:::::::::::
https://github.com/python-bonobo/bonobo-sqlalchemy