##// END OF EJS Templates
Grammar fixes in README (mostly plurality)
Kyle Kelley -
Show More
@@ -22,7 +22,7 b' Requirements'
22 Jinja2
22 Jinja2
23 ~~~~~~
23 ~~~~~~
24
24
25 Most of the converter should rely on Jinja2 templating language.
25 Most of the converters should rely on the Jinja2 templating language.
26
26
27
27
28 Markdown
28 Markdown
@@ -36,7 +36,7 b' You will need the `python markdown module'
36 Docutils
36 Docutils
37 ~~~~~~~~
37 ~~~~~~~~
38
38
39 nbconvert require the latest development version of docutils. This can be installed
39 nbconvert requires the latest development version of docutils. This can be installed
40 via ::
40 via ::
41
41
42 $ curl http://docutils.svn.sourceforge.net/viewvc/docutils/trunk/docutils/?view=tar > docutils.tgz
42 $ curl http://docutils.svn.sourceforge.net/viewvc/docutils/trunk/docutils/?view=tar > docutils.tgz
@@ -45,7 +45,7 b' via ::'
45 Sphinx-Latex
45 Sphinx-Latex
46 ~~~~~~~~~~~~
46 ~~~~~~~~~~~~
47
47
48 We are trying to require as little as possible, but for now, compiling the generated Tex file require texlive-full.
48 We are trying to require as little as possible, but for now, compiling the generated Tex file requires texlive-full.
49 ::
49 ::
50
50
51 sudo apt-get install texlive-full
51 sudo apt-get install texlive-full
@@ -81,7 +81,7 b' Pandoc'
81
81
82 Nbconvert also needs the `pandoc multiformat converter
82 Nbconvert also needs the `pandoc multiformat converter
83 <http://johnmacfarlane.net/pandoc>`_ to do the actual text conversions. Pandoc
83 <http://johnmacfarlane.net/pandoc>`_ to do the actual text conversions. Pandoc
84 is included in most linux distributions package managers, and the author's
84 is included in most Linux package managers for each distribution, and the author's
85 website contains links to Mac OS X and Windows installers.
85 website contains links to Mac OS X and Windows installers.
86
86
87 Pandoc, to convert markdown into latex
87 Pandoc, to convert markdown into latex
@@ -101,7 +101,7 b' For conversion to HTML/LaTeX, pygments is also required for syntax highlighting'
101 Running Tests
101 Running Tests
102 =============
102 =============
103
103
104 Please try to run the tests to avoid regression when commiting a patch, and create new test when adding features.
104 Please try to run the tests to avoid regression when commiting a patch, and create new tests when adding features.
105 ::
105 ::
106
106
107 $ pip install nose
107 $ pip install nose
@@ -119,5 +119,3 b' to a directory in your ``$PATH``. Once this is done, you can call it as::'
119
119
120 Use ``nbconvert -h`` for up to date help on the available formats.
120 Use ``nbconvert -h`` for up to date help on the available formats.
121
121
122
123
General Comments 0
You need to be logged in to leave comments. Login now