[docs] First draft of sqlalchemy tutorial.

This commit is contained in:
Romain Dorgueil
2017-07-06 12:40:55 +02:00
parent cf5b078620
commit 0f23f1a940
2 changed files with 195 additions and 4 deletions

View File

@ -13,7 +13,7 @@ Creating a project and starting to write code should take less than a minute:
$ bonobo run my-etl-project
Once you bootstrapped a project, you can start editing the default example transformation by editing
`my-etl-project/main.py`.
`my-etl-project/main.py`. Now, you can head to :doc:`tutorial/index`.
Other installation options
::::::::::::::::::::::::::