Skip to content
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

Broken URLs in example gallery pages #6006

Closed
18 tasks
magic-lantern opened this issue Dec 4, 2023 · 1 comment · Fixed by #6038
Closed
18 tasks

Broken URLs in example gallery pages #6006

magic-lantern opened this issue Dec 4, 2023 · 1 comment · Fixed by #6038
Labels
good first issue An issue well suited to a new contributor type: docs Related to the documentation and examples

Comments

@magic-lantern
Copy link
Contributor

I noticed that there are URLs in the example gallery that appear to be outdated. There are many references from Holoviews to Bokeh, but there are some links that result in a 404 error on the Bokeh site. It appears that the examples do still exist in the Bokeh project, just need to find the right URL.

I have recently submitted a pull request fixing a couple of them (#6005) but see there are more. Additionally, this may be related to #4619 as a global URL fix might these 404s.

ALL software version info

Current version git repository.

Description of expected behavior and the observed behavior

URLs in example pages go to outdated Bokeh pages.

Complete, minimal, self-contained example code that reproduces the issue

Grep files for bokeh gallery links

git clone [email protected]:holoviz/holoviews.git
find . | xargs grep -is pydata | grep "bokeh.*gallery"
./examples/gallery/demos/bokeh/us_unemployment.ipynb:    "URL: http://bokeh.pydata.org/en/latest/docs/gallery/unemployment.html\n",
./examples/gallery/demos/bokeh/iris_splom_example.ipynb:    "URL: http://bokeh.pydata.org/en/latest/docs/gallery/iris_splom.html\n",
./examples/gallery/demos/bokeh/dot_example.ipynb:    "URL: http://bokeh.pydata.org/en/latest/docs/gallery/dot.html"
./examples/gallery/demos/bokeh/step_chart.ipynb:    "URL: http://bokeh.pydata.org/en/latest/docs/gallery/step_chart.html\n",
./examples/gallery/demos/bokeh/texas_choropleth_example.ipynb:    "URL: http://bokeh.pydata.org/en/latest/docs/gallery/texas.html\n",
./examples/gallery/demos/bokeh/stocks_example.ipynb:    "URL: http://bokeh.pydata.org/en/latest/docs/gallery/stocks.html\n",
./examples/gallery/demos/bokeh/lesmis_example.ipynb:    "URL: http://bokeh.pydata.org/en/latest/docs/gallery/les_mis.html"
./examples/gallery/demos/bokeh/histogram_example.ipynb:    "URL: http://bokeh.pydata.org/en/latest/docs/gallery/histogram.html\n",
./examples/gallery/demos/bokeh/lorenz_attractor_example.ipynb:    "URL: http://bokeh.pydata.org/en/latest/docs/gallery/lorenz.html\n",
./examples/gallery/demos/bokeh/iris_example.ipynb:    "URL: http://bokeh.pydata.org/en/latest/docs/gallery/iris.html\n",
./examples/gallery/demos/matplotlib/us_unemployment.ipynb:    "URL: http://bokeh.pydata.org/en/latest/docs/gallery/unemployment.html\n",
./examples/gallery/demos/matplotlib/iris_splom_example.ipynb:    "URL: http://bokeh.pydata.org/en/latest/docs/gallery/iris_splom.html\n",
./examples/gallery/demos/matplotlib/step_chart.ipynb:    "URL: http://bokeh.pydata.org/en/latest/docs/gallery/step_chart.html\n",
./examples/gallery/demos/matplotlib/texas_choropleth_example.ipynb:    "URL: http://bokeh.pydata.org/en/latest/docs/gallery/texas.html\n",
./examples/gallery/demos/matplotlib/stocks_example.ipynb:    "URL: http://bokeh.pydata.org/en/latest/docs/gallery/stocks.html\n",
./examples/gallery/demos/matplotlib/histogram_example.ipynb:    "URL: http://bokeh.pydata.org/en/latest/docs/gallery/histogram.html\n",
./examples/gallery/demos/matplotlib/lorenz_attractor_example.ipynb:    "URL: http://bokeh.pydata.org/en/latest/docs/gallery/lorenz.html\n",
./examples/gallery/demos/matplotlib/iris_example.ipynb:    "URL: http://bokeh.pydata.org/en/latest/docs/gallery/iris.html\n",

I think this would be a good task list to work from:

@hoxbro hoxbro added type: docs Related to the documentation and examples good first issue An issue well suited to a new contributor labels Dec 5, 2023
@hoxbro hoxbro linked a pull request Dec 18, 2023 that will close this issue
18 tasks
Copy link

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 23, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
good first issue An issue well suited to a new contributor type: docs Related to the documentation and examples
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants