Converting the documentation notebooks to HTML pages
Conversion notebook to HTML¶
This is the module to convert a jupyter notebook to an html page. It will normally render everything the way it was in the notebooks, including suppressing the input of the code cells with input cells masked, and converting the links between notebooks in links between the html pages.
Functions¶
Here's an example to convert all the docs in this folder:
convert_all('.', '../docs')