Skip to content

Commit

Permalink
✏️ Fix external links
Browse files Browse the repository at this point in the history
  • Loading branch information
veit committed Nov 5, 2024
1 parent 1ec1c62 commit 5bf0855
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docs/dashboards/panel/templates.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"\n",
"If you want to provide a panel app or a dashboard as a bokeh application, it is rendered in a standard template that refers to the JS and CSS resources as well as the actual panel object. If you want to adapt the layout of the provided app or if you want to provide several separate panels in one app, the `Template` component of Panel allows you to adapt this standard template.\n",
"\n",
"Such a template is defined with [Jinja](https://jinja.palletsprojects.com/en/3.1.x/), whereby you can extend or even completely replace the standard template. Here is an example:\n",
"Such a template is defined with [Jinja](https://jinja.palletsprojects.com/en/stable/), whereby you can extend or even completely replace the standard template. Here is an example:\n",
"\n",
"```html\n",
" <!DOCTYPE html>\n",
Expand Down
4 changes: 2 additions & 2 deletions docs/ipywidgets/libs/ipympl.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"### 3D plot: [subplot3d_demo.py](https://matplotlib.org/examples/mplot3d/subplot3d_demo.html)"
"### 3D plot: [subplot3d_demo.py](https://matplotlib.org/2.0.2/examples/mplot3d/subplot3d_demo.html)"
]
},
{
Expand Down Expand Up @@ -152,7 +152,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"### More complex example from the [Matplotlib gallery](https://matplotlib.org/gallery.html)"
"### More complex example from the [Matplotlib gallery](https://matplotlib.org/stable/gallery/)"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/nbviewer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Extending the Notebook Viewer

The notebook viewer can be extended to include providers, see
`Extending the Notebook Viewer
<https://github.com/jupyter/nbviewer/tree/main#extending-the-notebook-viewer>`_.
<https://github.com/jupyter/nbviewer#extending-the-notebook-viewer>`_.


Access control
Expand Down
4 changes: 2 additions & 2 deletions docs/notebook/testing/hypothesis.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
"Alternatively, Hypothesis can also be installed with [extras](https://hypothesis.readthedocs.io/en/latest/extras.html), for example\n",
"\n",
"``` bash\n",
"$ pipenv install hypothesis\"[numpy, pandas]\"\n",
"$ uv add hypothesis\"[numpy, pandas]\"\n",
"```"
]
},
Expand All @@ -127,7 +127,7 @@
"\n",
"**Note:**\n",
"\n",
"If you haven’t installed pipenv yet, you can find instructions on how to do this in [Install pipenv](https://www.python4data.science/en/latest/productive/envs/pipenv/install.html).\n",
"If you haven’t installed uv yet, you can find instructions on how to do this in [uv installation](https://python-basics-tutorial.readthedocs.io/en/latest/libs/install.html#installation).\n",
"</div>\n",
"<div class=\"alert alert-block alert-info\">\n",
"\n",
Expand Down
6 changes: 3 additions & 3 deletions docs/sphinx/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ Sphinx
======

`Sphinx <https://www.sphinx-doc.org/en/master/>`_, a documentation tool that
converts :doc:`python-basics:document/rest` into HTML or PDF, EPub and man
pages. The Jupyter tutorial is also created with Sphinx.
converts :doc:`python-basics:document/sphinx/rest` into HTML or PDF, EPub and
man pages. The Jupyter tutorial is also created with Sphinx.

Originally developed for Python documentation, Sphinx is now used in almost all
Python projects, including `NumPy <https://numpy.org/devdocs/>`_ and `SciPy
<https://docs.scipy.org/doc/>`_, `Matplotlib
<https://matplotlib.org/users/index.html>`_, `pandas
<https://matplotlib.org/stable/users/index.html>`_, `pandas
<https://pandas.pydata.org/docs/>`_ and `SQLAlchemy
<https://docs.sqlalchemy.org/en/20/>`_.

Expand Down

0 comments on commit 5bf0855

Please sign in to comment.