Merge branch 'develop' of https://github.com/mpenkov/bonobo into mpenkov-develop

This commit is contained in:
Romain Dorgueil
2017-10-28 17:27:04 +02:00
6 changed files with 93 additions and 9 deletions

View File

@ -1,6 +1,17 @@
Changelog
=========
Unreleased
::::::::::
New features
------------
Command line
............
* `bonobo download /examples/datasets/coffeeshops.txt` now downloads the coffeeshops example
v.0.5.0 - 5 october 2017
::::::::::::::::::::::::

View File

@ -59,13 +59,7 @@ available in **Bonobo**'s repository:
.. code-block:: shell-session
$ curl https://raw.githubusercontent.com/python-bonobo/bonobo/master/bonobo/examples/datasets/coffeeshops.txt > `python3 -c 'import bonobo; print(bonobo.get_examples_path("datasets/coffeeshops.txt"))'`
.. note::
The "example dataset download" step will be easier in the future.
https://github.com/python-bonobo/bonobo/issues/134
$ bonobo download examples/datasets/coffeeshops.txt
.. literalinclude:: ../../bonobo/examples/tutorials/tut02e01_read.py
:language: python