QuantEcon / jupinx

Jupyter + Sphinx Utilities and Tools
https://quantecon.github.io/jupinx/
20 stars 4 forks source link

FEAT: add extension for working with $ environments for inline math #84

Open mmcky opened 4 years ago

mmcky commented 4 years ago

fixes #82

jstac commented 4 years ago

When this is merged, could you please open an issue on lecture-source-py for us to switch over throughout, and also notify the Julia and Datascience teams that we're going to do so (perhaps by CCing some people in the issue)? It's a bit of a hassle but worth doing, I think.

Perhaps we should also open an issue here stating that we want to add support for $$ display equations, pushing changes upstream if required? Or is that a bridge too far?

mmcky commented 4 years ago

@jstac sure. The $ extension is still beta software so it might be better to:

  1. Do some extended testing of $ environment to ensure it works in various cases
  2. Add in $$ upstream as an enhancement.
  3. Switch over the lectures in bulk

This is only my opinion -- as I think it would be nice if the source files were consistently using either RST or MD style syntax for math. A mix might be confusing? Just a thought - happy to merge this if you would like to use inline.

mmcky commented 4 years ago

the team have an issue open for adding support for display math

https://github.com/sympy/sphinx-math-dollar/issues/4