Skip to content

Commit

Permalink
Fix docs reference (#1017)
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 authored Mar 12, 2024
1 parent a66bd11 commit 99556a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/kernels.rst
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ Packaging
=========

To release your kernel as a Python package, we recommend following the pattern
used in the :ref:`echo_kernel`, which uses the `hatch`_ build backend and
used in the `echo_kernel`_, which uses the `hatch`_ build backend and
a build file that creates the kernel directory with the ``kernel.json`` and
kernel icons, which is included as ``shared-data``, ending up in the
``share/jupyter/kernels/`` folder in the user's installed environment.
Expand All @@ -201,3 +201,4 @@ See `pyproject.toml`_ and `hatch_build.py`_ for more details.
.. _hatch: https://hatch.pypa.io/latest/
.. _pyproject.toml: https://github.com/jupyter/echo_kernel/blob/main/pyproject.toml
.. _hatch_build.py: https://github.com/jupyter/echo_kernel/blob/main/hatch_build.py
.. _echo_kernel: https://github.com/jupyter/echo_kernel

0 comments on commit 99556a1

Please sign in to comment.