Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit 6640b71

Browse files
committed
fix 1/2/3/rel to use https
1 parent e9c8357 commit 6640b71

File tree

2,076 files changed

+2229
-2229
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,076 files changed

+2229
-2229
lines changed

Diff for: 1/_sources/index.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ IPython Documentation
1313

1414
.. only:: rtd
1515

16-
This is a partial copy of IPython documentation, please visit `IPython official documentation <http://ipython.org/documentation.html>`_.
16+
This is a partial copy of IPython documentation, please visit `IPython official documentation <https://ipython.org/documentation.html>`_.
1717

1818
Contents
1919
========

Diff for: 1/_sources/install/install.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Overview
4949
This document describes in detail the steps required to install IPython,
5050
and its various optional dependencies.
5151
For a few quick ways to get started with package managers or full Python distributions,
52-
see `the install page <http://ipython.org/install.html>`_ of the IPython website.
52+
see `the install page <https://ipython.org/install.html>`_ of the IPython website.
5353

5454
IPython is organized into a number of subpackages, each of which has its own dependencies.
5555
All of the subpackages come with IPython, so you don't need to download and
@@ -111,7 +111,7 @@ Installation from source
111111

112112
If you don't want to use :command:`easy_install`, or don't have it installed,
113113
just grab the latest stable build of IPython from `here
114-
<http://ipython.org/download.html>`_. Then do the following:
114+
<https://ipython.org/download.html>`_. Then do the following:
115115

116116
.. code-block:: bash
117117

@@ -138,7 +138,7 @@ Windows, the installation procedure is:
138138

139139
3. Install IPython itself, which you can download from `PyPI
140140
<http://pypi.python.org/pypi/ipython>`_ or from `our site
141-
<http://ipython.org/download.html>`_. Note that on Windows 7, you *must*
141+
<https://ipython.org/download.html>`_. Note that on Windows 7, you *must*
142142
right-click and 'Run as administrator' for the Start menu shortcuts to be
143143
created.
144144

Diff for: 1/_sources/parallel/parallel_winhpc.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ content and emphasis here is practical: installing IPython, configuring
3838
IPython to use the Windows job scheduler and running example parallel programs
3939
interactively. A more complete description of IPython's parallel computing
4040
capabilities can be found in IPython's online documentation
41-
(http://ipython.org/documentation.html).
41+
(https://ipython.org/documentation.html).
4242

4343
Setting up your Windows cluster
4444
===============================
@@ -80,7 +80,7 @@ IPython on Windows:
8080
* pywin32 (http://sourceforge.net/projects/pywin32/)
8181
* PyReadline (https://launchpad.net/pyreadline)
8282
* pyzmq (http://github.com/zeromq/pyzmq/downloads)
83-
* IPython (http://ipython.org)
83+
* IPython (https://ipython.org)
8484

8585
In addition, the following dependencies are needed to run the demos described
8686
in this document.
@@ -107,10 +107,10 @@ need to follow:
107107

108108
3. Install the latest development version of IPython. This can be done by
109109
downloading the the development version from the IPython website
110-
(http://ipython.org) and following the installation instructions.
110+
(https://ipython.org) and following the installation instructions.
111111

112112
Further details about installing IPython or its dependencies can be found in
113-
the online IPython documentation (http://ipython.org/documentation.html)
113+
the online IPython documentation (https://ipython.org/documentation.html)
114114
Once you are finished with the installation, you can try IPython out by
115115
opening a Windows Command Prompt and typing ``ipython``. This will
116116
start IPython's interactive shell and you should see something like the

Diff for: 2/_sources/index.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ IPython Documentation
1313

1414
.. only:: rtd
1515

16-
This is a partial copy of IPython documentation, please visit `IPython official documentation <http://ipython.org/documentation.html>`_.
16+
This is a partial copy of IPython documentation, please visit `IPython official documentation <https://ipython.org/documentation.html>`_.
1717

1818
Contents
1919
========

Diff for: 2/_sources/install/install.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Overview
3939
This document describes in detail the steps required to install IPython,
4040
and its various optional dependencies.
4141
For a few quick ways to get started with package managers or full Python distributions,
42-
see `the install page <http://ipython.org/install.html>`_ of the IPython website.
42+
see `the install page <https://ipython.org/install.html>`_ of the IPython website.
4343

4444
IPython is organized into a number of subpackages, each of which has its own dependencies.
4545
All of the subpackages come with IPython, so you don't need to download and
@@ -94,7 +94,7 @@ Installation from source
9494

9595
If you don't want to use :command:`pip`, or don't have it installed,
9696
just grab the latest stable build of IPython from `here
97-
<http://ipython.org/download.html>`_. Then do the following:
97+
<https://ipython.org/download.html>`_. Then do the following:
9898

9999
.. code-block:: bash
100100

@@ -121,7 +121,7 @@ Windows, the installation procedure is:
121121

122122
3. Install IPython itself, which you can download from `PyPI
123123
<http://pypi.python.org/pypi/ipython>`_ or from `our site
124-
<http://ipython.org/download.html>`_. Note that on Windows 7, you *must*
124+
<https://ipython.org/download.html>`_. Note that on Windows 7, you *must*
125125
right-click and 'Run as administrator' for the Start menu shortcuts to be
126126
created.
127127

Diff for: 2/_sources/parallel/parallel_winhpc.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ content and emphasis here is practical: installing IPython, configuring
3838
IPython to use the Windows job scheduler and running example parallel programs
3939
interactively. A more complete description of IPython's parallel computing
4040
capabilities can be found in IPython's online documentation
41-
(http://ipython.org/documentation.html).
41+
(https://ipython.org/documentation.html).
4242

4343
Setting up your Windows cluster
4444
===============================
@@ -80,7 +80,7 @@ IPython on Windows:
8080
* pywin32 (http://sourceforge.net/projects/pywin32/)
8181
* PyReadline (https://launchpad.net/pyreadline)
8282
* pyzmq (http://github.com/zeromq/pyzmq/downloads)
83-
* IPython (http://ipython.org)
83+
* IPython (https://ipython.org)
8484

8585
In addition, the following dependencies are needed to run the demos described
8686
in this document.
@@ -107,10 +107,10 @@ need to follow:
107107

108108
3. Install the latest development version of IPython. This can be done by
109109
downloading the the development version from the IPython website
110-
(http://ipython.org) and following the installation instructions.
110+
(https://ipython.org) and following the installation instructions.
111111

112112
Further details about installing IPython or its dependencies can be found in
113-
the online IPython documentation (http://ipython.org/documentation.html)
113+
the online IPython documentation (https://ipython.org/documentation.html)
114114
Once you are finished with the installation, you can try IPython out by
115115
opening a Windows Command Prompt and typing ``ipython``. This will
116116
start IPython's interactive shell and you should see something like the

Diff for: 2/_sources/whatsnew/development.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ Backwards incompatible changes
1919

2020
.. DO NOT EDIT THIS LINE BEFORE RELEASE. INCOMPAT INSERTION POINT.
2121

22-
22+

Diff for: 2/_sources/whatsnew/github-stats-2.0.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1416,7 +1416,7 @@ Issues (434):
14161416
* :ghissue:`4759`: Application._load_config_files log parameter default fails
14171417
* :ghissue:`3153`: docs / file menu: explain how to exit the notebook
14181418
* :ghissue:`4791`: Did updates to ipython_directive bork support for cython magic snippets?
1419-
* :ghissue:`4385`: "Part 4 - Markdown Cells.ipynb" nbviewer example seems not well referenced in current online documentation page http://ipython.org/ipython-doc/stable/interactive/notebook.htm
1419+
* :ghissue:`4385`: "Part 4 - Markdown Cells.ipynb" nbviewer example seems not well referenced in current online documentation page https://ipython.org/ipython-doc/stable/interactive/notebook.htm
14201420
* :ghissue:`4655`: prefer marked to pandoc for markdown2html
14211421
* :ghissue:`3441`: Fix focus related problems in the notebook
14221422
* :ghissue:`3402`: Feature Request: Save As (latex, html,..etc) as a menu option in Notebook rather than explicit need to invoke nbconvert

Diff for: 3/_sources/index.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ IPython Documentation
1313

1414
.. only:: rtd
1515

16-
This is a partial copy of IPython documentation, please visit `IPython official documentation <http://ipython.org/documentation.html>`_.
16+
This is a partial copy of IPython documentation, please visit `IPython official documentation <https://ipython.org/documentation.html>`_.
1717

1818
Contents
1919
========

Diff for: 3/_sources/install/install.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Overview
3737
This document describes in detail the steps required to install IPython,
3838
and its various optional dependencies.
3939
For a few quick ways to get started with package managers or full Python distributions,
40-
see `the install page <http://ipython.org/install.html>`_ of the IPython website.
40+
see `the install page <https://ipython.org/install.html>`_ of the IPython website.
4141

4242
IPython is organized into a number of subpackages, each of which has its own dependencies.
4343
All of the subpackages come with IPython, so you don't need to download and
@@ -85,7 +85,7 @@ Installation from source
8585

8686
If you don't want to use :command:`pip`, or don't have it installed,
8787
grab the latest stable build of IPython from `here
88-
<http://ipython.org/download.html>`_. Then do the following:
88+
<https://ipython.org/download.html>`_. Then do the following:
8989

9090
.. code-block:: bash
9191

@@ -371,4 +371,4 @@ On other platforms, you can get pandoc from `their website <http://johnmacfarlan
371371
.. _jinja2: http://jinja.pocoo.org/
372372
.. _mistune: https://github.com/lepture/mistune
373373
.. _jsonschema: https://github.com/Julian/jsonschema
374-
.. _terminado: https://github.com/takluyver/terminado
374+
.. _terminado: https://github.com/takluyver/terminado

Diff for: 3/_sources/parallel/parallel_winhpc.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ content and emphasis here is practical: installing IPython, configuring
3838
IPython to use the Windows job scheduler and running example parallel programs
3939
interactively. A more complete description of IPython's parallel computing
4040
capabilities can be found in IPython's online documentation
41-
(http://ipython.org/documentation.html).
41+
(https://ipython.org/documentation.html).
4242

4343
Setting up your Windows cluster
4444
===============================
@@ -80,7 +80,7 @@ IPython on Windows:
8080
* pywin32 (http://sourceforge.net/projects/pywin32/)
8181
* PyReadline (https://launchpad.net/pyreadline)
8282
* pyzmq (http://github.com/zeromq/pyzmq/downloads)
83-
* IPython (http://ipython.org)
83+
* IPython (https://ipython.org)
8484

8585
In addition, the following dependencies are needed to run the demos described
8686
in this document.
@@ -107,10 +107,10 @@ need to follow:
107107

108108
3. Install the latest development version of IPython. This can be done by
109109
downloading the the development version from the IPython website
110-
(http://ipython.org) and following the installation instructions.
110+
(https://ipython.org) and following the installation instructions.
111111

112112
Further details about installing IPython or its dependencies can be found in
113-
the online IPython documentation (http://ipython.org/documentation.html)
113+
the online IPython documentation (https://ipython.org/documentation.html)
114114
Once you are finished with the installation, you can try IPython out by
115115
opening a Windows Command Prompt and typing ``ipython``. This will
116116
start IPython's interactive shell and you should see something like the

Diff for: 3/_sources/whatsnew/github-stats-2.0.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1411,7 +1411,7 @@ Issues (434):
14111411
* :ghissue:`4759`: Application._load_config_files log parameter default fails
14121412
* :ghissue:`3153`: docs / file menu: explain how to exit the notebook
14131413
* :ghissue:`4791`: Did updates to ipython_directive bork support for cython magic snippets?
1414-
* :ghissue:`4385`: "Part 4 - Markdown Cells.ipynb" nbviewer example seems not well referenced in current online documentation page http://ipython.org/ipython-doc/stable/interactive/notebook.htm
1414+
* :ghissue:`4385`: "Part 4 - Markdown Cells.ipynb" nbviewer example seems not well referenced in current online documentation page https://ipython.org/ipython-doc/stable/interactive/notebook.htm
14151415
* :ghissue:`4655`: prefer marked to pandoc for markdown2html
14161416
* :ghissue:`3441`: Fix focus related problems in the notebook
14171417
* :ghissue:`3402`: Feature Request: Save As (latex, html,..etc) as a menu option in Notebook rather than explicit need to invoke nbconvert

Diff for: rel-0.10.1/html/_sources/config/customization.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -283,4 +283,4 @@ having to repeat all of your basic options (common things that don't
283283
change such as your color preferences, for example), any profile can
284284
include another configuration file. The most common way to use profiles
285285
is then to have each one include your basic ipythonrc file as a starting
286-
point, and then add further customizations.
286+
point, and then add further customizations.

Diff for: rel-0.10.1/html/_sources/config/new_config.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ To create these files for the first time, do the following::
2424
But, you should only need to do this if you need to modify the defaults. If needed
2525
repeat this process with the ``notebook`` and ``core`` configuration as well. If you
2626
are running into problems with IPython, you might try deleting these configuration
27-
files.
27+
files.

Diff for: rel-0.10.1/html/_sources/development/notification_blueprint.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,4 @@ Twisted...
8080

8181
2. Boss Hog is writing a frontend for the IPython project. Because Boss Hog is stuck in the stone age, his frontend will be written in a new Fortran-like dialect of python and will run only from the command line. Because he doesn't need any fancy notification system and is used to worrying about every cycle on his rat-wheel powered mini, Boss Hog is adamant that the new notification system not produce any performance penalty. As they say in Hazard county, there's no such thing as a free lunch. If he wanted zero overhead, he should have kept using IPython 0.8. Instead, those tricky Duke boys slide in a suped-up bridge-out jumpin' awkwardly confederate-lovin' notification module that imparts only a constant (and small) performance penalty when the Interpreter (or any other object) fires an event for which there are no registered observers. Of course, the same notificaiton-enabled Interpreter can then be used in frontends that require notifications, thus saving the IPython project from a nasty civil war.
8282

83-
3. Barry is wrting a frontend for the IPython project. Because Barry's front end is the *new hotness*, it uses an asynchronous event model to communicate with a Twisted :mod:`~IPython.kernel.engineservice` that communicates with the IPython :class:`~IPython.kernel.core.interpreter.Interpreter`. Using the :mod:`IPython.kernel.notification` module, an asynchronous wrapper on the :mod:`IPython.kernel.core.notification` module, Barry's frontend can register for notifications from the interpreter that are delivered asynchronously. Even if Barry's frontend is running on a separate process or even host from the Interpreter, the notifications are delivered, as if by dark and twisted magic. Just like Dwight's frontend, Barry's frontend can now recieve notifications of e.g. writing to stdout/stderr, opening/closing an external file, an exception in the executing code, etc.
83+
3. Barry is wrting a frontend for the IPython project. Because Barry's front end is the *new hotness*, it uses an asynchronous event model to communicate with a Twisted :mod:`~IPython.kernel.engineservice` that communicates with the IPython :class:`~IPython.kernel.core.interpreter.Interpreter`. Using the :mod:`IPython.kernel.notification` module, an asynchronous wrapper on the :mod:`IPython.kernel.core.notification` module, Barry's frontend can register for notifications from the interpreter that are delivered asynchronously. Even if Barry's frontend is running on a separate process or even host from the Interpreter, the notifications are delivered, as if by dark and twisted magic. Just like Dwight's frontend, Barry's frontend can now recieve notifications of e.g. writing to stdout/stderr, opening/closing an external file, an exception in the executing code, etc.

Diff for: rel-0.10.1/html/_sources/interactive/extension_api.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -249,4 +249,4 @@ ipy_server.py ipy_signals.py ipy_stock_completers.py
249249
ipy_system_conf.py ipy_traits_completer.py ipy_vimserver.py
250250
ipy_which.py ipy_workdir.py jobctrl.py ledit.py numeric_formats.py
251251
PhysicalQInput.py PhysicalQInteractive.py pickleshare.py
252-
pspersistence.py win32clip.py __init__.py
252+
pspersistence.py win32clip.py __init__.py

Diff for: rel-0.10.1/html/_sources/interactive/shell.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -281,4 +281,4 @@ single space (for convenient passing to system commands). The '.n'
281281
property return one string where the lines are separated by '\n'
282282
(i.e. the original output of the function). If the items in string
283283
list are file names, '.p' can be used to get a list of "path" objects
284-
for convenient file manipulation.
284+
for convenient file manipulation.

Diff for: rel-0.10.1/html/_sources/license_and_copyright.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,4 @@ its author/authors have decided to publish the code.
8888

8989
Versions of IPython up to and including 0.6.3 were released under the GNU
9090
Lesser General Public License (LGPL), available at
91-
http://www.gnu.org/copyleft/lesser.html.
91+
http://www.gnu.org/copyleft/lesser.html.

Diff for: rel-0.10.1/html/_sources/overview.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -229,4 +229,4 @@ IPython is known to work on the following operating systems:
229229
* Mac OS X
230230
* Windows (CygWin, XP, Vista, etc.)
231231

232-
See :ref:`here <install_index>` for instructions on how to install IPython.
232+
See :ref:`here <install_index>` for instructions on how to install IPython.

Diff for: rel-0.10.1/html/api/generated/IPython.ColorANSI.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -247,4 +247,4 @@ <h3>Navigation</h3>
247247
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.1.
248248
</div>
249249
</body>
250-
</html>
250+
</html>

Diff for: rel-0.10.1/html/api/generated/IPython.ConfigLoader.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -196,4 +196,4 @@ <h3>Navigation</h3>
196196
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.1.
197197
</div>
198198
</body>
199-
</html>
199+
</html>

Diff for: rel-0.10.1/html/api/generated/IPython.CrashHandler.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -217,4 +217,4 @@ <h3>Navigation</h3>
217217
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.1.
218218
</div>
219219
</body>
220-
</html>
220+
</html>

Diff for: rel-0.10.1/html/api/generated/IPython.DPyGetOpt.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -347,4 +347,4 @@ <h3>Navigation</h3>
347347
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.1.
348348
</div>
349349
</body>
350-
</html>
350+
</html>

Diff for: rel-0.10.1/html/api/generated/IPython.Debugger.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -367,4 +367,4 @@ <h3>Navigation</h3>
367367
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.1.
368368
</div>
369369
</body>
370-
</html>
370+
</html>

Diff for: rel-0.10.1/html/api/generated/IPython.Itpl.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -335,4 +335,4 @@ <h3>Navigation</h3>
335335
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.1.
336336
</div>
337337
</body>
338-
</html>
338+
</html>

Diff for: rel-0.10.1/html/api/generated/IPython.Logger.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -214,4 +214,4 @@ <h3>Navigation</h3>
214214
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.1.
215215
</div>
216216
</body>
217-
</html>
217+
</html>

Diff for: rel-0.10.1/html/api/generated/IPython.Magic.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1594,4 +1594,4 @@ <h3>Navigation</h3>
15941594
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.1.
15951595
</div>
15961596
</body>
1597-
</html>
1597+
</html>

Diff for: rel-0.10.1/html/api/generated/IPython.OInspect.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -300,4 +300,4 @@ <h3>Navigation</h3>
300300
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.1.
301301
</div>
302302
</body>
303-
</html>
303+
</html>

Diff for: rel-0.10.1/html/api/generated/IPython.OutputTrap.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -293,4 +293,4 @@ <h3>Navigation</h3>
293293
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.1.
294294
</div>
295295
</body>
296-
</html>
296+
</html>

Diff for: rel-0.10.1/html/api/generated/IPython.Prompts.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -329,4 +329,4 @@ <h3>Navigation</h3>
329329
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.1.
330330
</div>
331331
</body>
332-
</html>
332+
</html>

Diff for: rel-0.10.1/html/api/generated/IPython.PyColorize.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -194,4 +194,4 @@ <h3>Navigation</h3>
194194
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.1.
195195
</div>
196196
</body>
197-
</html>
197+
</html>

Diff for: rel-0.10.1/html/api/generated/IPython.Shell.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -746,4 +746,4 @@ <h3>Navigation</h3>
746746
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.1.
747747
</div>
748748
</body>
749-
</html>
749+
</html>

Diff for: rel-0.10.1/html/api/generated/IPython.UserConfig.ipy_user_conf.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,4 +131,4 @@ <h3>Navigation</h3>
131131
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.1.
132132
</div>
133133
</body>
134-
</html>
134+
</html>

Diff for: rel-0.10.1/html/api/generated/IPython.background_jobs.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -352,4 +352,4 @@ <h3>Navigation</h3>
352352
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.1.
353353
</div>
354354
</body>
355-
</html>
355+
</html>

Diff for: rel-0.10.1/html/api/generated/IPython.clipboard.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,4 +154,4 @@ <h3>Navigation</h3>
154154
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.1.
155155
</div>
156156
</body>
157-
</html>
157+
</html>

Diff for: rel-0.10.1/html/api/generated/IPython.completer.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -341,4 +341,4 @@ <h3>Navigation</h3>
341341
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.1.
342342
</div>
343343
</body>
344-
</html>
344+
</html>

Diff for: rel-0.10.1/html/api/generated/IPython.config.api.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -193,4 +193,4 @@ <h3>Navigation</h3>
193193
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.1.
194194
</div>
195195
</body>
196-
</html>
196+
</html>

0 commit comments

Comments
 (0)