From b80ff253dbecef1a8c0bbed82bac856e4b290573 Mon Sep 17 00:00:00 2001 From: Romain Dorgueil Date: Mon, 5 Jun 2017 10:47:16 +0200 Subject: [PATCH] [docs] work in progress. --- docs/tutorial/index.rst | 2 ++ docs/tutorial/tut03.rst | 7 ++++++- docs/tutorial/tut04.rst | 6 +++++- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/docs/tutorial/index.rst b/docs/tutorial/index.rst index c00f27a..342449b 100644 --- a/docs/tutorial/index.rst +++ b/docs/tutorial/index.rst @@ -26,6 +26,8 @@ that did not block you but can be a no-go for others, please consider contributi tut01 tut02 + tut03 + tut04 What's next? diff --git a/docs/tutorial/tut03.rst b/docs/tutorial/tut03.rst index dc1e4c2..2721430 100644 --- a/docs/tutorial/tut03.rst +++ b/docs/tutorial/tut03.rst @@ -1,7 +1,12 @@ Configurables and Services ========================== -TODO +This document does not exist yet, but will be available soon. + +Meanwhile, you can read the matching references: + +* :doc:`/guide/services` +* :doc:`/reference/api_config` Next :::: diff --git a/docs/tutorial/tut04.rst b/docs/tutorial/tut04.rst index 18bea48..14888d5 100644 --- a/docs/tutorial/tut04.rst +++ b/docs/tutorial/tut04.rst @@ -1,4 +1,8 @@ Working with databases ====================== -TODO +This document does not exist yet, but will be available soon. + +Meanwhile, you can jump to bonobo-sqlalchemy development repository: + +* https://github.com/hartym/bonobo-sqlalchemy