arviz-devs / arviz

Exploratory analysis of Bayesian models with Python
https://python.arviz.org
Apache License 2.0
1.6k stars 398 forks source link

Need help in adding "See also" section - Plots #1812

Closed roshnaeem closed 3 years ago

roshnaeem commented 3 years ago

Short Description

For adding a "See also" section in docstrings, I need help to be sure about which functions should be added in this section for each function.

Code Example or link

An example of the "See also" section can be found at compare page.

Related to https://github.com/arviz-devs/arviz/issues/1188

Relevant documentation or public examples

I am adding the list of functions here. Comment your suggestions here for the "see also" section of these functions. I'll keep updating the list here so in case if someone has already commented for one function, there won't be an extra effort.

Functions List

OriolAbril commented 3 years ago

Some ideas:

Also as a general rule, unless there is a good reason not too (like the see also section becoming too long) all relations should be bidirectional

sethaxen commented 3 years ago

A few more:

less confident about these:

OriolAbril commented 3 years ago

the ones with the asterisk mean they don't need to be bidirectional. I imagine that plot_ppc will have a lot of see also links, so it doesn't need to also have plot_lm and plot_ts there, but it does need plot_separation.

roshnaeem commented 3 years ago

@OriolAbril, plot_ppc does not have a lot of links, only plot_bvp, so we can add all of them.