Skip to content

Commit

Permalink
Remove unnecessary example files from documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
bkktimber committed Aug 18, 2022
1 parent 2611338 commit 9d69352
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 7 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@ release:


build-docs:
# pip install -r requirements-doc.txt
# conda install -c conda-forge pymc
pip install -r requirements-doc.txt
sphinx-build -b html docs docs/_build/html
3 changes: 0 additions & 3 deletions docs/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,3 @@ Examples
examples/SGMCMC.md
examples/change_of_variable_hmc.md
examples/Pathfinder.md
examples/use_with_numpyro.md
examples/use_with_pymc.md
examples/use_with_tfp.md
1 change: 1 addition & 0 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ We use `Sphinx` to generate document for this repo. You may also want to test wh
```shell
make build-docs
```

3. Verify the generated documentation in `docs/builds`

### Execution Times
Expand Down
2 changes: 0 additions & 2 deletions requirements-doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ jax
jaxlib
jaxopt
myst_nb
numpyro
optax
scikit-learn
seaborn
Expand All @@ -15,5 +14,4 @@ sphinx-book-theme
sphinx-math-dollar
tensorflow
tensorflow-datasets
tensorflow-probability
watermark

0 comments on commit 9d69352

Please sign in to comment.