[doc] proofreading the guides, refactoring the reference.

This commit is contained in:
Romain Dorgueil
2018-01-16 06:27:25 +01:00
parent ed7887ba31
commit aa6e426768
41 changed files with 767 additions and 288 deletions

View File

@ -1,5 +1,7 @@
Working with SQL Databases
==========================
.. currentmodule:: bonobo_sqlalchemy
Working with SQLAlchemy
=======================
.. include:: _beta.rst
@ -54,6 +56,7 @@ Let's select some data:
And let's insert some data:
.. code-block:: python
import bonobo
@ -69,21 +72,13 @@ And let's insert some data:
return graph
Reference
:::::::::
.. module:: bonobo_sqlalchemy
:mod:`bonobo_sqlalchemy`
------------------------
Select
------
.. autoclass:: Select
InsertOrUpdate
--------------
.. autoclass:: InsertOrUpdate
.. automodule:: bonobo_sqlalchemy
Source code
:::::::::::