diff --git a/docs/quickstart.rst b/docs/quickstart.rst index 3c175ae..a8d00b3 100644 --- a/docs/quickstart.rst +++ b/docs/quickstart.rst @@ -45,15 +45,6 @@ Locally you must have `Flask `_ and the Flask debug server, as it is faster and better. To run tests `Nose `_ is required. -If you're using Sheepdog inside of iPython Notebook, use of the Tornado server -can be troublesome (see `https://github.com/adamgreig/sheepdog/issues/15`_), -so consider falling back to the Flask server by: - -.. code-block:: python - - >>> import sheepdog - >>> sheepdog.server.USE_TORNADO = False - Synchronous Map ---------------