Skip to content

Commit

Permalink
Fix Sphinx warnings (#647)
Browse files Browse the repository at this point in the history
  • Loading branch information
ColCarroll committed Apr 20, 2019
1 parent bef6ac0 commit aea1773
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 110 deletions.
4 changes: 2 additions & 2 deletions arviz/plots/khatplot.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ def plot_khat(
ax : axes
Matplotlib axes.
Example
-------
Examples
--------
Plot a default khat plot
.. plot::
Expand Down
10 changes: 4 additions & 6 deletions arviz/plots/ppcplot.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def plot_ppc(
legend=True,
):
"""
Plot for Posterior Predictive checks.
Plot for posterior predictive checks.
Parameters
----------
Expand All @@ -59,11 +59,9 @@ def plot_ppc(
data_pairs : dict
Dictionary containing relations between observed data and posterior predictive data.
Dictionary structure:
Key = data var_name
Value = posterior predictive var_name
Example: `data_pairs = {'y' : 'y_hat'}`
Key = data var_name
Value = posterior predictive var_name
For example, `data_pairs = {'y' : 'y_hat'}`
If None, it will assume that the observed data and the posterior
predictive data have the same variable name.
var_names : list
Expand Down
102 changes: 0 additions & 102 deletions doc/roadmap.rst

This file was deleted.

0 comments on commit aea1773

Please sign in to comment.