You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,13 +2,11 @@
2
2
3
3
*A JupyterLab plugin to facilitate invocation of code formatters.*
4
4
5
-
PSA: This plugin is currently undergoing a major refactor, bear with me while I work on this.
5
+
PSA: I can only dedicate a few hours per week for this plugin, bear with me if your request/issue is taking a while to be fixed.
6
6
7
7
----
8
8
9
-
Documentation: [Hosted on GitHub Pages](https://ryantam626.github.io/jupyterlab_code_formatter/index.html)
10
-
11
-
This is currently out of date. I will be updating that shortly.
9
+
Documentation: [Hosted on ReadTheDocs](https://jupyterlab-code-formatter.readthedocs.io/)
12
10
13
11
----
14
12
@@ -20,7 +18,7 @@ This is currently out of date. I will be updating that shortly.
20
18
21
19
## Quick Start
22
20
23
-
I recommend you going to the [documentation site](https://ryantam626.github.io/jupyterlab_code_formatter/index.html#quick-start), but this should work too.
21
+
I recommend you going to the [documentation site](https://jupyterlab-code-formatter.readthedocs.io/#quick-start), but this should work too.
24
22
25
23
1.**Install the package**
26
24
```bash
@@ -40,7 +38,7 @@ This plugin includes a server plugin, restart JupyterLab if you have followed th
40
38
41
39
4.**Configure plugin**
42
40
43
-
To configure which/how formatters are invoked, see [configuration](https://ryantam626.github.io/jupyterlab_code_formatter/configuration.html).
41
+
To configure which/how formatters are invoked, see [configuration](https://jupyterlab-code-formatter.readthedocs.io/configuration.html).
0 commit comments