##// END OF EJS Templates
Misc. typos...
luz.paz -
Show More
@@ -683,7 +683,7 b' class Completer(Configurable):'
683 683 Assuming the text is of the form NAME.NAME....[NAME], and is
684 684 evaluatable in self.namespace or self.global_namespace, it will be
685 685 evaluated and its attributes (as revealed by dir()) are used as
686 possible completions. (For class instances, class members are are
686 possible completions. (For class instances, class members are
687 687 also considered.)
688 688
689 689 WARNING: this can still invoke arbitrary C code, if an object
@@ -949,7 +949,7 b' def _formatparamchildren(parameter) -> str:'
949 949
950 950 Jedi does not expose a simple way to get `param=value` from its API.
951 951
952 Prameter
952 Parameter
953 953 ========
954 954
955 955 parameter:
@@ -11,7 +11,7 b' In order for this to be possible, you need to use the ``display()`` function,'
11 11 that should be available by default on IPython 5.4+ and 6.1+, or that you can
12 12 import with ``from IPython.display import display``. Then use ``display(<your
13 13 object>)`` instead of ``print()``, and if possible your object will be displayed
14 with a richer representation. In the terminal of course, there wont be much
14 with a richer representation. In the terminal of course, there won't be much
15 15 difference as object are most of the time represented by text, but in notebook
16 16 and similar interface you will get richer outputs.
17 17
@@ -384,7 +384,7 b' Regular issues (285):'
384 384 * `326 <https://github.com/ipython/ipython/issues/326>`_: Update docs and examples for parallel stuff to reflect movement away from Twisted
385 385 * `341 <https://github.com/ipython/ipython/issues/341>`_: FIx Parallel Magics for newparallel
386 386 * `338 <https://github.com/ipython/ipython/issues/338>`_: Usability improvements to Qt console
387 * `142 <https://github.com/ipython/ipython/issues/142>`_: unexpected auto-indenting when varibles names that start with 'pass'
387 * `142 <https://github.com/ipython/ipython/issues/142>`_: unexpected auto-indenting when variables names that start with 'pass'
388 388 * `296 <https://github.com/ipython/ipython/issues/296>`_: Automatic PDB via %pdb doesn't work
389 389 * `337 <https://github.com/ipython/ipython/issues/337>`_: exit( and quit( in Qt console produces phantom signature/docstring popup, even though quit() or exit() raises NameError
390 390 * `318 <https://github.com/ipython/ipython/issues/318>`_: %debug broken in master: invokes missing save_history() method
@@ -580,7 +580,7 b' Pull Requests (793):'
580 580 * :ghpull:`3576`: Added support for markdown in heading cells when they are nbconverted.
581 581 * :ghpull:`3575`: tweak `run -d` message to 'continue execution'
582 582 * :ghpull:`3569`: add PYTHONSTARTUP to startup files
583 * :ghpull:`3567`: Trigger a single event on js app initilized
583 * :ghpull:`3567`: Trigger a single event on js app initialized
584 584 * :ghpull:`3565`: style.min.css should always exist...
585 585 * :ghpull:`3531`: allow markdown in heading cells
586 586 * :ghpull:`3577`: Simplify codemirror ipython-mode
@@ -1195,7 +1195,7 b' Issues (691):'
1195 1195 * :ghissue:`3957`: Notebook help page broken in Firefox
1196 1196 * :ghissue:`3894`: nbconvert test failure
1197 1197 * :ghissue:`3887`: 1.0.0a1 shows blank screen in both firefox and chrome (windows 7)
1198 * :ghissue:`3703`: `nbconvert`: Output options -- names and documentataion
1198 * :ghissue:`3703`: `nbconvert`: Output options -- names and documentation
1199 1199 * :ghissue:`3931`: Tab completion not working during debugging in the notebook
1200 1200 * :ghissue:`3936`: Ipcluster plugin is not working with Ipython 1.0dev
1201 1201 * :ghissue:`3941`: IPython Notebook kernel crash on Win7x64
@@ -1264,7 +1264,7 b' Issues (691):'
1264 1264 * :ghissue:`3737`: ipython nbconvert crashes with ValueError: Invalid format string.
1265 1265 * :ghissue:`3730`: nbconvert: unhelpful error when pandoc isn't installed
1266 1266 * :ghissue:`3718`: markdown cell cursor misaligned in notebook
1267 * :ghissue:`3710`: mutiple input fields for %debug in the notebook after resetting the kernel
1267 * :ghissue:`3710`: multiple input fields for %debug in the notebook after resetting the kernel
1268 1268 * :ghissue:`3713`: PyCharm has problems with IPython working inside PyPy created by virtualenv
1269 1269 * :ghissue:`3712`: Code completion: Complete on dictionary keys
1270 1270 * :ghissue:`3680`: --pylab and --matplotlib flag
@@ -1405,7 +1405,7 b' Issues (691):'
1405 1405 * :ghissue:`3519`: IPython Parallel map mysteriously turns pandas Series into numpy ndarray
1406 1406 * :ghissue:`3345`: IPython embedded shells ask if I want to exit, but I set confirm_exit = False
1407 1407 * :ghissue:`3509`: IPython won't close without asking "Are you sure?" in Firefox
1408 * :ghissue:`3471`: Notebook jinja2/markupsafe depedencies in manual
1408 * :ghissue:`3471`: Notebook jinja2/markupsafe dependencies in manual
1409 1409 * :ghissue:`3502`: Notebook broken in master
1410 1410 * :ghissue:`3302`: autoreload does not work in ipython 0.13.x, python 3.3
1411 1411 * :ghissue:`3475`: no warning when leaving/closing notebook on master without saved changes
@@ -1477,7 +1477,7 b' Issues (691):'
1477 1477 * :ghissue:`3380`: simple call to kernel
1478 1478 * :ghissue:`3379`: TaskRecord key 'started' not set
1479 1479 * :ghissue:`3241`: notebook connection time out
1480 * :ghissue:`3334`: magic interpreter interpretes non magic commands?
1480 * :ghissue:`3334`: magic interpreter interprets non magic commands?
1481 1481 * :ghissue:`3326`: python3.3: Type error when launching SGE cluster in IPython notebook
1482 1482 * :ghissue:`3349`: pip3 doesn't run 2to3?
1483 1483 * :ghissue:`3347`: Longlist support in ipdb
@@ -293,7 +293,7 b' Backwards incompatible changes'
293 293 deprecated, but continue to work.
294 294
295 295 * For embedding a shell, note that the parameters ``user_global_ns`` and
296 ``global_ns`` have been deprectated in favour of ``user_module`` and
296 ``global_ns`` have been deprecated in favour of ``user_module`` and
297 297 ``module`` respsectively. The new parameters expect a module-like object,
298 298 rather than a namespace dict. The old parameters remain for backwards
299 299 compatibility, although ``user_global_ns`` is now ignored. The ``user_ns``
@@ -65,7 +65,7 b' class install_data_ext(install_data):'
65 65 files = lof[2]
66 66 if len(files) == 0:
67 67 # If there are no files listed, the user must be
68 # trying to create an empty directory, so add the the
68 # trying to create an empty directory, so add the
69 69 # directory to the list of output files.
70 70 self.outfiles.append(dir)
71 71 else:
General Comments 0
You need to be logged in to leave comments. Login now