Skip to content
This repository was archived by the owner on Feb 10, 2019. It is now read-only.

Commit a947025

Browse files
author
Adam Chainz
committed
Convert readthedocs links for their .org -> .io migration for hosted projects
As per [their blog post of the 27th April](https://blog.readthedocs.com/securing-subdomains/) ‘Securing subdomains’: > Starting today, Read the Docs will start hosting projects from subdomains on the domain readthedocs.io, instead of on readthedocs.org. This change addresses some security concerns around site cookies while hosting user generated data on the same domain as our dashboard. Test Plan: Manually visited all the links I’ve modified.
1 parent f8f53ee commit a947025

9 files changed

+21
-21
lines changed

CONTRIBUTING.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ General Guidelines
1414
For general documentation about contributing to Jupyter projects, see the
1515
`Project Jupyter Contributor Documentation`__.
1616

17-
__ http://jupyter.readthedocs.io/en/latest/contributor/content-contributor.html
17+
__ https://jupyter.readthedocs.io/en/latest/contributor/content-contributor.html
1818

1919

2020
Setting Up a Development Environment

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Google Group](https://img.shields.io/badge/-Google%20Group-lightgrey.svg)](https://groups.google.com/forum/#!forum/jupyter)
44
[![Build Status](https://travis-ci.org/jupyter/notebook.svg?branch=master)](https://travis-ci.org/jupyter/notebook)
5-
[![Documentation Status](https://readthedocs.org/projects/jupyter-notebook/badge/?version=latest)](http://jupyter-notebook.readthedocs.io/en/latest/?badge=latest)
5+
[![Documentation Status](https://readthedocs.org/projects/jupyter-notebook/badge/?version=latest)](https://jupyter-notebook.readthedocs.io/en/latest/?badge=latest)
66

77

88

@@ -26,9 +26,9 @@ discrete repos.
2626

2727
## Installation
2828
You can find the installation documentation for the
29-
[Jupyter platform, on ReadTheDocs](http://jupyter.readthedocs.io/en/latest/install.html).
29+
[Jupyter platform, on ReadTheDocs](https://jupyter.readthedocs.io/en/latest/install.html).
3030
The documentation for advanced usage of Jupyter notebook can be found
31-
[here](http://jupyter-notebook.readthedocs.io/en/latest).
31+
[here](https://jupyter-notebook.readthedocs.io/en/latest/).
3232

3333
For a local installation, make sure you have
3434
[pip installed](https://pip.readthedocs.io/en/stable/installing/) and run:
@@ -54,7 +54,7 @@ If you are interested in contributing to the project, see [`CONTRIBUTING.rst`](C
5454
## Resources
5555
- [Project Jupyter website](https://jupyter.org)
5656
- [Online Demo at try.jupyter.org](https://try.jupyter.org)
57-
- [Documentation for Jupyter notebook](http://jupyter-notebook.readthedocs.io/en/latest/) [[PDF](https://media.readthedocs.io/pdf/jupyter-notebook/latest/jupyter-notebook.pdf)]
58-
- [Documentation for Project Jupyter](http://jupyter.readthedocs.io/en/latest/index.html) [[PDF](https://media.readthedocs.io/pdf/jupyter/latest/jupyter.pdf)]
57+
- [Documentation for Jupyter notebook](https://jupyter-notebook.readthedocs.io/en/latest/) [[PDF](https://media.readthedocs.org/pdf/jupyter-notebook/latest/jupyter-notebook.pdf)]
58+
- [Documentation for Project Jupyter](https://jupyter.readthedocs.io/en/latest/index.html) [[PDF](https://media.readthedocs.org/pdf/jupyter/latest/jupyter.pdf)]
5959
- [Issues](https://github.com/jupyter/notebook/issues)
6060
- [Technical support - Jupyter Google Group](https://groups.google.com/forum/#!forum/jupyter)

docs/source/conf.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -332,9 +332,9 @@
332332

333333
intersphinx_mapping = {
334334
'ipython': ('http://ipython.org/ipython-doc/dev/', None),
335-
'nbconvert': ('http://nbconvert.readthedocs.org/en/latest/', None),
336-
'nbformat': ('http://nbformat.readthedocs.org/en/latest/', None),
337-
'jupyter': ('http://jupyter.readthedocs.org/en/latest/', None),
335+
'nbconvert': ('https://nbconvert.readthedocs.io/en/latest/', None),
336+
'nbformat': ('https://nbformat.readthedocs.io/en/latest/', None),
337+
'jupyter': ('https://jupyter.readthedocs.io/en/latest/', None),
338338
}
339339

340340
spelling_lang='en_US'

docs/source/config_overview.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ and editing settings is similar for all the Jupyter applications.
2525
- `Jupyter’s Common Configuration Approach <https://jupyter.readthedocs.io/en/latest/projects/config.html>`_
2626
- `Common Directories and File Locations <https://jupyter.readthedocs.io/en/latest/projects/jupyter-directories.html>`_
2727
- `Language kernels <https://jupyter.readthedocs.io/en/latest/projects/kernels.html>`_
28-
- `traitlets <https://traitlets.readthedocs.org/en/latest/config.html#module-traitlets.config>`_
28+
- `traitlets <https://traitlets.readthedocs.io/en/latest/config.html#module-traitlets.config>`_
2929
provide a low-level architecture for configuration.
3030

3131
.. _configure_nbserver:
@@ -47,7 +47,7 @@ front-end Notebook client (i.e. the familiar notebook interface).
4747
documented in the configuration file and the user documentation.
4848

4949
- :ref:`Running a Notebook server <working_remotely>`
50-
- Related: `Configuring a language kernel <http://jupyter.readthedocs.org/en/latest/install.html#installing-kernels>`_
50+
- Related: `Configuring a language kernel <https://jupyter.readthedocs.io/en/latest/install.html#installing-kernels>`_
5151
to run in the Notebook server enables your server to run other languages, like R or Julia.
5252

5353
.. _configure_nbclient:
@@ -65,8 +65,8 @@ Notebook front-end client
6565

6666
Notebook extensions
6767
-------------------
68-
- `Distributing Jupyter Extensions as Python Packages <https://jupyter-notebook.readthedocs.org/en/latest/examples/Notebook/Distributing%20Jupyter%20Extensions%20as%20Python%20Packages.html#Distributing-Jupyter-Extensions-as-Python-Packages>`_
69-
- `Extending the Notebook <https://jupyter-notebook.readthedocs.org/en/latest/extending/index.html>`_
68+
- `Distributing Jupyter Extensions as Python Packages <https://jupyter-notebook.readthedocs.io/en/latest/examples/Notebook/Distributing%20Jupyter%20Extensions%20as%20Python%20Packages.html#Distributing-Jupyter-Extensions-as-Python-Packages>`_
69+
- `Extending the Notebook <https://jupyter-notebook.readthedocs.io/en/latest/extending/index.html>`_
7070

7171

7272
:ref:`Security in Jupyter notebooks: <notebook_security>` Since security

docs/source/examples/Notebook/Distributing Jupyter Extensions as Python Packages.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -123,11 +123,11 @@
123123
"## Additional resources on creating and distributing packages \n",
124124
"\n",
125125
"> Of course, in addition to the files listed, there are number of other files one needs to build a proper package. Here are some good resources:\n",
126-
"- [The Hitchhiker's Guide to Packaging](http://the-hitchhikers-guide-to-packaging.readthedocs.org/en/latest/quickstart.html)\n",
126+
"- [The Hitchhiker's Guide to Packaging](https://the-hitchhikers-guide-to-packaging.readthedocs.io/en/latest/quickstart.html)\n",
127127
"- [Repository Structure and Python](http://www.kennethreitz.org/essays/repository-structure-and-python) by Kenneth Reitz\n",
128128
"\n",
129129
"> How you distribute them, too, is important:\n",
130-
"- [Packaging and Distributing Projects](http://python-packaging-user-guide.readthedocs.org/en/latest/distributing/)\n",
130+
"- [Packaging and Distributing Projects](https://python-packaging-user-guide.readthedocs.io/distributing/)\n",
131131
"- [conda: Building packages](http://conda.pydata.org/docs/building/build.html)\n",
132132
"\n",
133133
"> Here are some tools to get you started:\n",

docs/source/extending/contents.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,6 @@ ContentsManager.
214214
directories as SQL relations. PGContents also provides an example of how to
215215
re-use the notebook's tests.
216216

217-
.. _NBFormat: http://nbformat.readthedocs.org/en/latest/index.html
217+
.. _NBFormat: https://nbformat.readthedocs.io/en/latest/index.html
218218
.. _PGContents: https://github.com/quantopian/pgcontents
219219
.. _PostgreSQL: http://www.postgresql.org/

docs/source/index.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ The Jupyter notebook
77
:caption: User Documentation
88

99
notebook
10-
Installation <https://jupyter.readthedocs.org/en/latest/install.html>
11-
Running the Notebook <https://jupyter.readthedocs.org/en/latest/running.html>
12-
Migrating from IPython <https://jupyter.readthedocs.org/en/latest/migrating.html>
10+
Installation <https://jupyter.readthedocs.io/en/latest/install.html>
11+
Running the Notebook <https://jupyter.readthedocs.io/en/latest/running.html>
12+
Migrating from IPython <https://jupyter.readthedocs.io/en/latest/migrating.html>
1313
ui_components
1414

1515
.. toctree::

docs/source/links.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
.. Other python projects
2828
.. _matplotlib: http://matplotlib.org
2929
.. _nbviewer: http://nbviewer.jupyter.org
30-
.. _nbconvert: http://nbconvert.readthedocs.org/en/latest/
30+
.. _nbconvert: https://nbconvert.readthedocs.io/en/latest/
3131

3232
.. Other tools and projects
3333
.. _Markdown: http://daringfireball.net/projects/markdown/syntax

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
explanatory text. The Notebook has support for multiple programming
7373
languages, sharing, and interactive widgets.
7474
75-
Read `the documentation <https://jupyter-notebook.readthedocs.org>`_
75+
Read `the documentation <https://jupyter-notebook.readthedocs.io>`_
7676
for more information.
7777
""",
7878
version = version,

0 commit comments

Comments
 (0)