Browse Source

Link to the ext tutorial for more details

Jeremy Tuloup 4 years ago
parent
commit
2b6ef955d7
1 changed files with 2 additions and 0 deletions
  1. 2 0
      docs/source/developer/extension_migration_2_3.rst

+ 2 - 0
docs/source/developer/extension_migration_2_3.rst

@@ -106,6 +106,8 @@ Extension developers do not need to interact with ``@jupyterlab/builder`` direct
 ``jupyter labextension build`` command. This command is run automatically as part of the ``build`` script
 (``jlpm run build``).
 
+For more details about the new file structure and packaging of the extension, check out the extension tutorial: :ref:`extension_tutorial`
+
 Publishing the extension to PyPI and conda-forge
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~