From 2ab48080e6f997cb9ce72a04c5c970fd97e4b812 Mon Sep 17 00:00:00 2001 From: Romain Dorgueil Date: Tue, 3 Oct 2017 08:25:15 +0200 Subject: [PATCH] [doc] refactors guides index so the toc is showing up correctly in sidebar. --- docs/guide/ext/docker.rst | 4 ++-- docs/guide/ext/jupyter.rst | 4 ++-- docs/guide/ext/selenium.rst | 4 ++-- docs/guide/ext/sqlalchemy.rst | 4 ++-- docs/guide/index.rst | 10 ++-------- 5 files changed, 10 insertions(+), 16 deletions(-) diff --git a/docs/guide/ext/docker.rst b/docs/guide/ext/docker.rst index 8ff667f..f0fd17c 100644 --- a/docs/guide/ext/docker.rst +++ b/docs/guide/ext/docker.rst @@ -1,5 +1,5 @@ -Bonobo with Docker -================== +Docker Extension +================ .. todo:: The `bonobo-docker` package is at a very alpha stage, and things will change. This section is here to give a brief overview but is neither complete nor definitive. diff --git a/docs/guide/ext/jupyter.rst b/docs/guide/ext/jupyter.rst index 8250853..6c3385f 100644 --- a/docs/guide/ext/jupyter.rst +++ b/docs/guide/ext/jupyter.rst @@ -1,5 +1,5 @@ -Bonobo with Jupyter -=================== +Jupyter Extension +================= There is a builtin plugin that integrates (somewhat minimallistically, for now) bonobo within jupyter notebooks, so you can read the execution status of a graph within a nice (ok, not so nice) html/javascript widget. diff --git a/docs/guide/ext/selenium.rst b/docs/guide/ext/selenium.rst index e588cd6..c262c13 100644 --- a/docs/guide/ext/selenium.rst +++ b/docs/guide/ext/selenium.rst @@ -1,5 +1,5 @@ -Bonobo with Selenium -==================== +Selenium Extension +================== .. todo:: The `bonobo-selenium` package is at a very alpha stage, and things will change. This section is here to give a brief overview but is neither complete nor definitive. diff --git a/docs/guide/ext/sqlalchemy.rst b/docs/guide/ext/sqlalchemy.rst index d7da4e8..734bbf6 100644 --- a/docs/guide/ext/sqlalchemy.rst +++ b/docs/guide/ext/sqlalchemy.rst @@ -1,5 +1,5 @@ -Bonobo with SQLAlchemy -====================== +SQLAlchemy Extension +==================== .. todo:: The `bonobo-sqlalchemy` package is at a very alpha stage, and things will change. This section is here to give a brief overview but is neither complete nor definitive. diff --git a/docs/guide/index.rst b/docs/guide/index.rst index 8b23ee6..88d86a1 100644 --- a/docs/guide/index.rst +++ b/docs/guide/index.rst @@ -1,10 +1,7 @@ Guides ====== -Concepts and best practices -::::::::::::::::::::::::::: - -There are a few things that you should know while writing transformations graphs with bonobo. +Here are a few guides and best practices to work with bonobo. .. toctree:: :maxdepth: 2 @@ -14,10 +11,7 @@ There are a few things that you should know while writing transformations graphs services environment -Third party integrations -:::::::::::::::::::::::: - -There is a few **bonobo** extensions that ease the use of the library with third party tools. Each integration is +There is a also few extensions that ease the use of the library with third party tools. Each integration is available as an optional extra dependency, and the maturity stage of each extension vary. .. toctree::