We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b09c162 commit dae7cfeCopy full SHA for dae7cfe
docs/source/contributors/contributing.rst
@@ -0,0 +1,3 @@
1
+.. highlight:: sh
2
+
3
+.. include:: ../../../CONTRIBUTING.rst
docs/source/index.rst
@@ -12,6 +12,7 @@ Welcome to Jupyter Server Terminals documentation!
12
13
changelog
14
api
15
+ contributors/contributing
16
17
18
Indices and tables
setup.cfg
@@ -30,6 +30,7 @@ python_requires = >=3.6
30
install_requires =
31
jupyter_server>=1,<2
32
terminado>=0.8.3
33
+ pywinpty(<2);os_name=='nt'
34
35
[options.extras_require]
36
test =
0 commit comments