jpjones76 / SeisIO.jl

Julia language support for geophysical time series data
http://seisio.readthedocs.org
Other
47 stars 20 forks source link

Docs out-of-sync to CHANGELOG #17

Closed randyzwitch closed 5 years ago

randyzwitch commented 5 years ago

In the changelog, you mention deprecating all the individual read* methods, but the docs still show them:

https://seisio.readthedocs.io/en/latest/src/Formats/fileformats.html#file-i-o-functions

Noticed this for the readsegy method, don't know how many others need to be removed

jpjones76 commented 5 years ago

Argh, thank you. I'll fix that tonight. They definitely shouldn't be in the docs anymore.

jpjones76 commented 5 years ago

Wow. The HTML files are months behind current. Thank you for spotting this. I'm looking into what broke in the build process at the moment.

jpjones76 commented 5 years ago

Hi, I updated the docs tonight and triggered a manual rebuild on ReadTheDocs. If you clear your cache and reload, do the HTML docs now appear current on your end?

randyzwitch commented 5 years ago

Yup, looks like a whole new set of docs now, thanks!