##// END OF EJS Templates
Cleanup and refactor of filters
Cleanup and refactor of filters

File last commit:

r10639:2b3c80d1
r10676:9d4965be
Show More
sphinx_manual.py
24 lines | 981 B | text/x-python | PythonLexer
#-----------------------------------------------------------------------------
# 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.
#-----------------------------------------------------------------------------
#-----------------------------------------------------------------------------
# Imports
#-----------------------------------------------------------------------------
# local import
import sphinx_howto.SphinxHowtoExporter
from IPython.utils.traitlets import Unicode
#-----------------------------------------------------------------------------
# Classes
#-----------------------------------------------------------------------------
class SphinxManualExporter(sphinx_howto.SphinxHowtoExporter):
template_file = Unicode(
'sphinx_manual', config=True,
help="Name of the template file to use")