QuantEcon / sphinxcontrib-jupyter

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

ENH: Support Sphinx Aliases for Images #44

Open mmcky opened 6 years ago

mmcky commented 6 years ago

Currently the following does not render well

Embedded Image Handling
-----------------------

.. |mountain| image:: _static/hood.jpg
   :scale: 10 %

Here is an image that is inline and referenced using sphinx alias |mountain|.

as it get's rendered in the notebook as

image