QuantEcon / sphinxcontrib-jupyter

A Sphinx Extension for Generating Jupyter Notebooks
BSD 3-Clause "New" or "Revised" License
77 stars 23 forks source link

Removes the ability to add notebook headers from the conf.py file. #55

Closed mmcky closed 6 years ago

mmcky commented 6 years ago

This removes the ability to add header blocks to every produced notebook which were defined in the conf.py file. This was initially used to add some code such as to switch autosave off for every produced notebook.

This will be replaced with the ability to specify a header rst which can be used to add in RST and/or code to the top of every produced notebook. This is currently called welcome_message but this should be renamed as header_rst.

mmcky commented 6 years ago

this implements the additions from #30