Skip to content

Commit

Permalink
Remove 'Bayesian' and 'example' label from examples (#261)
Browse files Browse the repository at this point in the history
* Remove 'bayesian' and 'example' from example headers

* Titles to title case

* Modify examples.rst
  • Loading branch information
tomicapretto committed Nov 2, 2020
1 parent e250295 commit 8786da9
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions docs/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ Examples
.. toctree::
:maxdepth: 1

notebooks/bayesian_logistic_regression
notebooks/bayesian_multi-level_regression
notebooks/bayesian_t-test
notebooks/logistic_regression
notebooks/multi-level_regression
notebooks/t-test
notebooks/ESCS_multiple_regression
notebooks/shooter_crossed_random_ANOVA
notebooks/Strack_RRR_re_analysis
4 changes: 2 additions & 2 deletions docs/notebooks/ESCS_multiple_regression.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Bayesian Multiple Regression Example"
"# Multiple Regression"
]
},
{
Expand Down Expand Up @@ -1669,7 +1669,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.6"
"version": "3.8.5"
}
},
"nbformat": 4,
Expand Down
4 changes: 2 additions & 2 deletions docs/notebooks/Strack_RRR_re_analysis.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Bayesian Workflow Example (Strack RRR Analysis Replication)"
"# Bayesian Workflow (Strack RRR Analysis Replication)"
]
},
{
Expand Down Expand Up @@ -851,7 +851,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.6"
"version": "3.8.5"
}
},
"nbformat": 4,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Bayesian Logistic Regression Example"
"# Logistic Regression"
]
},
{
Expand Down Expand Up @@ -1075,7 +1075,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.6"
"version": "3.8.5"
}
},
"nbformat": 4,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Bayesian Multi-level Regression"
"# Multi-level Regression"
]
},
{
Expand Down
4 changes: 2 additions & 2 deletions docs/notebooks/shooter_crossed_random_ANOVA.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Bayesian Workflow Example (Police Officer's Dilemma) "
"# Bayesian Workflow (Police Officer's Dilemma) "
]
},
{
Expand Down Expand Up @@ -3625,7 +3625,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.6"
"version": "3.8.5"
}
},
"nbformat": 4,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Bayesian T-test"
"# T-test"
]
},
{
Expand Down

0 comments on commit 8786da9

Please sign in to comment.