##// END OF EJS Templates
Removed non-existant PDFWriter alias
Jonathan Frederic -
Show More
@@ -140,7 +140,6 b' class NbConvertApp(BaseIPythonApplication):'
140 help="""Writer class used to write the
140 help="""Writer class used to write the
141 results of the conversion""")
141 results of the conversion""")
142 writer_aliases = {'FilesWriter': 'IPython.nbconvert.writers.files.FilesWriter',
142 writer_aliases = {'FilesWriter': 'IPython.nbconvert.writers.files.FilesWriter',
143 'PDFWriter': 'IPython.nbconvert.writers.pdf.PDFWriter',
144 'DebugWriter': 'IPython.nbconvert.writers.debug.DebugWriter',
143 'DebugWriter': 'IPython.nbconvert.writers.debug.DebugWriter',
145 'StdoutWriter': 'IPython.nbconvert.writers.stdout.StdoutWriter'}
144 'StdoutWriter': 'IPython.nbconvert.writers.stdout.StdoutWriter'}
146 writer_factory = Type()
145 writer_factory = Type()
General Comments 0
You need to be logged in to leave comments. Login now