pymc-devs / pymc-examples

Examples of PyMC models, including a library of Jupyter notebooks.
https://www.pymc.io/projects/examples/en/latest/
MIT License
259 stars 211 forks source link

move BART case studies into seperate category #597

Closed daniel-saunders-phil closed 7 months ago

daniel-saunders-phil commented 7 months ago

The case studies section of the examples should be subdivided into more specific categories. BART is a distinct type of modeling rather than a case study. We have enough notebooks for it now that it can stand on its own.


:books: Documentation preview :books:: https://pymc-examples--597.org.readthedocs.build/en/597/

juanitorduz commented 7 months ago

@aloctavodia does this have any effect on BART docs (because of the paths?)

OriolAbril commented 7 months ago

we can set up redirects to preserve the old paths, but bart docs should use the (target)= at the top of the notebook to reference them for things like that; if the target doesn't change, the cross-reference is still valid.

Links from discourse to notebooks and stuff like that can't use cross-references, so redirects are a good idea

OriolAbril commented 7 months ago

add redirects here: https://github.com/pymc-devs/pymc-examples/blob/main/examples/conf.py#L155; keys are old/unexistent paths (redirect origin), values are existing paths (redirect endpoint)

twiecki commented 7 months ago

@OriolAbril I don't think we need to add redirects, if people want stable links they should reference a specific version of the docs.

aloctavodia commented 7 months ago

Thanks, @daniel-saunders-phil for the PR. I am working on BART right now I will update the paths if necessary.