Matt McKay

Results 376 comments of Matt McKay

@DrDrij I think I will break these equations across two lines.

@shlff maybe in this case we should update our `latex figure` placement rules https://www.sphinx-doc.org/en/master/latex.html ``` 'figure_align' Latex figure float alignment. Whenever an image doesn’t fit into the current page, it...

@sglyon are these the ones you've implemented in ``QE.jl`` https://github.com/QuantEcon/QuantEcon.jl/blob/273781c2a0a4166a87c6f29cee8041c83b9fb30d/src/zeros.jl. I might reference these implementations in separate issues for development in ``QE.py``.

thanks @jstac this is a good idea. Need to include ``` .. bibliography:: /_static/example.bib :cited: ``` in the generated `rst` files.

thanks @AakashGfude -- not sure how we can fix this one as they are outputs from `code-cells`. We probably should look to see if that package has some formatting aspects...

This is a confirmed issue on `matplotlib` and they are working on a fix

@shlff can you review this issue and see if this can be closed?

I am not experiencing this on my deployments @AakashGfude

hi @waynelapierre we don't compile the `pdf` for this project so I am not sure if it works as a build option in sphinx. You can try `make latexpdf` if...

Thanks @KieranSQ I have done some maintenance of this repo to reduce confusion and removed that from the `README.md` file. Currently only `python` and `Julia` are available. I would like...