Skip to content

Commit

Permalink
set new paths notebooks (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
aloctavodia authored Nov 18, 2023
1 parent d7bbfb4 commit 1050b92
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@
if os.path.exists("examples"):
external_docs = os.listdir("examples")
for doc in external_docs:
file = Path("examples", doc)
file = Path("examples", doc)
if os.path.exists(file):
os.remove(file)

os.system("wget https://raw.githubusercontent.com/pymc-devs/pymc-examples/main/examples/case_studies/BART_introduction.ipynb -P examples")
os.system("wget https://raw.githubusercontent.com/pymc-devs/pymc-examples/main/examples/case_studies/BART_quantile_regression.ipynb -P examples")
os.system("wget https://raw.githubusercontent.com/pymc-devs/pymc-examples/main/examples/case_studies/bart_heteroscedasticity.ipynb -P examples")
os.system("wget https://raw.githubusercontent.com/pymc-devs/pymc-examples/main/examples/bart/bart_introduction.ipynb -P examples")
os.system("wget https://raw.githubusercontent.com/pymc-devs/pymc-examples/main/examples/bart/bart_quantile_regression.ipynb -P examples")
os.system("wget https://raw.githubusercontent.com/pymc-devs/pymc-examples/main/examples/bart/bart_heteroscedasticity.ipynb -P examples")
os.system("wget https://raw.githubusercontent.com/pymc-devs/pymc-examples/main/examples/references.bib -P examples")

# bibtex config
Expand Down

0 comments on commit 1050b92

Please sign in to comment.