Skip to content

Commit 55a9d04

Browse files
authored
Add badges and fix some links (#351)
* Add badges and fix some links * More links update and remove financial support mentions
1 parent 5b60aaf commit 55a9d04

File tree

5 files changed

+16
-12
lines changed

5 files changed

+16
-12
lines changed

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
![](docs/logo.png)
22

3+
[![Extension status](https://img.shields.io/badge/status-ready-success 'ready to be used')](https://jupyterlab-contrib.github.io/)
4+
[![GitHub Action Status](https://github.com/jupyterlab-contrib/jupyterlab_code_formatter/actions/workflows/build.yml/badge.svg)](https://github.com/jupyterlab-contrib/jupyterlab_code_formatter/actions/workflows/build.yml)
5+
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/jupyterlab-contrib/jupyterlab_code_formatter/master?urlpath=lab)
6+
[![pypi-version](https://img.shields.io/pypi/v/jupyterlab-code-formatter.svg)](https://python.org/pypi/jupyterlab-code-formatter)
7+
38
_A JupyterLab plugin to facilitate invocation of code formatters._
49

510
---
@@ -52,8 +57,8 @@ If you don't use Discord then feel free to open a [GitHub issue](https://github.
5257

5358
I could really use your support in giving me a star on GitHub, recommending features or fixing bugs.
5459

55-
- [Recommending features via GitHub Issues](https://github.com/ryantam626/jupyterlab_code_formatter/issues)
56-
- [Submitting your PR on GitHub](https://github.com/ryantam626/jupyterlab_code_formatter/pulls)
60+
- [Recommending features via GitHub Issues](https://github.com/jupyterlab-contrib/jupyterlab_code_formatter/issues)
61+
- [Submitting your PR on GitHub](https://github.com/jupyterlab-contrib/jupyterlab_code_formatter/pulls)
5762

5863
---
5964

@@ -62,8 +67,8 @@ I could really use your support in giving me a star on GitHub, recommending feat
6267
This extension was originally developed and maintained by [@ryantam626](https://github.com/ryantam626).
6368
Massive thanks to the below list of people who made past contributions to the project!
6469

65-
<a href="https://github.com/ryantam626/jupyterlab_code_formatter/graphs/contributors">
66-
<img src="https://contrib.rocks/image?repo=ryantam626/jupyterlab_code_formatter" />
70+
<a href="https://github.com/jupyterlab-contrib/jupyterlab_code_formatter/graphs/contributors">
71+
<img src="https://contrib.rocks/image?repo=jupyterlab-contrib/jupyterlab_code_formatter" />
6772
</a>
6873

6974
## License

docs/configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,13 +85,13 @@ For example to override settings for the `autopep8` formatter, enter something l
8585
:::{warning}
8686
This plugin does not pick up file based configuration at the moment (e.g. setup.cfg, pyproject.yml, etc.)
8787

88-
Ticket is already opened at [#167](https://github.com/ryantam626/jupyterlab_code_formatter/issues/167).
88+
Ticket is already opened at [#167](https://github.com/jupyterlab-contrib/jupyterlab_code_formatter/issues/167).
8989
:::
9090

9191
:::{warning}
9292
This plugin might be out of sync with the list of possibilities of configuration option.
9393

94-
See [settings.json](https://github.com/ryantam626/jupyterlab_code_formatter/blob/master/schema/settings.json) for the JSON schema used, feel free to open a PR for updating it.
94+
See [settings.json](https://github.com/jupyterlab-contrib/jupyterlab_code_formatter/blob/master/schema/settings.json) for the JSON schema used, feel free to open a PR for updating it.
9595
:::
9696

9797
## Chaining Formatters Invocation

docs/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ It is possible that black will fail when trying to create local cache directory,
88
python -c "import black; black.CACHE_DIR.mkdir(parents=True, exist_ok=True)"
99
```
1010

11-
For more information, see [issue #10](https://github.com/ryantam626/jupyterlab_code_formatter/issues/10).
11+
For more information, see [issue #10](https://github.com/jupyterlab-contrib/jupyterlab_code_formatter/issues/10).
1212

1313
## JupyterLab Commands Not Showing Up
1414

docs/getting-help.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
I am most responsive on Discord, feel free to ping me in [Python Discord](https://discord.com/invite/python), the [#editors-ide](https://discord.com/channels/267624335836053506/813178633006350366) channel is a suitable place for that.
44

5-
If you don't use Discord then feel free to open a [GitHub issue](https://github.com/ryantam626/jupyterlab_code_formatter/issues), do note I am a bit slower in responding in GitHub.
5+
If you don't use Discord then feel free to open a [GitHub issue](https://github.com/jupyterlab-contrib/jupyterlab_code_formatter/issues), do note I am a bit slower in responding in GitHub.

docs/your-support.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Your Support
22

3-
I could really use your support in giving me a star on GitHub, recommending features, fixing bugs or maybe even providing monetary support!
3+
I could really use your support in giving me a star on GitHub, recommending features or fixing bugs!
44

5-
- [Recommending features via GitHub Issues](https://github.com/ryantam626/jupyterlab_code_formatter/issues)
6-
- [Sumitting your PR on GitHub](https://github.com/ryantam626/jupyterlab_code_formatter/pulls)
7-
- [Buy me a cofee](https://www.buymeacoffee.com/ryantam626)
5+
- [Recommending features via GitHub Issues](https://github.com/jupyterlab-contrib/jupyterlab_code_formatter/issues)
6+
- [Sumitting your PR on GitHub](https://github.com/jupyterlab-contrib/jupyterlab_code_formatter/pulls)

0 commit comments

Comments
 (0)