-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add PyMC-centric examples to commonly used pm.math
functions
#5537
Comments
CC @OriolAbril |
I see that the General examples of the |
@chritter you are looking at the old docs. The math module is now correctly rendered in https://docs.pymc.io/en/latest/api/math.html. You can click on each function and see the complete docstrings imported from aesara. The goal of this issue is to add examples of using these functions within pymc. The I am also adding the sphinx label, because this will only be beginner friendly if you are already familiar with both sphinx and numpydoc. |
Hi, this is my first time contributing to the pymc library. I am writing to experience my interest to work on this issue. |
@ricardoV94 , where to add examples? |
In here: https://github.com/pymc-devs/pymc/blob/main/docs/source/api/math.rst |
@ricardoV94 @OriolAbril |
Would be nice to add code-block examples that show how to use frequent
pm.math
functions with PyMC models in the docstrings:The text was updated successfully, but these errors were encountered: