.. _f-notebookexporter: module ``helpgen.notebook_exporter`` ==================================== .. inheritance-diagram:: pyquickhelper.helpgen.notebook_exporter Short summary +++++++++++++ module ``pyquickhelper.helpgen.notebook_exporter`` Customer notebook exporters. :githublink:`%|py|6` Classes +++++++ +--------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------+ | class | truncated documentation | +============================================================================================+==============================================================================================================================================+ | :class:`UpgradedRSTExporter ` | Exports :epkg:`rst` documents. Overwrites `RSTExporter `_. ... | +--------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------+ Functions +++++++++ +-----------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | function | truncated documentation | +=========================================================================================+====================================================================================================================================================================================================+ | :func:`convert_pandoc_rst ` | Overwrites `convert_pandoc `_. | +-----------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :func:`process_raw_html ` | Replaces the output of `add_menu_notebook `_ ... | +-----------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ Properties ++++++++++ +-------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------+ | property | truncated documentation | +===================================================================================================================+===============================================================================================================+ | :meth:`cross_validation_lock ` | A contextmanager for running a block with our cross validation lock set to True. At the end of the block, ... | +-------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------+ | :meth:`default_config ` | | +-------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------+ | :meth:`environment ` | | +-------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------+ | :meth:`template ` | | +-------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------+ Methods +++++++ +-------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------+ | method | truncated documentation | +=======================================================================================================+==============================================================================================================================+ | :py:meth:`__init__ ` | Overwrites the extra loaders to get the right template. | +-------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------+ | :meth:`default_filters ` | Overrides in subclasses to provide extra filters. This should return an iterable of 2-tuples: (name, class-or-function). ... | +-------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------+ Documentation +++++++++++++ .. automodule:: pyquickhelper.helpgen.notebook_exporter :members: :special-members: __init__ :show-inheritance: