File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -192,7 +192,7 @@ Packaging
192
192
=========
193
193
194
194
To release your kernel as a Python package, we recommend following the pattern
195
- used in the :ref: `echo_kernel `, which uses the `hatch `_ build backend and
195
+ used in the `echo_kernel `_ , which uses the `hatch `_ build backend and
196
196
a build file that creates the kernel directory with the ``kernel.json `` and
197
197
kernel icons, which is included as ``shared-data ``, ending up in the
198
198
``share/jupyter/kernels/ `` folder in the user's installed environment.
@@ -201,3 +201,4 @@ See `pyproject.toml`_ and `hatch_build.py`_ for more details.
201
201
.. _hatch : https://hatch.pypa.io/latest/
202
202
.. _pyproject.toml : https://github.com/jupyter/echo_kernel/blob/main/pyproject.toml
203
203
.. _hatch_build.py : https://github.com/jupyter/echo_kernel/blob/main/hatch_build.py
204
+ .. _echo_kernel : https://github.com/jupyter/echo_kernel
You can’t perform that action at this time.
0 commit comments