-
-
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
Update docstrings for better rendering on website and numpydoc compliance #5459
Comments
I am working on the docstrings for weibull distribution. EDIT (by @OriolAbril ): I moved the updated list to the initial comment so its easier to find for new people getting to this issue |
Working on |
Is this where the Edit: There in v4 here https://docs.pymc.io/en/latest/api/data.html |
Working on |
Going to work on |
Working on |
Working on pymc.Flat |
Working on |
I'll start on |
Starting |
Starting with pymc.Beta |
@jlindbloom and I are working on Other utils |
…ativeBinomial as in pymc-devs#5459
I am working on the class docstrings inside the multivariate module. |
working on docstring for pm.simulator |
I can take smc |
maybe we could work together on it! I've been working with a little bit this week and have a number of ideas. Do you know a good technique to co-write a PR? |
I'll message you! |
I'll take pm.AR |
Currently working on pymc.variational.inference! |
I will work on pymc.DiscreteWeibull |
I'm getting pymc.model.core.Model |
I will work on pymc.step_methods.BinaryGibbsMetropolis at this link: https://www.pymc.io/projects/docs/en/stable/api/generated/pymc.step_methods.BinaryGibbsMetropolis.html |
I will work on pymc.step_methods.Slice |
Overview
We have to review and update all the docstrings of objects part of the public API (that is, that appear on the API reference section of the website). Why?
There are two main reasons:
Current view of the parameter section of pymc.Uniform
Before doing the changes described below
Details
A detailed tutorial on how to go about these updates is available at the PyMC-Data Umbrella sprint website (the page also has a video recorded by @reshamas showing an example PR).
How to choose what page to work on?
Look for pages that don't have hyperlinks in all their parameters. In case of doubt, don't hesitate to ask in this issue for pages to work on.
The text was updated successfully, but these errors were encountered: