From e294a647c4c54c3ad910cf79a7272ca79b8c312f 2012-09-11 04:30:17 From: Fernando Perez <Fernando.Perez@berkeley.edu> Date: 2012-09-11 04:30:17 Subject: [PATCH] Fix extension in README instructions --- diff --git a/README.rst b/README.rst index 58a9413..a86c7e3 100644 --- a/README.rst +++ b/README.rst @@ -23,7 +23,7 @@ The latest development version of doctest is required. This can be installed via :: $ curl http://docutils.svn.sourceforge.net/viewvc/docutils/trunk/docutils/?view=tar > docutils.tgz - $ pip install -U docutils.gz + $ pip install -U docutils.tgz Nbconvert also needs the `pandoc multiformat converter <http://johnmacfarlane.net/pandoc>`_ to do the actual text conversions. Pandoc