pysal / segregation

Segregation Measurement, Inferential Statistics, and Decomposition Analysis
https://pysal.org/segregation/
BSD 3-Clause "New" or "Revised" License
112 stars 26 forks source link

change way to declare latex equation in examples notebooks for PySAL notebooks rendering #120

Closed renanxcortes closed 5 years ago

renanxcortes commented 5 years ago

After checking the PySAL's notebook (pysal.org/notebooks) not rendering properly the equations:

image

I realized that giddy declares with the $$ markdown style. So this PR changes the equations to this style hoping to render properly for the PySAL's notebooks. I'm still not sure how to address the inline equations problems.

renanxcortes commented 5 years ago

Since this is just a minor PR with no substantial changes to the code (actually no changes at all), I'll merge this right away.