Skip to content

Commit cc81331

Browse files
committed
minor changes to docs
1 parent e0b1b94 commit cc81331

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

docs/source/index.rst

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Jupyter Server is the backend—the core services, APIs, and `REST endpoints`_
1515

1616
.. note::
1717

18-
This project replaces the Tornado Web Server in the `Jupyter Notebook`_. Previously, Jupyter applications depended on Jupyter Notebook's server (and thus, got all of its Javascript code). Jupyter Server comes without a default frontend and views all frontends—including the `Jupyter Notebook`_—as equal and separate. For help on migrating from Notebook Server to Jupyter Server, see `this page <operators/migrate-from-nbserver>`_.
18+
Jupyter Server is a replacement for the Tornado Web Server in `Jupyter Notebook`_. Jupyter web applications should move to using Jupyter Server. For help, see `this page <operators/migrate-from-nbserver>`_.
1919

2020
.. _Tornado: https://www.tornadoweb.org/en/stable/
2121
.. _Jupyter Notebook: https://github.com/jupyter/notebook
@@ -26,14 +26,13 @@ Who's this for?
2626

2727
The Jupyter Server is a highly technical piece of the Jupyter Stack, so we've separated documentation to help specific personas:
2828

29-
1. :ref:`Users <users>`: people using Jupyter applications
30-
2. :ref:`Operators <operators>`: people deploying or serving Jupyter applications to others.
31-
3. :ref:`Developers <developers>`: people writing Jupyter Server extensions
29+
1. :ref:`Users <users>`: people using Jupyter web applications
30+
2. :ref:`Operators <operators>`: people deploying or serving Jupyter web applications to others.
31+
3. :ref:`Developers <developers>`: people writing Jupyter Server extensions and web applications
3232
4. :ref:`Contributors <contributors>`: people contributing directly to the Jupyter Server library.
3333

3434
If you finds gaps in our documentation, please open an issue (or better, a pull request) on the Jupyter Server `Github repo <https://github.com/jupyter/jupyter_server>`_.
3535

36-
3736
Table of Contents
3837
-----------------
3938

docs/source/other/full-config.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -897,7 +897,7 @@ FileContentsManager.root_dir : Unicode
897897

898898
No description
899899

900-
NotebookNotary.algorithm : 'md5'|'sha256'|'blake2s'|'sha3_512'|'sha384'|'sha512'|'blake2b'|'sha1'|'sha224'|'sha3_224'|'sha3_256'|'sha3_384'
900+
NotebookNotary.algorithm : 'blake2b'|'md5'|'sha3_384'|'sha512'|'sha3_224'|'sha3_512'|'sha3_256'|'blake2s'|'sha256'|'sha384'|'sha1'|'sha224'
901901
Default: ``'sha256'``
902902
903903
The hashing algorithm used to sign notebooks.

0 commit comments

Comments
 (0)