Skip to content

Commit

Permalink
remove more notebook docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Zsailer committed Oct 10, 2019
1 parent 147fac5 commit 8c8c7e4
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 43 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ If you want coverage statistics as well, you can run::
Building the Documentation
--------------------------

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

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

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

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

Expand Down
1 change: 0 additions & 1 deletion docs/doc-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
sphinx>=1.3.6
sphinx-rtd-theme
nbsphinx
sphinxcontrib_github_alt
1 change: 0 additions & 1 deletion docs/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ dependencies:
- ipykernel
- sphinx
- pip:
- nbsphinx
- Send2Trash
- prometheus_client
- sphinxcontrib_github_alt
21 changes: 0 additions & 21 deletions docs/jsdoc_config.json

This file was deleted.

12 changes: 0 additions & 12 deletions docs/jsdoc_plugin.js

This file was deleted.

1 change: 0 additions & 1 deletion docs/source/config_overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ The Jupyter server runs the language kernel and communicates with Jupyter Serve
Server extensions
-----------------

- `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>`_
- `Extending the Server <https://jupyter-server.readthedocs.io/en/latest/extending/index.html>`_

Since security
Expand Down
2 changes: 1 addition & 1 deletion docs/source/extending/bundler_extensions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Here are some examples of what you can implement using bundler extensions:
blog site
* Create a snapshot of the current notebook environment and bundle that
definition plus notebook into a zip download
* Deploy a notebook as a standalone, interactive `dashboard <https://github.com/jupyter-incubator/dashboards_bundlers>`_
* Deploy a notebook as a standalone, interactive `dashboard <https://github.com/jupyter-attic/dashboards_bundlers>`_

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

Expand Down
2 changes: 1 addition & 1 deletion docs/source/extending/handlers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -124,4 +124,4 @@ following:
References:

1. `Peter Parente's Mindtrove <http://mindtrove.info/4-ways-to-extend-jupyter-notebook/#nb-server-exts>`__
1. `Peter Parente's Mindtrove <https://mindtrove.info/4-ways-to-extend-jupyter-notebook/#nb-server-exts>`__
4 changes: 2 additions & 2 deletions docs/source/public_server.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ This document describes how you can



.. _ZeroMQ: http://zeromq.org
.. _ZeroMQ: https://zeromq.org/

.. _Tornado: http://www.tornadoweb.org

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

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

.. _notebook_public_server:
Expand Down

0 comments on commit 8c8c7e4

Please sign in to comment.