瀏覽代碼

Fix rst formatting

Saul Shanabrook 5 年之前
父節點
當前提交
f7af5a90b1
共有 1 個文件被更改,包括 4 次插入5 次删除
  1. 4 5
      docs/source/developer/extension_dev.rst

+ 4 - 5
docs/source/developer/extension_dev.rst

@@ -239,11 +239,10 @@ will be loaded by default. For example, this is how you can add the Jupyter Widg
 extensions:
 
 ::
-      ...
-      "externalExtensions": {
-        "@jupyter-widgets/jupyterlab-manager": "2.0.0"
-      },
-      ...
+
+    "externalExtensions": {
+      "@jupyter-widgets/jupyterlab-manager": "2.0.0"
+    },
 
 If you publish your extension on ``npm.org``, users will be able to install
 it as simply ``jupyter labextension install <foo>``, where ``<foo>`` is