diff --git a/docs/tutorial/index.rst b/docs/tutorial/index.rst index 4627357..d9b1886 100644 --- a/docs/tutorial/index.rst +++ b/docs/tutorial/index.rst @@ -1,8 +1,6 @@ First steps =========== -Bonobo uses simple python and should be quick and easy to learn. - What is Bonobo? ::::::::::::::: @@ -13,7 +11,6 @@ Bonobo *is not* a statistical or data-science tool. If you're looking for a data Bonobo is a lean manufacturing assembly line for data that let you focus on the actual work instead of the plumbery. - Tutorial :::::::: @@ -43,6 +40,6 @@ Read about integrating external tools with bonobo * :doc:`../guide/ext/docker`: run transformation graphs in isolated containers. * :doc:`../guide/ext/jupyter`: run transformations within jupyter notebooks. -* :doc:`../guide/ext/selenium`: run +* :doc:`../guide/ext/selenium`: crawl the web using a real browser and work with the gathered data. * :doc:`../guide/ext/sqlalchemy`: everything you need to interract with SQL databases.