File tree 3 files changed +47
-1
lines changed
3 files changed +47
-1
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ orphan : true
3
+ ---
4
+
5
+ # Page not found
6
+
7
+ ** Sorry, we could not find this page**
8
+
9
+ We are working on the next major release for PyMC,
10
+ which will come with faster sampling, more flexible
11
+ model building, multiple computational backends...
12
+
13
+ ::::{grid} 3
14
+ :::{grid-item}
15
+ ![ old banner] ( https://raw.githubusercontent.com/pymc-devs/pymc/v3/docs/logos/svg/PyMC3_banner.svg )
16
+ :::
17
+ :::{grid-item}
18
+ :class: text-center
19
+ {fas}` arrow-alt-circle-right;fa-5x `
20
+ :::
21
+ :::{grid-item}
22
+ ![ new banner] ( https://raw.githubusercontent.com/pymc-devs/pymc/main/docs/logos/svg/PyMC_banner.svg )
23
+ :::
24
+ ::::
25
+
26
+ ...and much better documentation too! However, to
27
+ do so we have moved some files around and we have
28
+ modified the base url in order to support multi version docs
29
+ and better rendering and cross-referencing for notebooks.
30
+
31
+ ::::{grid} 3
32
+ :::{grid-item}
33
+ :::
34
+ :::{grid-item}
35
+ ``` {button-link} https://docs.pymc.io/projects/examples/en/latest/
36
+ :color: primary
37
+ :expand:
38
+
39
+ Back to example gallery homepage
40
+ ```
41
+ :::
42
+ :::{grid-item}
43
+ :::
44
+ ::::
Original file line number Diff line number Diff line change 19
19
"sphinxext.opengraph" ,
20
20
"sphinx_copybutton" ,
21
21
"sphinxcontrib.bibtex" ,
22
- # "sphinx_codeautolink",
22
+ "sphinx_codeautolink" ,
23
+ "notfound.extension" ,
23
24
]
24
25
25
26
# List of patterns, relative to source directory, that match files and
Original file line number Diff line number Diff line change @@ -7,3 +7,4 @@ sphinxcontrib-bibtex
7
7
ablog
8
8
sphinxext-opengraph
9
9
sphinx-codeautolink
10
+ sphinx-notfound-page
You can’t perform that action at this time.
0 commit comments