Skip to content

Conversation

@tomicapretto
Copy link
Collaborator

This PR adds the interlinks filter to our documentation website.

More information can be found at https://machow.github.io/quartodoc/get-started/interlinks.html.

I added links to our README and getting started notebooks, as well as one to one example.

This partially closes #930 (or maybe fully closes it?)

@star1327p would you be interested in contributing to this?

@OriolAbril, if I understood it correctly, we could now link to, for example, ArviZ.

@review-notebook-app
Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

docs/_quarto.yml Outdated
Comment on lines 158 to 160
sources:
python:
url: https://docs.python.org/3/
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I couldn't leave sources empty, so I added this one for Python.

statsmodels = ">=0.14.5,<0.15"
seaborn = ">=0.13.2,<0.14"
lifelines = ">=0.30.0,<0.31"
python-graphviz = ">=0.21,<0.22"
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I added this because it couldn't find Graphviz in my ubuntu machine. It's a dev dependency, not a Bambi dependency.

@tomicapretto
Copy link
Collaborator Author

Update:

  • I added interlinks for ArviZ and PyMC.
  • The following documents now have internal and external cross-references:
    • docs/index.qmd
    • docs/notebooks/getting_started.ipynb

We could use them even further. The problem I have now is to decide when to use them and when to not use them. I think cross-referencing everything may be too much.

@tomicapretto tomicapretto merged commit 7915827 into bambinos:main Nov 22, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

DOC: Need to support cross-reference sections within Examples

1 participant