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