##// 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 changes. Licensing should therefore be under the standard Python terms. For
13 changes. Licensing should therefore be under the standard Python terms. For
14 details on the PSF (Python Software Foundation) standard license, see:
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 start=int(timedelta(hours=1, minutes=46, seconds=40).total_seconds())
251 start=int(timedelta(hours=1, minutes=46, seconds=40).total_seconds())
252
252
253 Other parameters can be provided as documented at
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 When converting the notebook using nbconvert, a jpeg representation of the video
256 When converting the notebook using nbconvert, a jpeg representation of the video
257 will be inserted in the document.
257 will be inserted in the document.
@@ -92,7 +92,7 b' Extensions bundled with IPython'
92 autoreload
92 autoreload
93 storemagic
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 Use ``%load_ext oct2py.ipython`` to load it.
96 Use ``%load_ext oct2py.ipython`` to load it.
97 * ``rmagic`` is now part of `rpy2 <http://rpy.sourceforge.net/>`_. Use
97 * ``rmagic`` is now part of `rpy2 <http://rpy.sourceforge.net/>`_. Use
98 ``%load_ext rpy2.ipython`` to load it, and see :mod:`rpy2.ipython.rmagic` for
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 Before generating the GitHub stats, verify that all closed issues and pull
49 Before generating the GitHub stats, verify that all closed issues and pull
50 requests have `appropriate milestones
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 `This search
52 `This search
53 <https://github.com/ipython/ipython/issues?q=is%3Aclosed+no%3Amilestone+is%3Aissue>`_
53 <https://github.com/ipython/ipython/issues?q=is%3Aclosed+no%3Amilestone+is%3Aissue>`_
54 should return no results before creating the GitHub stats.
54 should return no results before creating the GitHub stats.
@@ -6,7 +6,7 b' Making simple Python wrapper kernels'
6 You can now re-use the kernel machinery in IPython to easily make new kernels.
6 You can now re-use the kernel machinery in IPython to easily make new kernels.
7 This is useful for languages that have Python bindings, such as `Octave
7 This is useful for languages that have Python bindings, such as `Octave
8 <http://www.gnu.org/software/octave/>`_ (via
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 where the REPL can be controlled in a tty using `pexpect <http://pexpect.readthedocs.io/en/latest/>`_,
10 where the REPL can be controlled in a tty using `pexpect <http://pexpect.readthedocs.io/en/latest/>`_,
11 such as bash.
11 such as bash.
12
12
@@ -124,7 +124,7 b' Pull Requests (373):'
124 * :ghpull:`1964`: allow multiple instances of a Magic
124 * :ghpull:`1964`: allow multiple instances of a Magic
125 * :ghpull:`1991`: fix _ofind attr in %page
125 * :ghpull:`1991`: fix _ofind attr in %page
126 * :ghpull:`1988`: check for active frontend in update_restart_checkbox
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 * :ghpull:`1970`: dblclick to restore size of images
128 * :ghpull:`1970`: dblclick to restore size of images
129 * :ghpull:`1978`: Notebook names truncating at the first period
129 * :ghpull:`1978`: Notebook names truncating at the first period
130 * :ghpull:`1825`: second attempt at scrolled long output
130 * :ghpull:`1825`: second attempt at scrolled long output
@@ -542,7 +542,7 b' Issues (742):'
542 * :ghissue:`1991`: fix _ofind attr in %page
542 * :ghissue:`1991`: fix _ofind attr in %page
543 * :ghissue:`1982`: Shutdown qtconsole problem?
543 * :ghissue:`1982`: Shutdown qtconsole problem?
544 * :ghissue:`1988`: check for active frontend in update_restart_checkbox
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 * :ghissue:`1989`: Parallel: output of %px and %px${suffix} is inconsistent
546 * :ghissue:`1989`: Parallel: output of %px and %px${suffix} is inconsistent
547 * :ghissue:`1966`: ValueError: packer could not serialize a simple message
547 * :ghissue:`1966`: ValueError: packer could not serialize a simple message
548 * :ghissue:`1987`: Notebook: MathJax offline install not recognized
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 These lists are automatically generated, and may be incomplete or contain duplicates.
103 These lists are automatically generated, and may be incomplete or contain duplicates.
104
104
105 We closed 35 issues and merged 125 pull requests.
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 The following 69 authors contributed 1186 commits.
108 The following 69 authors contributed 1186 commits.
109
109
@@ -375,7 +375,7 b' Example policies::'
375 Matches embeddings on any subdomain of jupyter.org, so long as they are served
375 Matches embeddings on any subdomain of jupyter.org, so long as they are served
376 over SSL.
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 ``/api/security/csp-report``. To use it, set ``report-uri`` as part of the CSP::
379 ``/api/security/csp-report``. To use it, set ``report-uri`` as part of the CSP::
380
380
381 c.NotebookApp.tornado_settings = {
381 c.NotebookApp.tornado_settings = {
General Comments 0
You need to be logged in to leave comments. Login now