Open OriolAbril opened 2 years ago
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 pm.Data
.
Is this where the ConstantData
and MutableData
docs should appear? https://docs.pymc.io/en/v3/api/data.html. I can't find them.
Edit: There in v4 here https://docs.pymc.io/en/latest/api/data.html
Working on pymc.Exponential
Going to work on pymc.HyperGeometric
Working on pymc.Normal
Working on pymc.Flat
Working on pymc.GaussianRandomWalk
I'll start on pymc.Gamma
Starting pymc.InverseGamma
.
Starting with pymc.Beta
Working on pymc.HalfFlat
@jlindbloom and I are working on Other utils
I am working on the class docstrings inside the multivariate module.
Me and @pibieta are working on the rest of the classes docstrings inside the multivariate module.
Cc: @reshamas
working on docstring for pm.simulator
I can take smc
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.