Skip to content

Commit

Permalink
Merge pull request jupyter-server#334 from jasongrout/quit
Browse files Browse the repository at this point in the history
Make the help for quit_button more generic.
  • Loading branch information
kevin-bates authored Nov 12, 2020
2 parents 6045989 + 9842f75 commit c52c020
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions docs/source/other/full-config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -408,8 +408,7 @@ ServerApp.pylab : Unicode
ServerApp.quit_button : Bool
Default: ``True``

If True, display a button in the dashboard to quit
(shutdown the Jupyter server).
If True, display controls to shut down the Jupyter server, such as menu items or buttons.

ServerApp.rate_limit_window : Float
Default: ``3``
Expand Down
3 changes: 1 addition & 2 deletions jupyter_server/serverapp.py
Original file line number Diff line number Diff line change
Expand Up @@ -1020,8 +1020,7 @@ def template_file_path(self):
)

quit_button = Bool(True, config=True,
help="""If True, display a button in the dashboard to quit
(shutdown the Jupyter server)."""
help="""If True, display controls to shut down the Jupyter server, such as menu items or buttons."""
)

contents_manager_class = Type(
Expand Down

0 comments on commit c52c020

Please sign in to comment.