##// END OF EJS Templates
reformat rest of ipython
Matthias Bussonnier -
Show More
@@ -195,7 +195,6 b' def import_pyqt4(version=2):'
195 195 version : 1, 2, or None
196 196 Which QString/QVariant API to use. Set to None to use the system
197 197 default
198
199 198 ImportErrors raised within this function are non-recoverable
200 199 """
201 200 # The new-style string API (version=2) automatically
@@ -325,7 +324,6 b' def load_qt(api_options):'
325 324
326 325 Returns
327 326 -------
328
329 327 A tuple of QtCore, QtGui, QtSvg, QT_API
330 328 The first three are the Qt modules. The last is the
331 329 string indicating which module was loaded.
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
@@ -77,7 +77,6 b" def latex_to_png(s, encode=False, backend=None, wrap=False, color='Black',"
77 77 format, e.g. '#AA20FA'.
78 78 scale : float
79 79 Scale factor for the resulting PNG.
80
81 80 None is returned when the backend cannot be used.
82 81
83 82 """
General Comments 0
You need to be logged in to leave comments. Login now