##// END OF EJS Templates
Fix some broken links in the docs
Thomas Kluyver -
Show More
@@ -13,7 +13,8 b' The code in this file is mainly lifted out of cmd.py in Python 2.2, with minor'
13 13 changes. Licensing should therefore be under the standard Python terms. For
14 14 details on the PSF (Python Software Foundation) standard license, see:
15 15
16 http://www.python.org/2.2.3/license.html"""
16 https://docs.python.org/2/license.html
17 """
17 18
18 19 #*****************************************************************************
19 20 #
@@ -251,7 +251,7 b' class YouTubeVideo(IFrame):'
251 251 start=int(timedelta(hours=1, minutes=46, seconds=40).total_seconds())
252 252
253 253 Other parameters can be provided as documented at
254 https://developers.google.com/youtube/player_parameters#parameter-subheader
254 https://developers.google.com/youtube/player_parameters#Parameters
255 255
256 256 When converting the notebook using nbconvert, a jpeg representation of the video
257 257 will be inserted in the document.
@@ -92,7 +92,7 b' Extensions bundled with IPython'
92 92 autoreload
93 93 storemagic
94 94
95 * ``octavemagic`` used to be bundled, but is now part of `oct2py <http://blink1073.github.io/oct2py/docs/>`_.
95 * ``octavemagic`` used to be bundled, but is now part of `oct2py <https://blink1073.github.io/oct2py/>`_.
96 96 Use ``%load_ext oct2py.ipython`` to load it.
97 97 * ``rmagic`` is now part of `rpy2 <http://rpy.sourceforge.net/>`_. Use
98 98 ``%load_ext rpy2.ipython`` to load it, and see :mod:`rpy2.ipython.rmagic` for
@@ -48,7 +48,7 b' for the release you are actually making::'
48 48
49 49 Before generating the GitHub stats, verify that all closed issues and pull
50 50 requests have `appropriate milestones
51 <https://github.com/ipython/ipython/wiki/Dev%3A-GitHub-workflow#milestones>`_.
51 <https://github.com/ipython/ipython/wiki/Dev:-GitHub-workflow#milestones>`_.
52 52 `This search
53 53 <https://github.com/ipython/ipython/issues?q=is%3Aclosed+no%3Amilestone+is%3Aissue>`_
54 54 should return no results before creating the GitHub stats.
@@ -6,7 +6,7 b' Making simple Python wrapper kernels'
6 6 You can now re-use the kernel machinery in IPython to easily make new kernels.
7 7 This is useful for languages that have Python bindings, such as `Octave
8 8 <http://www.gnu.org/software/octave/>`_ (via
9 `Oct2Py <http://blink1073.github.io/oct2py/docs/index.html>`_), or languages
9 `Oct2Py <http://blink1073.github.io/oct2py/>`_), or languages
10 10 where the REPL can be controlled in a tty using `pexpect <http://pexpect.readthedocs.io/en/latest/>`_,
11 11 such as bash.
12 12
@@ -124,7 +124,7 b' Pull Requests (373):'
124 124 * :ghpull:`1964`: allow multiple instances of a Magic
125 125 * :ghpull:`1991`: fix _ofind attr in %page
126 126 * :ghpull:`1988`: check for active frontend in update_restart_checkbox
127 * :ghpull:`1979`: Add support for tox (http://tox.testrun.org/) and Travis CI (http://travis-ci.org/)
127 * :ghpull:`1979`: Add support for tox (https://tox.readthedocs.io/) and Travis CI (http://travis-ci.org/)
128 128 * :ghpull:`1970`: dblclick to restore size of images
129 129 * :ghpull:`1978`: Notebook names truncating at the first period
130 130 * :ghpull:`1825`: second attempt at scrolled long output
@@ -542,7 +542,7 b' Issues (742):'
542 542 * :ghissue:`1991`: fix _ofind attr in %page
543 543 * :ghissue:`1982`: Shutdown qtconsole problem?
544 544 * :ghissue:`1988`: check for active frontend in update_restart_checkbox
545 * :ghissue:`1979`: Add support for tox (http://tox.testrun.org/) and Travis CI (http://travis-ci.org/)
545 * :ghissue:`1979`: Add support for tox (https://tox.readthedocs.io/) and Travis CI (http://travis-ci.org/)
546 546 * :ghissue:`1989`: Parallel: output of %px and %px${suffix} is inconsistent
547 547 * :ghissue:`1966`: ValueError: packer could not serialize a simple message
548 548 * :ghissue:`1987`: Notebook: MathJax offline install not recognized
@@ -103,7 +103,7 b' GitHub stats for 2015/02/27 - 2015/08/11 (since 3.0)'
103 103 These lists are automatically generated, and may be incomplete or contain duplicates.
104 104
105 105 We closed 35 issues and merged 125 pull requests.
106 The full list can be seen `on GitHub <https://github.com/ipython/ipython/milestone/4.0>`__
106 The full list can be seen `on GitHub <https://github.com/ipython/ipython/milestone/21>`__
107 107
108 108 The following 69 authors contributed 1186 commits.
109 109
@@ -375,7 +375,7 b' Example policies::'
375 375 Matches embeddings on any subdomain of jupyter.org, so long as they are served
376 376 over SSL.
377 377
378 There is a `report-uri <https://developer.mozilla.org/en-US/docs/Web/Security/CSP/CSP_policy_directives#report-uri>`_ endpoint available for logging CSP violations, located at
378 There is a `report-uri <https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/report-uri>`_ endpoint available for logging CSP violations, located at
379 379 ``/api/security/csp-report``. To use it, set ``report-uri`` as part of the CSP::
380 380
381 381 c.NotebookApp.tornado_settings = {
General Comments 0
You need to be logged in to leave comments. Login now