QuantEcon / sphinxcontrib-jupyter

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

FEAT: Add support for inline literal markup in RST #86

Closed mmcky closed 6 years ago

mmcky commented 6 years ago

This PR adds support for parsing inline literals and adds a test case for inline elements.

These include elements in RST such as

This is a ``import numpy as np`` inline literal
mmcky commented 6 years ago