QuantEcon / sphinxcontrib-jupyter

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

FEAT: Pass through for `collapse` class for html writers #105

Closed mmcky closed 6 years ago

mmcky commented 6 years ago

This PR is specific to rendering QuantEcon lectures but could be useful in other domains also.

It adds pass through to notebook cell metadata for code blocks that have :class: collapse in the source code. This will help support rendering of collapse code blocks during html generation. https://github.com/QuantEcon/lecture-source-py/issues/41

mmcky commented 6 years ago