@@ -47,14 +47,14 @@ __ subdir/a-notebook-in-a-subdir.ipynb
4747 __ subdir/a-notebook-in-a-subdir.ipynb
4848
4949 Finally, you can use `Embedded URIs `_, like this
50- `link <subdir/a-notebook-in-a-subdir.ipynb >`_ .
50+ `link <subdir/a-notebook-in-a-subdir.ipynb >`__ .
5151
5252.. _Embedded URIs : https://docutils.sourceforge.io/docs/ref/rst/
5353 restructuredtext.html#embedded-uris-and-aliases
5454
5555.. code-block :: rst
5656
57- like this `link <subdir/a-notebook-in-a-subdir.ipynb>`_ .
57+ like this `link <subdir/a-notebook-in-a-subdir.ipynb>`__ .
5858
5959 .. note ::
6060
@@ -80,7 +80,7 @@ Links to Notebooks, Ye Olde Way
8080
8181In addition to the way shown above, you can also create links to notebooks (and
8282other Sphinx source files) with
83- `:ref: <https://www.sphinx-doc.org/en/master/usage/referencing.html#role-ref >`_ .
83+ `:ref: <https://www.sphinx-doc.org/en/master/usage/referencing.html#role-ref >`__ .
8484This has some disadvantages:
8585
8686* It is arguably a bit more clunky.
@@ -218,7 +218,7 @@ syntax, see the section about
218218`citations in Markdown cells <markdown-cells.ipynb#Citations >`__.
219219
220220You can create a list of references in any reStructuredText file
221- (or `reST cell <raw-cells.ipynb#reST >`_ in a notebook) like this:
221+ (or `reST cell <raw-cells.ipynb#reST >`__ in a notebook) like this:
222222
223223.. code-block :: rst
224224
@@ -296,7 +296,7 @@ The following example gallery was created using:
296296
297297.. seealso ::
298298
299- `Link Galleries in Jupyter Notebooks <gallery/gallery-with-links.ipynb >`_
299+ `Link Galleries in Jupyter Notebooks <gallery/gallery-with-links.ipynb >`__
300300
301301
302302Thumbnail Galleries
0 commit comments