From 0a9a27ae08814da61e90cc56c871f00bc4cb5319 Mon Sep 17 00:00:00 2001 From: Romain Dorgueil Date: Mon, 8 Jan 2018 08:31:07 +0100 Subject: [PATCH] Links in doc. --- docs/tutorial/django.rst | 5 +++-- docs/tutorial/notebooks.rst | 9 +++++++-- docs/tutorial/sqlalchemy.rst | 11 +++++++++-- 3 files changed, 19 insertions(+), 6 deletions(-) diff --git a/docs/tutorial/django.rst b/docs/tutorial/django.rst index ddb8d05..d5f7d32 100644 --- a/docs/tutorial/django.rst +++ b/docs/tutorial/django.rst @@ -3,8 +3,9 @@ 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. + 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 ::::::::::: diff --git a/docs/tutorial/notebooks.rst b/docs/tutorial/notebooks.rst index cc5d21b..ff141e1 100644 --- a/docs/tutorial/notebooks.rst +++ b/docs/tutorial/notebooks.rst @@ -3,6 +3,11 @@ 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. + 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 diff --git a/docs/tutorial/sqlalchemy.rst b/docs/tutorial/sqlalchemy.rst index 4368066..23f1078 100644 --- a/docs/tutorial/sqlalchemy.rst +++ b/docs/tutorial/sqlalchemy.rst @@ -3,6 +3,13 @@ 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. + 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