QuantEcon / sphinxcontrib-jupyter

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

ENH: Use more of Sphinx Infrastructure to Reduce Code Base #272

Open mmcky opened 4 years ago

mmcky commented 4 years ago

This could be useful for copying static assets such as images and download files

https://www.sphinx-doc.org/en/master/extdev/collectorapi.html?highlight=download#sphinx.environment.collectors.EnvironmentCollector

when we do a re-write of the extension.

mmcky commented 4 years ago

This document should feature highly in discussions

https://www.sphinx-doc.org/en/master/extdev/index.html#dev-extensions

mmcky commented 4 years ago

Linked to #212