diff --git a/IPython/core/magics/basic.py b/IPython/core/magics/basic.py index c1f6945..ea407c6 100644 --- a/IPython/core/magics/basic.py +++ b/IPython/core/magics/basic.py @@ -368,7 +368,7 @@ Currently the magic system has the following functions:""", If called without arguments, acts as a toggle. - When in verbose mode the value --show (and --hide) + When in verbose mode the value `--show` (and `--hide`) will respectively show (or hide) frames with ``__tracebackhide__ = True`` value set. """ diff --git a/docs/source/interactive/shell.rst b/docs/source/interactive/shell.rst index 0ea125c..6362b21 100644 --- a/docs/source/interactive/shell.rst +++ b/docs/source/interactive/shell.rst @@ -1,10 +1,10 @@ -.. _ipython_as_shell: .. note:: This page has been kept for historical reason. You most likely want to use `Xonsh `__ instead of this. +.. _ipython_as_shell: ========================= IPython as a system shell diff --git a/docs/source/whatsnew/version7.rst b/docs/source/whatsnew/version7.rst index 16987a7..9c51046 100644 --- a/docs/source/whatsnew/version7.rst +++ b/docs/source/whatsnew/version7.rst @@ -241,6 +241,7 @@ such that it allows autoplay. the HTML allowing it. It also could get blocked by some browser extensions. Try it out! + :: In [1]: from IPython.display import YouTubeVideo @@ -1368,7 +1369,6 @@ Miscellaneous IPython 7.3.0 ============= -.. _whatsnew720: IPython 7.3.0 bring several bug fixes and small improvements that you will described bellow. @@ -1393,6 +1393,8 @@ Misc bug fixes and improvements: - Re-initialize posix aliases after a ``%reset`` :ghpull:`11528` - Allow the IPython command line to run ``*.ipynb`` files :ghpull:`11529` +.. _whatsnew720: + IPython 7.2.0 ============= @@ -1423,8 +1425,7 @@ and we're now proud to have code contributed by Chris in IPython. OSMagics.cd_force_quiet configuration option -------------------------------------------- -You can set this option to force the %cd magic to behave as if ``-q`` was passed: -:: +You can set this option to force the %cd magic to behave as if ``-q`` was passed:: In [1]: cd / /