Skip to content

Commit 96d4bf2

Browse files
JohnJohn
authored andcommitted
Pymc 5 update complete: docs build, examples run, tests pass.
1 parent 86305d0 commit 96d4bf2

File tree

17 files changed

+228
-636
lines changed

17 files changed

+228
-636
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.17
1+
0.2.0

dev_environment.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ channels:
55
dependencies:
66
- python>3.9
77
- pandas
8-
- numpy #=1.19.2
8+
- numpy
99
- scipy
1010
- seaborn
1111
- matplotlib
@@ -14,6 +14,14 @@ dependencies:
1414
- uncertainties
1515
- ipympl
1616
- mkl
17+
- jupytext
18+
- sphinx==6.2.1
19+
- sphinx_rtd_theme==1.2.0
20+
- pandoc
21+
- numpydoc
22+
- nbsphinx
23+
- ipython
24+
- jupyter_client
1725
- flake8
1826
- black
1927
- isort

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This will generate .html within `/docs/build/html/` that you can open and browse
66
### Setup
77
Install doc dependencies
88
```
9-
conda install sphinx sphinx_rtd_theme numpydoc nbsphinx ipython jupytext jupyter_client
9+
conda install sphinx==6.2.1 sphinx_rtd_theme==1.2.0 numpydoc nbsphinx ipython jupytext jupyter_client
1010
```
1111

1212
### Compile

docs/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ pytest
22
jupytext
33
pandoc
44
nbconvert
5-
sphinx
5+
sphinx==6.2.1
66
nbsphinx
7-
sphinx_rtd_theme
7+
sphinx_rtd_theme==1.2.0
88
numpydoc
99
ipython
1010
jupyter_client

docs/source/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
# 'numpydoc',
4545
"sphinx.ext.napoleon",
4646
# 'sphinx_copybutton',
47+
"sphinx_rtd_theme",
4748
"nbsphinx",
4849
]
4950
# numpydoc_show_class_members = True
@@ -89,4 +90,4 @@
8990
# Add any paths that contain custom static files (such as style sheets) here,
9091
# relative to this directory. They are copied after the builtin static files,
9192
# so a file named "default.css" will overwrite the builtin "default.css".
92-
html_static_path = ["_static"]
93+
# html_static_path = ["_static"]

docs/source/notebooks/examples/Cars_Dataset.ipynb

Lines changed: 50 additions & 346 deletions
Large diffs are not rendered by default.

docs/source/notebooks/examples/Latent_GP.ipynb

Lines changed: 42 additions & 103 deletions
Large diffs are not rendered by default.

docs/source/notebooks/examples/Multioutput_Regression.ipynb

Lines changed: 27 additions & 46 deletions
Large diffs are not rendered by default.

docs/source/notebooks/examples/Simple_Regression.ipynb

Lines changed: 37 additions & 72 deletions
Large diffs are not rendered by default.

docs/source/notebooks/getting_started/introduction.ipynb

Lines changed: 15 additions & 38 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)