Skip to content

Commit 5bf0855

Browse files
committed
✏️ Fix external links
1 parent 1ec1c62 commit 5bf0855

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

docs/dashboards/panel/templates.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"\n",
99
"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",
1010
"\n",
11-
"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",
11+
"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",
1212
"\n",
1313
"```html\n",
1414
" <!DOCTYPE html>\n",

docs/ipywidgets/libs/ipympl.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
"cell_type": "markdown",
9797
"metadata": {},
9898
"source": [
99-
"### 3D plot: [subplot3d_demo.py](https://matplotlib.org/examples/mplot3d/subplot3d_demo.html)"
99+
"### 3D plot: [subplot3d_demo.py](https://matplotlib.org/2.0.2/examples/mplot3d/subplot3d_demo.html)"
100100
]
101101
},
102102
{
@@ -152,7 +152,7 @@
152152
"cell_type": "markdown",
153153
"metadata": {},
154154
"source": [
155-
"### More complex example from the [Matplotlib gallery](https://matplotlib.org/gallery.html)"
155+
"### More complex example from the [Matplotlib gallery](https://matplotlib.org/stable/gallery/)"
156156
]
157157
},
158158
{

docs/nbviewer.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Extending the Notebook Viewer
6161

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

6666

6767
Access control

docs/notebook/testing/hypothesis.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
"Alternatively, Hypothesis can also be installed with [extras](https://hypothesis.readthedocs.io/en/latest/extras.html), for example\n",
115115
"\n",
116116
"``` bash\n",
117-
"$ pipenv install hypothesis\"[numpy, pandas]\"\n",
117+
"$ uv add hypothesis\"[numpy, pandas]\"\n",
118118
"```"
119119
]
120120
},
@@ -127,7 +127,7 @@
127127
"\n",
128128
"**Note:**\n",
129129
"\n",
130-
"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",
130+
"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",
131131
"</div>\n",
132132
"<div class=\"alert alert-block alert-info\">\n",
133133
"\n",

docs/sphinx/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ Sphinx
22
======
33

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

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

0 commit comments

Comments
 (0)