##// END OF EJS Templates
cleaning
Matthias BUSSONNIER -
Show More
@@ -113,14 +113,17 b' class ConverterTemplate(Configurable):'
113 display_data_priority = List(['html', 'pdf', 'svg', 'latex', 'png', 'jpg', 'jpeg' , 'text'],
113 display_data_priority = List(['html', 'pdf', 'svg', 'latex', 'png', 'jpg', 'jpeg' , 'text'],
114 config=True,
114 config=True,
115 help= """
115 help= """
116 An ordered list of prefered output type, the firs encounterd will usually be
116 An ordered list of prefered output type, the first
117 used when converting discarding the others.
117 encounterd will usually be used when converting discarding
118 the others.
118 """
119 """
119 )
120 )
120
121
121 pre_transformer_order = List(['haspyout_transformer'],
122 pre_transformer_order = List(['haspyout_transformer'],
122 config=True,
123 config=True,
123 help= """ An ordered list of pretransformer to apply to the ipynb file befor running through templates
124 help= """
125 An ordered list of pre transformer to apply to the ipynb
126 file befor running through templates
124 """
127 """
125 )
128 )
126
129
@@ -155,8 +158,6 b' class ConverterTemplate(Configurable):'
155
158
156 def __init__(self, preprocessors=[], config=None, **kw):
159 def __init__(self, preprocessors=[], config=None, **kw):
157 """
160 """
158 tplfile : jinja template file to process.
159
160 config: the Configurable confg object to pass around
161 config: the Configurable confg object to pass around
161
162
162 preprocessors: list of function to run on ipynb json data before conversion
163 preprocessors: list of function to run on ipynb json data before conversion
General Comments 0
You need to be logged in to leave comments. Login now