Joshuaalbert / jaxns

Probabilistic Programming and Nested sampling in JAX
https://jaxns.readthedocs.io/
Other
135 stars 9 forks source link

Patching the docs #162

Open dhuppenkothen opened 3 months ago

dhuppenkothen commented 3 months ago

I've been reading the documentation (thank you! this is a great package!), and found some minor formatting issues with the docs:

Joshuaalbert commented 3 months ago

Thanks @dhuppenkothen for the contribution. LGTM

dhuppenkothen commented 3 months ago

Just FYI: I just realised I don't think the introductory example actually runs (I think it might be using an old syntax? I can try to fix that here (in which case hold off from merging) or open a new issue/PR?

Joshuaalbert commented 3 months ago

I think all the tutorials need to be reworked over, made much better in general, with more description and variation of the types of things that can be done with JAXNS. Let me know if you have a syntax problem.

Also, to run the notebooks you can run the nbconvert_all.sh script in the examples dir. It might take a few minutes to complete.