From b759450cdd8945c5296798322a17418a11b3268c 2018-02-13 19:59:25 From: Matthias Bussonnier Date: 2018-02-13 19:59:25 Subject: [PATCH] Fix IPython spelling --- diff --git a/docs/source/whatsnew/github-stats-0.11.rst b/docs/source/whatsnew/github-stats-0.11.rst index 52418a6..788abdb 100644 --- a/docs/source/whatsnew/github-stats-0.11.rst +++ b/docs/source/whatsnew/github-stats-0.11.rst @@ -404,7 +404,7 @@ Regular issues (285): * `287 `_: Crash when using %macros in sqlite-history branch * `55 `_: Can't edit files whose names begin with numbers * `284 `_: In variable no longer works in 0.11 -* `92 `_: Using multiprocessing module crashes parallel iPython +* `92 `_: Using multiprocessing module crashes parallel IPython * `262 `_: Fail to recover history after force-kill. * `320 `_: Tab completing re.search objects crashes IPython * `317 `_: IPython.kernel: parallel map issues @@ -518,7 +518,7 @@ Regular issues (285): * `169 `_: Kernel can only be bound to localhost * `36 `_: tab completion does not escape () * `177 `_: Report tracebacks of interactively entered input -* `148 `_: dictionary having multiple keys having frozenset fails to print on iPython +* `148 `_: dictionary having multiple keys having frozenset fails to print on IPython * `160 `_: magic_gui throws TypeError when gui magic is used * `150 `_: History entries ending with parentheses corrupt command line on OS X 10.6.4 * `146 `_: -ipythondir - using an alternative .ipython dir for rc type stuff diff --git a/docs/source/whatsnew/github-stats-0.12.rst b/docs/source/whatsnew/github-stats-0.12.rst index 8999081..ac2b56c 100644 --- a/docs/source/whatsnew/github-stats-0.12.rst +++ b/docs/source/whatsnew/github-stats-0.12.rst @@ -534,7 +534,7 @@ Regular issues (258): * `744 `_: cannot create notebook in offline mode if mathjax not installed * `865 `_: Make tracebacks from %paste show the code * `535 `_: exception unicode handling in %run is faulty in qtconsole -* `817 `_: iPython crashed +* `817 `_: IPython crashed * `799 `_: %edit magic not working on windows xp in qtconsole * `732 `_: QTConsole wrongly promotes the index of the input line on which user presses Enter * `662 `_: ipython test failures on Mac OS X Lion diff --git a/docs/source/whatsnew/github-stats-0.13.rst b/docs/source/whatsnew/github-stats-0.13.rst index 226acb9..cdb9415 100644 --- a/docs/source/whatsnew/github-stats-0.13.rst +++ b/docs/source/whatsnew/github-stats-0.13.rst @@ -857,7 +857,7 @@ Issues (742): * :ghissue:`1512`: `print stuff,` should avoid newline * :ghissue:`1662`: Delay flushing softspace until after cell finishes * :ghissue:`1643`: handle jpg/jpeg in the qtconsole -* :ghissue:`966`: dreload fails on Windows XP with iPython 0.11 "Unexpected Error" +* :ghissue:`966`: dreload fails on Windows XP with IPython 0.11 "Unexpected Error" * :ghissue:`1500`: dreload doesn't seem to exclude numpy * :ghissue:`1520`: kernel crash when showing tooltip (?) * :ghissue:`1652`: add patch_pyzmq() for backporting a few changes from newer pyzmq @@ -890,7 +890,7 @@ Issues (742): * :ghissue:`1622`: deepreload fails on Python 3 * :ghissue:`1625`: Fix deepreload on Python 3 * :ghissue:`1626`: Failure in new `dreload` tests under Python 3.2 -* :ghissue:`1623`: iPython / matplotlib Memory error with imshow +* :ghissue:`1623`: IPython / matplotlib Memory error with imshow * :ghissue:`1619`: pyin messages should have execution_count * :ghissue:`1620`: pyin message now have execution_count * :ghissue:`32`: dreload produces spurious traceback when numpy is involved @@ -944,7 +944,7 @@ Issues (742): * :ghissue:`1569`: BUG: qtconsole -- non-standard handling of \a and \b. [Fixes #1561] * :ghissue:`1574`: BUG: Ctrl+C crashes wx pylab kernel in qtconsole * :ghissue:`1573`: BUG: Ctrl+C crashes wx pylab kernel in qtconsole. -* :ghissue:`1590`: 'iPython3 qtconsole' doesn't work in Windows 7 +* :ghissue:`1590`: 'IPython3 qtconsole' doesn't work in Windows 7 * :ghissue:`602`: User test the html notebook * :ghissue:`613`: Implement Namespace panel section * :ghissue:`879`: How to handle Javascript output in the notebook diff --git a/docs/source/whatsnew/github-stats-1.0.rst b/docs/source/whatsnew/github-stats-1.0.rst index 4fa4b85..41e8174 100644 --- a/docs/source/whatsnew/github-stats-1.0.rst +++ b/docs/source/whatsnew/github-stats-1.0.rst @@ -1335,7 +1335,7 @@ Issues (691): * :ghissue:`2586`: cannot store aliases * :ghissue:`2714`: ipython qtconsole print unittest messages in console instead his own window. * :ghissue:`2669`: cython magic failing to work with openmp. -* :ghissue:`3256`: Vagrant pandas instance of iPython Notebook does not respect additional plotting arguments +* :ghissue:`3256`: Vagrant pandas instance of IPython Notebook does not respect additional plotting arguments * :ghissue:`3010`: cython magic fail if cache dir is deleted while in session * :ghissue:`2044`: prune unused names from parallel.error * :ghissue:`1145`: Online help utility broken in QtConsole @@ -1488,7 +1488,7 @@ Issues (691): * :ghissue:`3327`: Qt version check broken * :ghissue:`3303`: parallel tasks never finish under heavy load * :ghissue:`1381`: '\\' for equation continuations require an extra '\' in markdown cells -* :ghissue:`3314`: Error launching iPython +* :ghissue:`3314`: Error launching IPython * :ghissue:`3306`: Test failure when running on a Vagrant VM * :ghissue:`3280`: IPython.utils.process.getoutput returns stderr * :ghissue:`3299`: variables named _ or __ exhibit incorrect behavior @@ -1791,7 +1791,7 @@ Issues (691): * :ghissue:`2381`: %time doesn't work for multiline statements * :ghissue:`1435`: Add size keywords in Image class * :ghissue:`2372`: interactiveshell.py misses urllib and io_open imports -* :ghissue:`2371`: iPython not working +* :ghissue:`2371`: IPython not working * :ghissue:`2367`: Tab expansion moves to next cell in notebook * :ghissue:`2359`: nbviever alters the order of print and display() output * :ghissue:`2227`: print name for IPython Notebooks has become uninformative @@ -1847,7 +1847,7 @@ Issues (691): * :ghissue:`2156`: Make it possible to install ipython without nasty gui dependencies * :ghissue:`2154`: Scrolled long output should be off in print view by default * :ghissue:`2162`: Tab completion does not work with IPython.embed_kernel() -* :ghissue:`2157`: iPython 0.13 / github-master cannot create logfile from scratch +* :ghissue:`2157`: IPython 0.13 / github-master cannot create logfile from scratch * :ghissue:`2151`: missing newline when a magic is called from the qtconsole menu * :ghissue:`2139`: 00_notebook_tour Image example broken on master * :ghissue:`2143`: Add a %%cython_annotate magic @@ -1860,7 +1860,7 @@ Issues (691): * :ghissue:`2121`: ipdb does not support input history in qtconsole * :ghissue:`2114`: %logstart doesn't log * :ghissue:`2085`: %ed magic fails in qtconsole -* :ghissue:`2119`: iPython fails to run on MacOS Lion +* :ghissue:`2119`: IPython fails to run on MacOS Lion * :ghissue:`2052`: %pylab inline magic does not work on windows * :ghissue:`2111`: Ipython won't start on W7 * :ghissue:`2112`: Strange internal traceback