hddm-devs / hddm

HDDM is a python module that implements Hierarchical Bayesian parameter estimation of Drift Diffusion Models (via PyMC).
http://ski.clps.brown.edu/hddm_docs/
Other
260 stars 117 forks source link

Built documentation outdated #36

Closed hoechenberger closed 8 years ago

hoechenberger commented 8 years ago

The documentation at http://ski.clps.brown.edu/hddm_docs/genindex.html is not up-to-date (based on HDDM 0.5.3) Maybe this repository should be set up to work with readthedocs.org for automated doc generation?

twiecki commented 8 years ago

Thanks for the comment. It actually is up-to-date, just the version string is outdated (easy to fix). It's quite easy already to recompile and update.

hoechenberger commented 8 years ago

Oh, I didn't realize it was just the version string, thanks for the quick response! :)