##// END OF EJS Templates
Merge pull request #4891 from takluyver/docs-lexers-warnings...
Min RK -
r14819:837fa285 merge
parent child Browse files
Show More
@@ -4,12 +4,10 b' Defines a variety of Pygments lexers for highlighting IPython code.'
4 4
5 5 This includes:
6 6
7 IPythonLexer
8 IPython3Lexer
7 IPythonLexer, IPython3Lexer
9 8 Lexers for pure IPython (python + magic/shell commands)
10 9
11 IPythonPartialTracebackLexer
12 IPythonTracebackLexer
10 IPythonPartialTracebackLexer, IPythonTracebackLexer
13 11 Supports 2.x and 3.x via keyword `python3`. The partial traceback
14 12 lexer reads everything but the Python code appearing in a traceback.
15 13 The full lexer combines the partial lexer with an IPython lexer.
@@ -209,6 +207,7 b' class IPythonConsoleLexer(Lexer):'
209 207 .. code-block:: ipythonconsole
210 208
211 209 In [1]: raise Exception
210
212 211 ---------------------------------------------------------------------------
213 212 Exception Traceback (most recent call last)
214 213 <ipython-input-1-fca2ab0ca76b> in <module>()
General Comments 0
You need to be logged in to leave comments. Login now