Browse Source

Update READMEs

Grant Nestor 7 years ago
parent
commit
ff6f2bfab4

+ 1 - 27
packages/geojson-extension/README.md

@@ -61,32 +61,6 @@ layer_options={
 
 To render a `.geojson` or `.geo.json` file, simply open it:
 
-## Install
-
-```bash
-jupyter labextension install @jupyterlab/geojson-extension
-```
-
 ## Development
 
-```bash
-# Clone the repo to your local environment
-git clone https://github.com/jupyterlab/jupyter-renderers.git
-cd jupyter-renderers
-# Install dependencies
-npm install
-# Build Typescript source
-npm run build
-# Link your development version of the extension with JupyterLab
-jupyter labextension link packages/geojson-extension
-# Rebuild Typescript source after making changes
-npm run build
-# Rebuild JupyterLab after making any changes
-jupyter lab build
-```
-
-## Uninstall
-
-```bash
-jupyter labextension uninstall @jupyterlab/geojson-extension
-```
+See the [JupyterLab Contributor Documentation](https://github.com/jupyterlab/jupyterlab/blob/master/CONTRIBUTING.md).

+ 1 - 27
packages/json-extension/README.md

@@ -40,32 +40,6 @@ JSON({
 
 To render a `.json` file, simply open it:
 
-## Install
-
-```bash
-jupyter labextension install @jupyterlab/json-extension
-```
-
 ## Development
 
-```bash
-# Clone the repo to your local environment
-git clone https://github.com/jupyterlab/jupyter-renderers.git
-cd jupyter-renderers
-# Install dependencies
-npm install
-# Build Typescript source
-npm run build
-# Link your development version of the extension with JupyterLab
-jupyter labextension link packages/json-extension
-# Rebuild Typescript source after making changes
-npm run build
-# Rebuild JupyterLab after making any changes
-jupyter lab build
-```
-
-## Uninstall
-
-```bash
-jupyter labextension uninstall @jupyterlab/json-extension
-```
+See the [JupyterLab Contributor Documentation](https://github.com/jupyterlab/jupyterlab/blob/master/CONTRIBUTING.md).

+ 1 - 27
packages/vdom-extension/README.md

@@ -73,32 +73,6 @@ div(
 
 To render a `.vdom` or `.vdom.json` file as a tree, simply open it:
 
-## Install
-
-```bash
-jupyter labextension install @jupyterlab/vdom-extension
-```
-
 ## Development
 
-```bash
-# Clone the repo to your local environment
-git clone https://github.com/jupyterlab/jupyter-renderers.git
-cd jupyter-renderers
-# Install dependencies
-npm install
-# Build Typescript source
-npm run build
-# Link your development version of the extension with JupyterLab
-jupyter labextension link packages/vdom-extension
-# Rebuild Typescript source after making changes
-npm run build
-# Rebuild JupyterLab after making any changes
-jupyter lab build
-```
-
-## Uninstall
-
-```bash
-jupyter labextension uninstall @jupyterlab/vdom-extension
-```
+See the [JupyterLab Contributor Documentation](https://github.com/jupyterlab/jupyterlab/blob/master/CONTRIBUTING.md).