Skip to content

Commit 0e674ab

Browse files
committed
remove more notebook docs
1 parent 147fac5 commit 0e674ab

File tree

10 files changed

+8
-45
lines changed

10 files changed

+8
-45
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ script:
5454
make -C docs/ linkcheck || EXIT_STATUS=$?;
5555
fi
5656
57-
pytest --nbval --current-env docs || EXIT_STATUS=$?
5857
exit $EXIT_STATUS
5958
fi
6059

CONTRIBUTING.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ If you want coverage statistics as well, you can run::
7474
Building the Documentation
7575
--------------------------
7676

77-
To build the documentation you'll need `Sphinx <http://www.sphinx-doc.org/>`_,
78-
`pandoc <http://pandoc.org/>`_ and a few other packages.
77+
To build the documentation you'll need `Sphinx <http://www.sphinx-doc.org/en/master/>`_,
78+
`pandoc <https://pandoc.org/>`_ and a few other packages.
7979

8080
To install (and activate) a `conda environment`_ named ``server_docs``
8181
containing all the necessary packages (except pandoc), use::
@@ -85,7 +85,7 @@ containing all the necessary packages (except pandoc), use::
8585
activate notebook_docs # Windows
8686

8787
.. _conda environment:
88-
https://conda.io/docs/user-guide/tasks/manage-environments.html#creating-an-environment-from-an-environment-yml-file
88+
https://conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html#creating-an-environment-from-an-environment-yml-file
8989

9090
If you want to install the necessary packages with ``pip`` instead::
9191

docs/doc-requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
sphinx>=1.3.6
22
sphinx-rtd-theme
3-
nbsphinx
43
sphinxcontrib_github_alt

docs/environment.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ dependencies:
99
- ipykernel
1010
- sphinx
1111
- pip:
12-
- nbsphinx
1312
- Send2Trash
1413
- prometheus_client
1514
- sphinxcontrib_github_alt

docs/jsdoc_config.json

Lines changed: 0 additions & 21 deletions
This file was deleted.

docs/jsdoc_plugin.js

Lines changed: 0 additions & 12 deletions
This file was deleted.

docs/source/config_overview.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ The Jupyter server runs the language kernel and communicates with Jupyter Serve
5555
Server extensions
5656
-----------------
5757

58-
- `Distributing Jupyter Extensions as Python Packages <https://jupyter-server.readthedocs.io/en/latest/examples/Server/Distributing%20Jupyter%20Extensions%20as%20Python%20Packages.html#Distributing-Jupyter-Extensions-as-Python-Packages>`_
5958
- `Extending the Server <https://jupyter-server.readthedocs.io/en/latest/extending/index.html>`_
6059

6160
Since security

docs/source/extending/bundler_extensions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Here are some examples of what you can implement using bundler extensions:
1313
blog site
1414
* Create a snapshot of the current notebook environment and bundle that
1515
definition plus notebook into a zip download
16-
* Deploy a notebook as a standalone, interactive `dashboard <https://github.com/jupyter-incubator/dashboards_bundlers>`_
16+
* Deploy a notebook as a standalone, interactive `dashboard <https://github.com/jupyter-attic/dashboards_bundlers>`_
1717

1818
To implement a bundler extension, you must do all of the following:
1919

docs/source/extending/handlers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,4 +124,4 @@ following:
124124
125125
References:
126126

127-
1. `Peter Parente's Mindtrove <http://mindtrove.info/4-ways-to-extend-jupyter-notebook/#nb-server-exts>`__
127+
1. `Peter Parente's Mindtrove <https://mindtrove.info/4-ways-to-extend-jupyter-notebook/#nb-server-exts>`__

docs/source/public_server.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ This document describes how you can
3636

3737

3838

39-
.. _ZeroMQ: http://zeromq.org
39+
.. _ZeroMQ: https://zeromq.org/
4040

41-
.. _Tornado: http://www.tornadoweb.org
41+
.. _Tornado: with Found to http://www.tornadoweb.org/en/stable/
4242

4343
.. _JupyterHub: https://jupyterhub.readthedocs.io/en/latest/
4444

@@ -181,7 +181,7 @@ compliant self-signed certificate that will not raise warnings, it is possible
181181
certificate and follow the steps in :ref:`using-lets-encrypt` to set up a
182182
public server.
183183

184-
.. _OWASP: https://www.owasp.org
184+
.. _OWASP: https://www.owasp.org/index.php/Main_Page
185185
.. _tutorial: https://arstechnica.com/information-technology/2009/12/how-to-get-set-with-a-secure-sertificate-for-free/
186186

187187
.. _notebook_public_server:

0 commit comments

Comments
 (0)