"""Latex transformer. Module that allows latex output notebooks to be conditioned before they are converted. """ #----------------------------------------------------------------------------- # Copyright (c) 2013, the IPython Development Team. # # Distributed under the terms of the Modified BSD License. # # The full license is in the file COPYING.txt, distributed with this software. #----------------------------------------------------------------------------- #----------------------------------------------------------------------------- # Functions #----------------------------------------------------------------------------- def export_sphinx_report(nb, config=None): pass def export_sphinx_report(nb, fileName, config=None): pass #TODO: Add basic export/import utility functions. __author__ = 'root'