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
192192=========
193193
194194To 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
196196a build file that creates the kernel directory with the ``kernel.json `` and
197197kernel icons, which is included as ``shared-data ``, ending up in the
198198``share/jupyter/kernels/ `` folder in the user's installed environment.
@@ -201,3 +201,4 @@ See `pyproject.toml`_ and `hatch_build.py`_ for more details.
201201.. _hatch : https://hatch.pypa.io/latest/
202202.. _pyproject.toml : https://github.com/jupyter/echo_kernel/blob/main/pyproject.toml
203203.. _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