Write the corpus reference ReST file: referenceCorpus.rst
CorpusReferenceReSTWriter bases
CorpusReferenceReSTWriter methods
Methods inherited from ReSTWriter:
Converts IPython notebooks into ReST, and handles their associated image files.
This class wraps the 3rd-party nbconvert Python script.
IPythonNotebookReSTWriter bases
IPythonNotebookReSTWriter read-only properties
IPythonNotebookReSTWriter methods
Guarantee a blank line after literal blocks.
Take a notebook directly as parsed and make it look better for HTML
Deletes all .text files in the _files directory.
converts one .ipynb file to .rst using nbconvert.
returns True if IPythonNotebook was converted. returns False if IPythonNotebook’s converted .rst file is newer than the .ipynb file.
sends AssertionError if ipythonNotebookFilePath does not exist.
Methods inherited from ReSTWriter:
Writes module reference ReST files, and their index.rst file.
ModuleReferenceReSTWriter bases
ModuleReferenceReSTWriter methods
Methods inherited from ReSTWriter:
Abstract base class for ReST writers.
Call .run() on the object to make it work.
ReSTWriter methods
Write rst (a unicode string) to filePath, only overwriting an existing file if the content differs.