Skip to content

Commit 265d8c6

Browse files
authored
link categorical example (#167)
1 parent 92f5156 commit 265d8c6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/conf.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@
5252
os.system(
5353
"wget https://raw.githubusercontent.com/pymc-devs/pymc-examples/main/examples/bart/bart_heteroscedasticity.ipynb -P examples"
5454
)
55+
os.system(
56+
"wget https://raw.githubusercontent.com/pymc-devs/pymc-examples/main/examples/bart/bart_categorical_hawks.ipynb -P examples"
57+
)
5558
os.system(
5659
"wget https://raw.githubusercontent.com/pymc-devs/pymc-examples/main/examples/references.bib -P examples"
5760
)

0 commit comments

Comments
 (0)