Skip to content

Commit

Permalink
docs: 📝 update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
aaravind100 committed Sep 22, 2024
1 parent 7f97eda commit abab696
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
10 changes: 5 additions & 5 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
To install the extension, execute:

```bash
pip install rose_pine_jupyterlab
pip install rose-pine-jupyterlab
```

## Usage
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion release.md
Original file line number Diff line number Diff line change
@@ -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).

Expand Down

0 comments on commit abab696

Please sign in to comment.