瀏覽代碼

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

Co-authored-by: Krishna Kumar <krshnhari@gmail.com>
MeeseeksMachine 3 年之前
父節點
當前提交
7a96112f93
共有 1 個文件被更改,包括 2 次插入1 次删除
  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.