Skip to content

Commit 505140f

Browse files
authored
Merge pull request #334 from jasongrout/quit
Make the help for quit_button more generic.
2 parents a409056 + f5fa53d commit 505140f

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

docs/source/other/full-config.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -408,8 +408,7 @@ ServerApp.pylab : Unicode
408408
ServerApp.quit_button : Bool
409409
Default: ``True``
410410

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

414413
ServerApp.rate_limit_window : Float
415414
Default: ``3``

jupyter_server/serverapp.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1020,8 +1020,7 @@ def template_file_path(self):
10201020
)
10211021

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

10271026
contents_manager_class = Type(

0 commit comments

Comments
 (0)