You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add links to the xarray functions and classes using Intersphinx.
Add the rest of the external links using this syntax.
backend_kwargs, marginal_kwargs and joint_kwargs
For adding backend_kwargs as they have been added in #1816, see Adding backend_kwargs guide. Follow the same process for marginal_kwargs and joint_kwargs.
See also section
Add the following functions in the "See also" section:
Add links to the related functions and classes to all the places where they are mentioned in the plot_joint docstring.
Sample PR:
You can see #1816 for the function,
plot_autocorr
.Source File
Source file: https://github.com/arviz-devs/arviz/blob/main/arviz/plots/jointplot.py
How to add links
Add the links in the docstring of doc. You can also check the docstring by going to the
[source]
.backend_kwargs
,marginal_kwargs
andjoint_kwargs
For adding
backend_kwargs
as they have been added in #1816, see Adding backend_kwargs guide. Follow the same process formarginal_kwargs
andjoint_kwargs
.See also section
Add the following functions in the "See also" section:
See Adding "see also" section for more details.
Checking the preview of docs
For checking the preview of docs, you don't need t set up the project on your local machine. Just follow the checking the preview guide.
The text was updated successfully, but these errors were encountered: