##// END OF EJS Templates
Merge pull request #9175 from Carreau/docs...
Merge pull request #9175 from Carreau/docs Fix Docs building

File last commit:

r21977:ab39d9ba
r22002:f423d19f merge
Show More
do_where.rst
3 lines | 184 B | text/x-rst | RstLexer
Matthias Bussonnier
add do_where
r21970 IPython debugger (IPdb) now supports the number of context lines for the
``where`` (and ``w``) commands. The `context` keyword is also available in various APIs.
Matthias Bussonnier
link to PR with :ghpull: role
r21977 See PR :ghpull:`9097`