You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sphinx-gallery has a nice feature in which it auto-identifies function and class names from intersphinx-ed packages and replaces the rendered html versions of the names with links to the source documentation. For example: check out the last code block on this page.
We might be able to use the sphinx-gallery machinery to (hackily) do this to our own rendered notebooks as a postprocessing step during the sphinx build. This would likely require modifying nbsphinx to support specifying a custom nbconvert postprocessor class (that we'd have to write).
The text was updated successfully, but these errors were encountered:
This is only relevant once #153 is merged
sphinx-gallery
has a nice feature in which it auto-identifies function and class names from intersphinx-ed packages and replaces the rendered html versions of the names with links to the source documentation. For example: check out the last code block on this page.We might be able to use the
sphinx-gallery
machinery to (hackily) do this to our own rendered notebooks as a postprocessing step during the sphinx build. This would likely require modifyingnbsphinx
to support specifying a custom nbconvert postprocessor class (that we'd have to write).The text was updated successfully, but these errors were encountered: