QuantEcon / sphinxcontrib-jupyter

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

FEAT: Include test option for compiling notebooks selective with and without code tests #77

Closed mmcky closed 6 years ago

mmcky commented 6 years ago

Thanks @jlperla for the following:

@arnavs You can take a shot at this. The basic idea is that we would introduce a :class: test as a parallel to :class: solution`

The beautiful thing now is that we can almost use identical code wherever the word solution is used in the https://github.com/QuantEcon/sphinxcontrib-jupyter/pull/72/files

In partiular,

You can ask @mmcky but I think a lot of the other stuff in the PR also does something with output blocks, which I believe is orthogonal?

arnavs commented 6 years ago

@mmcky I think we can close this now.

mmcky commented 6 years ago

thanks @arnavs