##// END OF EJS Templates
Merge pull request #3409 from pankajp/qt-console-freeze-on-output-clip...
Merge pull request #3409 from pankajp/qt-console-freeze-on-output-clip Prevent qtconsole frontend freeze on lots of output. The output from the kernel is now clipped to last buffer_size before displaying and a timer is used to flush the pending output text instead of attempting to display text on every stream output from kernel. The timer interval is adjusted based on actual time taken to append a screenful of text to widget. This throttles the widget repaints and avoids choking the Qt event loop leaving time to handle other Qt events.

File last commit:

r11086:c137395d
r11532:0397c02f merge
Show More
sphinx_manual.tplx
21 lines | 821 B | text/plain | TextLexer
Jonathan Frederic
Split Sphinx template into sub-style templates.
r9742 ((============================================================================
NBConvert Sphinx-Latex Manual Template
Purpose: Allow export of PDF friendly Latex inspired by Sphinx Manual
document style. Most of the is derived directly from Sphinx source.
Inheritance: null>display_priority>latex_base->latex_sphinx_base
==========================================================================))
Jonathan Frederic
Almost have nbconvert working again...
r10630 ((*- extends 'sphinx_base.tplx' -*))
Jonathan Frederic
Split Sphinx template into sub-style templates.
r9742
Jonathan Frederic
Got both of the main template formats from sphinx rendering....
r9746 ((* set parentdocumentclass = 'report' *))
((* set documentclass = 'manual' *))
Jonathan Frederic
Moved header definitions into individual sphinx doc types....
r9761
((* block h1 -*))part((* endblock h1 -*))
((* block h2 -*))chapter((* endblock h2 -*))
((* block h3 -*))section((* endblock h3 -*))
((* block h4 -*))subsection((* endblock h4 -*))
((* block h5 -*))subsubsection((* endblock h5 -*))
((* block h6 -*))paragraph((* endblock h6 -*))