Skip to content

sphinx maintenance #255

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 15, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 44 additions & 0 deletions examples/404.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
---
orphan: true
---

# Page not found

**Sorry, we could not find this page**

We are working on the next major release for PyMC,
which will come with faster sampling, more flexible
model building, multiple computational backends...

::::{grid} 3
:::{grid-item}
![old banner](https://raw.githubusercontent.com/pymc-devs/pymc/v3/docs/logos/svg/PyMC3_banner.svg)
:::
:::{grid-item}
:class: text-center
{fas}`arrow-alt-circle-right;fa-5x`
:::
:::{grid-item}
![new banner](https://raw.githubusercontent.com/pymc-devs/pymc/main/docs/logos/svg/PyMC_banner.svg)
:::
::::

...and much better documentation too! However, to
do so we have moved some files around and we have
modified the base url in order to support multi version docs
and better rendering and cross-referencing for notebooks.

::::{grid} 3
:::{grid-item}
:::
:::{grid-item}
```{button-link} https://docs.pymc.io/projects/examples/en/latest/
:color: primary
:expand:

Back to example gallery homepage
```
:::
:::{grid-item}
:::
::::
3 changes: 2 additions & 1 deletion examples/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"sphinxext.opengraph",
"sphinx_copybutton",
"sphinxcontrib.bibtex",
# "sphinx_codeautolink",
"sphinx_codeautolink",
"notfound.extension",
]

# List of patterns, relative to source directory, that match files and
Expand Down
1 change: 1 addition & 0 deletions requirements-docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ sphinxcontrib-bibtex
ablog
sphinxext-opengraph
sphinx-codeautolink
sphinx-notfound-page