Skip to content

Commit

Permalink
DOC: Add links to a notebook to the RST example page
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed Dec 14, 2015
1 parent 4e54d94 commit 2533bc0
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions doc/rst.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,22 @@ This is a normal RST file.

.. note:: Those still work!

Links to Notebooks
------------------

Links to notebooks can be easily created: :doc:`subdir/another` (the notebook
title is used as link text).
You can also use :doc:`an alternative text <subdir/another>`.
Relative links to notebooks in subdirectories are possible.

The above links were created with (note that the ``.ipynb`` file extension has
to be stripped):

.. code-block:: rst
:doc:`subdir/another`
:doc:`an alternative text <subdir/another>`
Sphinx Directives for Jupyter Notebook Cells
--------------------------------------------

Expand Down

0 comments on commit 2533bc0

Please sign in to comment.