QuantEcon / sphinxcontrib-jupyter

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

Add support for more advanced RST tables and output to HTML #54

Open mmcky opened 6 years ago

mmcky commented 6 years ago

We need to add better support for the full RST table specification. Currently the extension does not provide support for multicolumn and multirow support.

http://docutils.sourceforge.net/docs/user/rst/quickref.html#tables

As table support becomes more advanced it would be good to have the option to output to html format for inclusion in the compiled notebooks.