瀏覽代碼

Add API Documentation section to the ext dev docs

Jeremy Tuloup 5 年之前
父節點
當前提交
3cca8f9052
共有 1 個文件被更改,包括 8 次插入0 次删除
  1. 8 0
      docs/source/developer/extension_dev.rst

+ 8 - 0
docs/source/developer/extension_dev.rst

@@ -41,6 +41,14 @@ We provide several cookiecutters to create JupyterLab plugin extensions:
 - `mimerender-cookiecutter-ts <https://github.com/jupyterlab/mimerender-cookiecutter-ts>`_: Create a MIME Renderer JupyterLab extension in TypeScript
 - `theme-cookiecutter <https://github.com/jupyterlab/theme-cookiecutter>`_: Create a new theme for JupyterLab
 
+API Documentation
+~~~~~~~~~~~~~~~~~
+
+If you are looking for lower level details on the JupyterLab and Lumino API:
+
+- `JupyterLab API Documentation <https://jupyterlab.github.io/jupyterlab/>`_
+- `Lumino API Documentation <https://jupyterlab.github.io/lumino/>`_
+
 Plugins
 ~~~~~~~