Skip to content

Commit

Permalink
Add README to plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbrochart committed Feb 16, 2022
1 parent e7b07c9 commit 38df6af
Show file tree
Hide file tree
Showing 18 changed files with 54 additions and 0 deletions.
3 changes: 3 additions & 0 deletions plugins/auth/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# fps-auth

An [FPS](https://github.com/jupyter-server/fps) plugin implementing authentication.
3 changes: 3 additions & 0 deletions plugins/auth/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
[metadata]
name = fps_auth
version = attr: fps_auth.__version__
description = An FPS plugin implementing authentication
long_description = file: README.md
long_description_content_type = text/markdown

[options]
include_package_data = True
Expand Down
3 changes: 3 additions & 0 deletions plugins/contents/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# fps-contents

An [FPS](https://github.com/jupyter-server/fps) plugin implementing the contents API.
3 changes: 3 additions & 0 deletions plugins/contents/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
[metadata]
name = fps_contents
version = attr: fps_contents.__version__
description = An FPS plugin implementing the contents API
long_description = file: README.md
long_description_content_type = text/markdown

[options]
include_package_data = True
Expand Down
3 changes: 3 additions & 0 deletions plugins/jupyterlab/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# fps-jupyterlab

An [FPS](https://github.com/jupyter-server/fps) plugin implementing the JupyterLab API.
3 changes: 3 additions & 0 deletions plugins/jupyterlab/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
[metadata]
name = fps_jupyterlab
version = attr: fps_jupyterlab.__version__
description = An FPS plugin implementing the JupyterLab API
long_description = file: README.md
long_description_content_type = text/markdown

[options]
include_package_data = True
Expand Down
3 changes: 3 additions & 0 deletions plugins/kernels/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# fps-kernels

An [FPS](https://github.com/jupyter-server/fps) plugin implementing the kernels API.
3 changes: 3 additions & 0 deletions plugins/kernels/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
[metadata]
name = fps_kernels
version = attr: fps_kernels.__version__
description = An FPS plugin implementing the kernels API
long_description = file: README.md
long_description_content_type = text/markdown

[options]
include_package_data = True
Expand Down
3 changes: 3 additions & 0 deletions plugins/lab/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# fps-lab

An [FPS](https://github.com/jupyter-server/fps) plugin implementing the JupyterLab/RetroLab API.
3 changes: 3 additions & 0 deletions plugins/lab/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
[metadata]
name = fps_lab
version = attr: fps_lab.__version__
description = An FPS plugin implementing the JupyterLab/RetroLab API
long_description = file: README.md
long_description_content_type = text/markdown

[options]
include_package_data = True
Expand Down
3 changes: 3 additions & 0 deletions plugins/login/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# fps-login

An [FPS](https://github.com/jupyter-server/fps) plugin implementing the login API.
3 changes: 3 additions & 0 deletions plugins/login/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
[metadata]
name = fps_login
version = attr: fps_login.__version__
description = An FPS plugin implementing the login API
long_description = file: README.md
long_description_content_type = text/markdown

[options]
include_package_data = True
Expand Down
3 changes: 3 additions & 0 deletions plugins/retrolab/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# fps-login

An [FPS](https://github.com/jupyter-server/fps) plugin implementing the RetroLab API.
3 changes: 3 additions & 0 deletions plugins/retrolab/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
[metadata]
name = fps_retrolab
version = attr: fps_retrolab.__version__
description = An FPS plugin implementing the RetroLab API
long_description = file: README.md
long_description_content_type = text/markdown

[options]
include_package_data = True
Expand Down
3 changes: 3 additions & 0 deletions plugins/terminals/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# fps-terminals

An [FPS](https://github.com/jupyter-server/fps) plugin implementing the terminals API.
3 changes: 3 additions & 0 deletions plugins/terminals/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
[metadata]
name = fps_terminals
version = attr: fps_terminals.__version__
description = An FPS plugin implementing the terminals API
long_description = file: README.md
long_description_content_type = text/markdown

[options]
include_package_data = True
Expand Down
3 changes: 3 additions & 0 deletions plugins/yjs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# fps-yjs

An [FPS](https://github.com/jupyter-server/fps) plugin implementing the Yjs API.
3 changes: 3 additions & 0 deletions plugins/yjs/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
[metadata]
name = fps_yjs
version = attr: fps_yjs.__version__
description = An FPS plugin implementing the Yjs API
long_description = file: README.md
long_description_content_type = text/markdown

[options]
include_package_data = True
Expand Down

0 comments on commit 38df6af

Please sign in to comment.