From edc2321c54daf269d141f6ffd5a81960a329bff1 Mon Sep 17 00:00:00 2001 From: Michael Penkov Date: Sat, 28 Oct 2017 14:20:53 +0200 Subject: [PATCH] Issue #134: update documentation --- docs/tutorial/tut02.rst | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/docs/tutorial/tut02.rst b/docs/tutorial/tut02.rst index 9ad5ae3..7f51558 100644 --- a/docs/tutorial/tut02.rst +++ b/docs/tutorial/tut02.rst @@ -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