Skip to content

Commit 2f6a1ac

Browse files
committed
Add README to plugins
1 parent e7b07c9 commit 2f6a1ac

File tree

20 files changed

+60
-0
lines changed

20 files changed

+60
-0
lines changed

plugins/auth/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# fps-auth
2+
3+
An [FPS](https://github.com/jupyter-server/fps) plugin implementing authentication.

plugins/auth/setup.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
[metadata]
22
name = fps_auth
33
version = attr: fps_auth.__version__
4+
description = An FPS plugin implementing authentication
5+
long_description = file: README.md
6+
long_description_content_type = text/markdown
47

58
[options]
69
include_package_data = True

plugins/contents/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# fps-contents
2+
3+
An [FPS](https://github.com/jupyter-server/fps) plugin implementing the contents API.

plugins/contents/setup.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
[metadata]
22
name = fps_contents
33
version = attr: fps_contents.__version__
4+
description = An FPS plugin implementing the contents API
5+
long_description = file: README.md
6+
long_description_content_type = text/markdown
47

58
[options]
69
include_package_data = True

plugins/jupyterlab/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# fps-jupyterlab
2+
3+
An [FPS](https://github.com/jupyter-server/fps) plugin implementing the JupyterLab API.

plugins/jupyterlab/setup.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
[metadata]
22
name = fps_jupyterlab
33
version = attr: fps_jupyterlab.__version__
4+
description = An FPS plugin implementing the JupyterLab API
5+
long_description = file: README.md
6+
long_description_content_type = text/markdown
47

58
[options]
69
include_package_data = True

plugins/kernels/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# fps-kernels
2+
3+
An [FPS](https://github.com/jupyter-server/fps) plugin implementing the kernels API.

plugins/kernels/setup.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
[metadata]
22
name = fps_kernels
33
version = attr: fps_kernels.__version__
4+
description = An FPS plugin implementing the kernels API
5+
long_description = file: README.md
6+
long_description_content_type = text/markdown
47

58
[options]
69
include_package_data = True

plugins/lab/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# fps-lab
2+
3+
An [FPS](https://github.com/jupyter-server/fps) plugin implementing the JupyterLab/RetroLab API.

plugins/lab/setup.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
[metadata]
22
name = fps_lab
33
version = attr: fps_lab.__version__
4+
description = An FPS plugin implementing the JupyterLab/RetroLab API
5+
long_description = file: README.md
6+
long_description_content_type = text/markdown
47

58
[options]
69
include_package_data = True

0 commit comments

Comments
 (0)