[Python-modules-commits] [notebook] 03/03: Add man pages for the installed scripts
Gordon Ball
chronitis-guest at moszumanska.debian.org
Wed Oct 19 19:50:29 UTC 2016
This is an automated email from the git hooks/post-receive script.
chronitis-guest pushed a commit to branch master
in repository notebook.
commit bf520b639942d049ef945b66a41f1723b56ad537
Author: Gordon Ball <gordon at chronitis.net>
Date: Wed Oct 19 21:42:51 2016 +0200
Add man pages for the installed scripts
---
debian/jupyter-nbextension.1 | 58 ++++++++++++++++++++++++++++++++++++++++
debian/jupyter-notebook.1 | 46 +++++++++++++++++++++++++++++++
debian/jupyter-serverextension.1 | 50 ++++++++++++++++++++++++++++++++++
debian/python3-notebook.manpages | 3 +++
4 files changed, 157 insertions(+)
diff --git a/debian/jupyter-nbextension.1 b/debian/jupyter-nbextension.1
new file mode 100644
index 0000000..318d95b
--- /dev/null
+++ b/debian/jupyter-nbextension.1
@@ -0,0 +1,58 @@
+.TH jupyter-nbextension 1
+
+.SH NAME
+.PP
+jupyter-nbextension \- Manage Jupyter Notebook extensions
+
+.SH SYNOPSIS
+.PP
+\fBjupyter nbextension\fR [subcommand] [options]
+
+.SH DESCRIPTION
+.PP
+Installs, removes, enables and disables extensions for the jupyter notebook.
+
+.SH SUBCOMMANDS
+.HP
+list
+.IP
+List nbextensions
+.HP
+enable
+.IP
+Enable an nbextension
+.HP
+disable
+.IP
+Disable an nbextension
+.HP
+install
+.IP
+Install an nbextension
+.HP
+uninstall
+.IP
+Uninstall an nbextension
+
+.SH OPTIONS
+.PP
+Only a subset of options are listed here. To see the complete list, run
+.B
+jupyter nbextension --help-all
+
+.HP
+--debug
+.IP
+Enable debugging output
+.HP
+--py PACKAGENAME
+.IP
+Install extensions from a python package
+.HP
+--user
+.IP
+Apply the operation for the current user only
+.HP
+--system
+.IP
+Apply the operation system-wide
diff --git a/debian/jupyter-notebook.1 b/debian/jupyter-notebook.1
new file mode 100644
index 0000000..719e269
--- /dev/null
+++ b/debian/jupyter-notebook.1
@@ -0,0 +1,46 @@
+.TH jupyter-notebook 1
+
+.SH NAME
+.PP
+jupyter-notebook \- The Jupyter HTML notebook
+
+.SH SYNOPSIS
+.PP
+\fBjupyter notebook\fR [subcommand] [options]
+
+.SH DESCRIPTION
+.PP
+Launches a tornado server which serves up a HTML5/Javascript notebook client.
+
+.SH SUBCOMMANDS
+.HP
+list
+.IP
+List currently running notebook servers
+
+.SH OPTIONS
+.PP
+Only a subset of options are listed here. To see the complete list, run
+.B
+jupyter notebook --help-all
+
+.HP
+--debug
+.IP
+Enable debugging output
+.HP
+--no-browser
+.IP
+Don't open the notebook in a browser after startup
+.HP
+--port PORT
+.IP
+The port the notebook server will listen on (default 8888).
+.HP
+--ip IP
+.IP
+The IP address the notebook server will listen on (default localhost).
+.HP
+--notebook-dir PATH
+.IP
+The directory the server will use as the root for notebook files.
diff --git a/debian/jupyter-serverextension.1 b/debian/jupyter-serverextension.1
new file mode 100644
index 0000000..96acf45
--- /dev/null
+++ b/debian/jupyter-serverextension.1
@@ -0,0 +1,50 @@
+.TH jupyter-serverextension 1
+
+.SH NAME
+.PP
+jupyter-serverextension \- Manage Jupyter Notebook server-side extensions
+
+.SH SYNOPSIS
+.PP
+\fBjupyter serverextension\fR [subcommand] [options]
+
+.SH DESCRIPTION
+.PP
+Enables and disables server-side extensions for the jupyter notebook.
+
+.SH SUBCOMMANDS
+.HP
+list
+.IP
+List server extensions
+.HP
+enable
+.IP
+Enable a server extension
+.HP
+disable
+.IP
+Disable a server extension
+
+.SH OPTIONS
+.PP
+Only a subset of options are listed here. To see the complete list, run
+.B
+jupyter serverextension --help-all
+
+.HP
+--debug
+.IP
+Enable debugging output
+.HP
+--py PACKAGENAME
+.IP
+Enable extensions from a python package
+.HP
+--user
+.IP
+Apply the operation for the current user only
+.HP
+--system
+.IP
+Apply the operation system-wide
diff --git a/debian/python3-notebook.manpages b/debian/python3-notebook.manpages
new file mode 100644
index 0000000..b3b5e99
--- /dev/null
+++ b/debian/python3-notebook.manpages
@@ -0,0 +1,3 @@
+debian/jupyter-notebook.1
+debian/jupyter-nbextension.1
+debian/jupyter-serverextension.1
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/notebook.git
More information about the Python-modules-commits
mailing list