##// END OF EJS Templates
Tweak formatting of Qt console docs.
Thomas Kluyver -
Show More
@@ -603,9 +603,7 b' frontend:'
603 * Use of ``\b`` and ``\r`` characters in the console: these are control
603 * Use of ``\b`` and ``\r`` characters in the console: these are control
604 characters that allow the cursor to move backwards on a line, and are used to
604 characters that allow the cursor to move backwards on a line, and are used to
605 display things like in-place progress bars in a terminal. We currently do
605 display things like in-place progress bars in a terminal. We currently do
606 not support this, but it is being tracked as issue 629_.
606 not support this, but it is being tracked as issue :ghissue:`629`.
607
607
608 .. _629: https://github.com/ipython/ipython/issues/629
608 .. _PyQt: http://www.riverbankcomputing.co.uk/software/pyqt/download
609
609 .. _pygments: http://pygments.org/
610 .. [PyQt] PyQt4 http://www.riverbankcomputing.co.uk/software/pyqt/download
611 .. [pygments] Pygments http://pygments.org/
General Comments 0
You need to be logged in to leave comments. Login now