From abab69633eb1349455e25008c1cd6a6dd02cf97f Mon Sep 17 00:00:00 2001 From: Ajith Aravind Date: Sun, 22 Sep 2024 21:08:44 +0530 Subject: [PATCH] docs: :memo: update docs --- contributing.md | 2 +- readme.md | 10 +++++----- release.md | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/contributing.md b/contributing.md index 9b70ea6..ee478ec 100644 --- a/contributing.md +++ b/contributing.md @@ -53,7 +53,7 @@ jupyter lab build --minimize=False ## Development uninstall ```bash -pip uninstall rose_pine_jupyterlab +pip uninstall rose-pine-jupyterlab ``` In development mode, you will also need to remove the symlink created by `jupyter labextension develop` diff --git a/readme.md b/readme.md index 783f05f..99a2f6b 100644 --- a/readme.md +++ b/readme.md @@ -20,7 +20,7 @@ To install the extension, execute: ```bash -pip install rose_pine_jupyterlab +pip install rose-pine-jupyterlab ``` ## Usage @@ -34,18 +34,18 @@ pip install rose_pine_jupyterlab ## Gallery - Rosé Pine - ![Rosé Pine](assets/rose-pine.png) + ![Rosé Pine](https://raw.githubusercontent.com/aaravind100/jupyterlab/refs/heads/main/assets/rose-pine.png) - Rosé Pine Moon - ![Rosé Pine Moon](assets/rose-pine-moon.png) + ![Rosé Pine Moon](https://raw.githubusercontent.com/aaravind100/jupyterlab/refs/heads/main/assets/rose-pine-moon.png) - Rosé Pine Dawn - ![Rosé Pine Dawn](assets/rose-pine-dawn.png) + ![Rosé Pine Dawn](https://raw.githubusercontent.com/aaravind100/jupyterlab/refs/heads/main/assets/rose-pine-dawn.png) ## Uninstall To remove the extension, execute: ```bash -pip uninstall rose_pine_jupyterlab +pip uninstall rose-pine-jupyterlab ``` ## Contributing diff --git a/release.md b/release.md index b408f32..bb489d0 100644 --- a/release.md +++ b/release.md @@ -1,4 +1,4 @@ -# Making a new release of rose_pine_jupyterlab +# Making a new release of rose-pine-jupyterlab The extension can be published to `PyPI` and `npm` manually or using the [Jupyter Releaser](https://github.com/jupyter-server/jupyter_releaser).