QuantEcon / sphinxcontrib-jupyter

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

Folder structure for using static assets #69

Closed mmcky closed 5 years ago

mmcky commented 6 years ago

It would be good to have the ability to have flexible folder structures when writing collections of lectures so that static assets could be located within a single lecture folder (for example)

CLASS -> LECTURE1 -> IMG/

rather than a single unified _static folder

CLASS -> _static -> LECTURE1 -> _static

mmcky commented 5 years ago

PR #134 should address this issue.