Skip to content

DOC: Exponentially Weighted Windows page not showing formulas #15469

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
brdsio opened this issue Feb 21, 2017 · 4 comments · Fixed by #15618
Closed

DOC: Exponentially Weighted Windows page not showing formulas #15469

brdsio opened this issue Feb 21, 2017 · 4 comments · Fixed by #15618
Labels
Milestone

Comments

@brdsio
Copy link

brdsio commented Feb 21, 2017

The Exponentially Weighted Windows page is not rendering the formulas in LaTeX format.
http://pandas.pydata.org/pandas-docs/stable/computation.html#exponentially-weighted-windows

@chris-b1 chris-b1 added the Docs label Feb 21, 2017
@chris-b1
Copy link
Contributor

Thanks for the report. Seemed to work as of 0.18.1. @jorisvandenbossche any ideas?
http://pandas.pydata.org/pandas-docs/version/0.18.1/computation.html#exponentially-weighted-windows

@chris-b1 chris-b1 added this to the 0.20.0 milestone Feb 21, 2017
cdemulde pushed a commit to cdemulde/pandas that referenced this issue Mar 8, 2017
cdemulde pushed a commit to cdemulde/pandas that referenced this issue Mar 8, 2017
jorisvandenbossche pushed a commit that referenced this issue Mar 9, 2017
@jorisvandenbossche
Copy link
Member

Probably the reason was just that I did something wrong when building those docs at the time of release (didn't configure my latex well or so). In any case, the pngmath sphinx extension was deprecated, and we switched to using mathjax (no latex required anymore) in #15618 so that also fixes this issue.

@jorisvandenbossche
Copy link
Member

I could update the current stable docs though, to fix this there as well.

@jreback
Copy link
Contributor

jreback commented Mar 10, 2017

docs are renders nicely! http://pandas-docs.github.io/pandas-docs-travis/computation.html#exponentially-weighted-windows

related example http://pandas-docs.github.io/pandas-docs-travis/generated/pandas.DataFrame.ewm.html#pandas.DataFrame.ewm

should we change the doc string to render with the formulas as well?

of course the text based might not be as nice then

is the link at the end rendered correctly? (it is fully written out is that how we do it)?

AnkurDedania pushed a commit to AnkurDedania/pandas that referenced this issue Mar 21, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
4 participants