From 4f9bd43d9b060b6024ec2552400edb7e100364f3 2017-01-19 11:01:00 From: Thomas Kluyver Date: 2017-01-19 11:01:00 Subject: [PATCH] Fix some broken links in the docs --- diff --git a/IPython/core/debugger.py b/IPython/core/debugger.py index 4e47c67..ddd88f1 100644 --- a/IPython/core/debugger.py +++ b/IPython/core/debugger.py @@ -13,7 +13,8 @@ The code in this file is mainly lifted out of cmd.py in Python 2.2, with minor changes. Licensing should therefore be under the standard Python terms. For details on the PSF (Python Software Foundation) standard license, see: -http://www.python.org/2.2.3/license.html""" +https://docs.python.org/2/license.html +""" #***************************************************************************** # diff --git a/IPython/lib/display.py b/IPython/lib/display.py index 272d413..b78ecd2 100644 --- a/IPython/lib/display.py +++ b/IPython/lib/display.py @@ -251,7 +251,7 @@ class YouTubeVideo(IFrame): start=int(timedelta(hours=1, minutes=46, seconds=40).total_seconds()) Other parameters can be provided as documented at - https://developers.google.com/youtube/player_parameters#parameter-subheader + https://developers.google.com/youtube/player_parameters#Parameters When converting the notebook using nbconvert, a jpeg representation of the video will be inserted in the document. diff --git a/docs/source/config/extensions/index.rst b/docs/source/config/extensions/index.rst index fa56815..e3c9cab 100644 --- a/docs/source/config/extensions/index.rst +++ b/docs/source/config/extensions/index.rst @@ -92,7 +92,7 @@ Extensions bundled with IPython autoreload storemagic -* ``octavemagic`` used to be bundled, but is now part of `oct2py `_. +* ``octavemagic`` used to be bundled, but is now part of `oct2py `_. Use ``%load_ext oct2py.ipython`` to load it. * ``rmagic`` is now part of `rpy2 `_. Use ``%load_ext rpy2.ipython`` to load it, and see :mod:`rpy2.ipython.rmagic` for diff --git a/docs/source/coredev/release_process.rst b/docs/source/coredev/release_process.rst index 63d6b79..3ad99e0 100644 --- a/docs/source/coredev/release_process.rst +++ b/docs/source/coredev/release_process.rst @@ -48,7 +48,7 @@ for the release you are actually making:: Before generating the GitHub stats, verify that all closed issues and pull requests have `appropriate milestones - `_. + `_. `This search `_ should return no results before creating the GitHub stats. diff --git a/docs/source/development/wrapperkernels.rst b/docs/source/development/wrapperkernels.rst index 65f3a1e..eb0a048 100644 --- a/docs/source/development/wrapperkernels.rst +++ b/docs/source/development/wrapperkernels.rst @@ -6,7 +6,7 @@ Making simple Python wrapper kernels You can now re-use the kernel machinery in IPython to easily make new kernels. This is useful for languages that have Python bindings, such as `Octave `_ (via -`Oct2Py `_), or languages +`Oct2Py `_), or languages where the REPL can be controlled in a tty using `pexpect `_, such as bash. diff --git a/docs/source/whatsnew/github-stats-0.13.rst b/docs/source/whatsnew/github-stats-0.13.rst index 44c40de..226acb9 100644 --- a/docs/source/whatsnew/github-stats-0.13.rst +++ b/docs/source/whatsnew/github-stats-0.13.rst @@ -124,7 +124,7 @@ Pull Requests (373): * :ghpull:`1964`: allow multiple instances of a Magic * :ghpull:`1991`: fix _ofind attr in %page * :ghpull:`1988`: check for active frontend in update_restart_checkbox -* :ghpull:`1979`: Add support for tox (http://tox.testrun.org/) and Travis CI (http://travis-ci.org/) +* :ghpull:`1979`: Add support for tox (https://tox.readthedocs.io/) and Travis CI (http://travis-ci.org/) * :ghpull:`1970`: dblclick to restore size of images * :ghpull:`1978`: Notebook names truncating at the first period * :ghpull:`1825`: second attempt at scrolled long output @@ -542,7 +542,7 @@ Issues (742): * :ghissue:`1991`: fix _ofind attr in %page * :ghissue:`1982`: Shutdown qtconsole problem? * :ghissue:`1988`: check for active frontend in update_restart_checkbox -* :ghissue:`1979`: Add support for tox (http://tox.testrun.org/) and Travis CI (http://travis-ci.org/) +* :ghissue:`1979`: Add support for tox (https://tox.readthedocs.io/) and Travis CI (http://travis-ci.org/) * :ghissue:`1989`: Parallel: output of %px and %px${suffix} is inconsistent * :ghissue:`1966`: ValueError: packer could not serialize a simple message * :ghissue:`1987`: Notebook: MathJax offline install not recognized diff --git a/docs/source/whatsnew/github-stats-4.rst b/docs/source/whatsnew/github-stats-4.rst index 32d49d3..b7410fa 100644 --- a/docs/source/whatsnew/github-stats-4.rst +++ b/docs/source/whatsnew/github-stats-4.rst @@ -103,7 +103,7 @@ GitHub stats for 2015/02/27 - 2015/08/11 (since 3.0) These lists are automatically generated, and may be incomplete or contain duplicates. We closed 35 issues and merged 125 pull requests. -The full list can be seen `on GitHub `__ +The full list can be seen `on GitHub `__ The following 69 authors contributed 1186 commits. diff --git a/docs/source/whatsnew/version3.rst b/docs/source/whatsnew/version3.rst index 8bc6869..56c5d9f 100644 --- a/docs/source/whatsnew/version3.rst +++ b/docs/source/whatsnew/version3.rst @@ -375,7 +375,7 @@ Example policies:: Matches embeddings on any subdomain of jupyter.org, so long as they are served over SSL. -There is a `report-uri `_ endpoint available for logging CSP violations, located at +There is a `report-uri `_ endpoint available for logging CSP violations, located at ``/api/security/csp-report``. To use it, set ``report-uri`` as part of the CSP:: c.NotebookApp.tornado_settings = {