Skip to content

Commit 1e8c90f

Browse files
authored
Merge pull request #4519 from minrk/linkcheck
[doc] fix some linkcheck errors and warnings
2 parents b26221a + 7657c0c commit 1e8c90f

File tree

7 files changed

+31
-34
lines changed

7 files changed

+31
-34
lines changed

docs/source/changelog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ Thanks to the following contributors:
312312
- Mac Knight (`Shels1909 <https://github.com/Shels1909>`__)
313313
- Hisham Elsheshtawy (`Sheshtawy <https://github.com/Sheshtawy>`__)
314314
- Simon Biggs (`SimonBiggs <https://github.com/SimonBiggs>`__)
315-
- Sunil Hari (`sunilhari <https://github.com/sunilhari>`__)
315+
- Sunil Hari (``@sunilhari``)
316316
- Thomas Kluyver (`takluyver <https://github.com/takluyver>`__)
317317
- Tim Klever (`tklever <https://github.com/tklever>`__)
318318
- Gabriel Ruiz (`unnamedplay-r <https://github.com/unnamedplay-r>`__)

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

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -138,10 +138,7 @@
138138
"\n",
139139
"> How you distribute them, too, is important:\n",
140140
"- [Packaging and Distributing Projects](https://python-packaging-user-guide.readthedocs.io/tutorials/distributing-packages/)\n",
141-
"- [conda: Building packages](https://conda.io/docs/building/build.html)\n",
142-
"\n",
143-
"> Here are some tools to get you started:\n",
144-
"- [generator-nbextension](https://github.com/Anaconda-Platform/generator-nbextension)"
141+
"- [conda: Building packages](https://conda.io/projects/conda-build/en/latest/user-guide/tutorials/building-conda-packages.html)\n"
145142
]
146143
},
147144
{
@@ -505,7 +502,7 @@
505502
"name": "python",
506503
"nbconvert_exporter": "python",
507504
"pygments_lexer": "ipython3",
508-
"version": "3.6.5"
505+
"version": "3.7.2"
509506
}
510507
},
511508
"nbformat": 4,

docs/source/examples/Notebook/What is the Jupyter Notebook.ipynb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"- Images\n",
3232
"- Video\n",
3333
"\n",
34-
"These documents provide a **complete and self-contained record of a computation** that can be converted to various formats and shared with others using email, [Dropbox](https://www.dropbox.com/), version control systems (like git/[GitHub](https://github.com)) or [nbviewer.jupyter.org](http://nbviewer.jupyter.org)."
34+
"These documents provide a **complete and self-contained record of a computation** that can be converted to various formats and shared with others using email, [Dropbox](https://www.dropbox.com/), version control systems (like git/[GitHub](https://github.com)) or [nbviewer.jupyter.org](https://nbviewer.jupyter.org)."
3535
]
3636
},
3737
{
@@ -148,11 +148,11 @@
148148
"* **Markdown cells:** Narrative text with embedded LaTeX equations\n",
149149
"* **Raw cells:** Unformatted text that is included, without modification, when notebooks are converted to different formats using nbconvert\n",
150150
"\n",
151-
"Internally, notebook documents are **[JSON](https://en.wikipedia.org/wiki/JSON) data** with **binary values [base64](http://en.wikipedia.org/wiki/Base64)** encoded. This allows them to be **read and manipulated programmatically** by any programming language. Because JSON is a text format, notebook documents are version control friendly.\n",
151+
"Internally, notebook documents are **[JSON](https://en.wikipedia.org/wiki/JSON) data** with **binary values [base64](https://en.wikipedia.org/wiki/Base64)** encoded. This allows them to be **read and manipulated programmatically** by any programming language. Because JSON is a text format, notebook documents are version control friendly.\n",
152152
"\n",
153-
"**Notebooks can be exported** to different static formats including HTML, reStructeredText, LaTeX, PDF, and slide shows ([reveal.js](http://lab.hakim.se/reveal-js/)) using Jupyter's `nbconvert` utility.\n",
153+
"**Notebooks can be exported** to different static formats including HTML, reStructeredText, LaTeX, PDF, and slide shows ([reveal.js](https://revealjs.com)) using Jupyter's `nbconvert` utility.\n",
154154
"\n",
155-
"Furthermore, any notebook document available from a **public URL or on GitHub can be shared** via [nbviewer](http://nbviewer.jupyter.org). This service loads the notebook document from the URL and renders it as a static web page. The resulting web page may thus be shared with others **without their needing to install the Jupyter Notebook**."
155+
"Furthermore, any notebook document available from a **public URL or on GitHub can be shared** via [nbviewer](https://nbviewer.jupyter.org). This service loads the notebook document from the URL and renders it as a static web page. The resulting web page may thus be shared with others **without their needing to install the Jupyter Notebook**."
156156
]
157157
}
158158
],
@@ -172,7 +172,7 @@
172172
"name": "python",
173173
"nbconvert_exporter": "python",
174174
"pygments_lexer": "ipython3",
175-
"version": "3.6.6"
175+
"version": "3.7.2"
176176
}
177177
},
178178
"nbformat": 4,

docs/source/examples/Notebook/Working With Markdown Cells.ipynb

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -93,27 +93,27 @@
9393
]
9494
},
9595
{
96-
"cell_type": "markdown",
97-
"metadata": { },
98-
"source": [
99-
"And shorthand for links:\n",
100-
"\n",
101-
"[Jupyter's website](http://jupyter.org)"
102-
]
96+
"cell_type": "markdown",
97+
"metadata": {},
98+
"source": [
99+
"And shorthand for links:\n",
100+
"\n",
101+
"[Jupyter's website](https://jupyter.org)"
102+
]
103103
},
104104
{
105-
"cell_type": "markdown",
106-
"metadata": { },
107-
"source": [
108-
"You can use backslash \\ to generate literal characters which would otherwise have special meaning in the Markdown syntax.\n",
109-
"\n",
110-
"```\n",
111-
"\\*literal asterisks\\*\n",
112-
" *literal asterisks*\n",
113-
"```\n",
114-
"\n",
115-
"Use double backslash \\ \\ to generate the literal $ symbol."
116-
]
105+
"cell_type": "markdown",
106+
"metadata": {},
107+
"source": [
108+
"You can use backslash \\ to generate literal characters which would otherwise have special meaning in the Markdown syntax.\n",
109+
"\n",
110+
"```\n",
111+
"\\*literal asterisks\\*\n",
112+
" *literal asterisks*\n",
113+
"```\n",
114+
"\n",
115+
"Use double backslash \\ \\ to generate the literal $ symbol."
116+
]
117117
},
118118
{
119119
"cell_type": "markdown",
@@ -332,7 +332,7 @@
332332
"name": "python",
333333
"nbconvert_exporter": "python",
334334
"pygments_lexer": "ipython3",
335-
"version": "3.6.0"
335+
"version": "3.7.2"
336336
}
337337
},
338338
"nbformat": 4,

docs/source/examples/Notebook/examples_index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Notebook Examples
55
The pages in this section are all converted notebook files. You can also
66
`view these notebooks on nbviewer`__.
77

8-
__ http://nbviewer.jupyter.org/github/jupyter/notebook/blob/master/
8+
__ https://nbviewer.jupyter.org/github/jupyter/notebook/blob/master/
99
docs/source/examples/Notebook/
1010

1111
.. toctree::

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/troubleshooting.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ it's easy to upgrade and get on with what you wanted to do.
1212
Jupyter fails to start
1313
----------------------
1414

15-
* Have you `installed it <http://jupyter.org/install.html>`__? ;-)
15+
* Have you `installed it <https://jupyter.org/install.html>`__? ;-)
1616
* If you're using a menu shortcut or Anaconda launcher to start it, try
1717
opening a terminal or command prompt and running the command ``jupyter notebook``.
1818
* If it can't find ``jupyter``,

0 commit comments

Comments
 (0)