##// END OF EJS Templates
Merge pull request #4760 from takluyver/examples-py3compat...
Merge pull request #4760 from takluyver/examples-py3compat Make examples and docs more Python 3 aware

File last commit:

r13621:279ccc95
r14082:608fd030 merge
Show More
history-clear.rst
4 lines | 232 B | text/x-rst | RstLexer
Paul Ivanov
sphinx uses double backticks, thanks @takluyver
r13621 * ``ipython history trim``: added ``--keep=<N>`` as an alias for the more verbose
``--HistoryTrim.keep=<N>``
* new ``ipython history clear`` subcommand, which is the same as the newly supported
``ipython history trim --keep=0``