Browse Source

Backport PR #10713: Minor improvement to contributing documentation (#10715)

Co-authored-by: Krishna Kumar <krshnhari@gmail.com>
MeeseeksMachine 3 years ago
parent
commit
7a96112f93
1 changed files with 2 additions and 1 deletions
  1. 2 1
      docs/source/developer/contributing.rst

+ 2 - 1
docs/source/developer/contributing.rst

@@ -224,7 +224,8 @@ Start JupyterLab in development mode:
 
 Development mode ensures that you are running the JavaScript assets that
 are built in the dev-installed Python package. Note that when running in
-dev mode, extensions will not be activated by default.
+dev mode, extensions will not be activated by default - refer
+:ref:`documentation on extension development <prebuilt_dev_workflow>` to know more.
 
 When running in dev mode, a red stripe will appear at the top of the
 page; this is to indicate running an unreleased version.