Skip to content

Commit

Permalink
✏️ small typo and remove summary in plots.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
CloudChaoszero committed Jan 18, 2021
1 parent 8076612 commit 1337d1b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions docs/source/api/plots.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,5 @@ library, a general purpose library for
"exploratory analysis of Bayesian models."
Refer to its documentation to use the plotting functions directly.

.. currentmodule:: pymc3.plots.posteriorplot

.. automodule:: pymc3.plots.posteriorplot
:members:
2 changes: 1 addition & 1 deletion pymc3/plots/posteriorplot.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def plot_posterior_predictive_glm(
Warnings
--------
The `plot_posterior_predictive_glm` function will removed in a future PyMC3 release.
The `plot_posterior_predictive_glm` function will be removed in a future PyMC3 release.
"""
warnings.warn(
"The `plot_posterior_predictive_glm` function will migrate to Arviz in a future release. "
Expand Down

0 comments on commit 1337d1b

Please sign in to comment.