Skip to content

Commit

Permalink
Added Numpy in intersphinx-mapping (arviz-devs#1914)
Browse files Browse the repository at this point in the history
* Added numpy in intersphinx mapping

* wip
  • Loading branch information
roshnaeem authored Oct 28, 2021
1 parent fe4a8d4 commit 5bbbff2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion arviz/plots/rankplot.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def plot_rank(
Coordinates of var_names to be plotted. Passed to `Dataset.sel`
bins: None or passed to np.histogram
Binning strategy used for histogram. By default uses twice the result of Sturges' formula.
See `np.histogram` documentation for, other available arguments.
See :func:`numpy.histogram` documentation for, other available arguments.
kind: string
If bars (defaults), ranks are represented as stacked histograms (one per chain). If vlines
ranks are represented as vertical lines above or below `ref_line`.
Expand Down
1 change: 1 addition & 0 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,4 +287,5 @@
"bokeh": ("https://docs.bokeh.org/en/latest/", None),
"scipy": ("https://docs.scipy.org/doc/scipy/reference/", None),
"zarr": ("https://zarr.readthedocs.io/en/stable/", None),
"numpy": ("https://numpy.org/doc/stable/", None)
}

0 comments on commit 5bbbff2

Please sign in to comment.