Skip to content

Commit d8baf4a

Browse files
Benjamin T. VincentdrbenvincentOriolAbril
authored
Fix gallery (pymc-devs#361)
* create truncated regression example * delete truncated regression example from main branch * create truncated regression example * delete truncated regression example from main branch * create truncated regression example * delete truncated regression example from main branch * fix incorrect statement about pm.NormalMixture * update gallery to include all (relevant) subfolders of examples * commit the *.myst.md files just magically created * delete myst_nbs/pymc3_howto * small fix to underlining of section headings * rename pymc_howto/ to howto/ * add the howto/*.myst.md files that suddenly appeared * rerun sampling_callback.ipynb (under v3) to fix cell order error * remove duplicate section in gallery.rst * global find and replace pymc3_howto -> howto * remove another duplicate in gallery.rst 🙄 * move BART and Spline notebooks into Case Studies to fix gallery rendering error It doesn't like it when there is only one notebook in each section * this should do it! * removing BART and Splines headings from gallery * fix howto gallery Co-authored-by: Benjamin T. Vincent <[email protected]> Co-authored-by: Oriol Abril-Pla <[email protected]>
1 parent 9de026c commit d8baf4a

File tree

1 file changed

+1
-21
lines changed

1 file changed

+1
-21
lines changed

examples/gallery.rst

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -48,16 +48,6 @@ Gaussian Processes
4848

4949
gaussian_processes/*
5050

51-
BART
52-
----
53-
54-
.. nbgallery::
55-
:name: BART
56-
:glob:
57-
:reversed:
58-
59-
BART/*
60-
6151
Inference in ODE models
6252
-----------------------
6353

@@ -126,14 +116,4 @@ How to
126116
:glob:
127117
:reversed:
128118

129-
howto/*
130-
131-
Splines
132-
-------
133-
134-
.. nbgallery::
135-
:name: splines
136-
:glob:
137-
:reversed:
138-
139-
splines/*
119+
howto/*

0 commit comments

Comments
 (0)