-
Notifications
You must be signed in to change notification settings - Fork 642
Docs versioning tool is not building working relative links for ibis-project.org #4064
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
Comments
I think it might be an issue with |
/take |
I can confirm this bug is specifically the result of |
mkdocs-jupyter cannot find relative links in upper directories with the standard markdown syntax (danielfrg/mkdocs-jupyter#27). Closes ibis-project#4064, closes ibis-project#4201
mkdocs-jupyter cannot find relative links in upper directories with the standard markdown syntax (danielfrg/mkdocs-jupyter#27). Closes ibis-project#4064, closes ibis-project#4201
mkdocs-jupyter cannot find relative links in upper directories with the standard markdown syntax (danielfrg/mkdocs-jupyter#27). Closes ibis-project#4064, closes ibis-project#4201
mkdocs-jupyter cannot find relative links in upper directories with the standard markdown syntax (danielfrg/mkdocs-jupyter#27). Closes #4064, closes #4201
For folks in the future: mkdocs-jupyter cannot find relative links in upper directories with the The solution is to use html |
mkdocs-jupyter cannot find relative links in upper directories with the standard markdown syntax (danielfrg/mkdocs-jupyter#27). Closes ibis-project#4064, closes ibis-project#4201
Uh oh!
There was an error while loading. Please reload this page.
E.g. https://ibis-project.org/backends/SQLite/#install linked to from here: https://ibis-project.org/docs/3.0.2/tutorial/01-Introduction-to-Ibis/.
Source code shown: https://github.com/ibis-project/ibis/pull/4038/files#diff-15dc5f0c70736230279998fc98d3472bfe89bed557277c4e5e5640e41898bbc1L26.
From chatting with @cpcloud, when built locally the links are built appropriately, but it is not working with the docs versioning tool being used to build the website in production.
List of links with the problem:
docs/tutorial/01-Introduction-to-Ibis.ipynb: "To start using Ibis, you need a Python environment with Ibis installed. Follow the installation instructions for SQLite to setup an environment.\n",
https://ibis-project.org/backends/SQLite/#install
docs/tutorial/04-More-Value-Expressions.ipynb: "The Ibis type system supports the most common data types used in analytics, including support for nested types like lists, structs, and maps.\n",
https://ibis-project.org/api/datatypes
The text was updated successfully, but these errors were encountered: