.. _f-dochelper: module ``onnxrt.doc.doc_helper`` ================================ .. inheritance-diagram:: mlprodict.onnxrt.doc.doc_helper Short summary +++++++++++++ module ``mlprodict.onnxrt.doc.doc_helper`` Documentation helper. :githublink:`%|py|5` Classes +++++++ +--------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------+ | class | truncated documentation | +================================================================================+====================================================================================================+ | :class:`NewOperatorSchema ` | Defines a schema for operators added in this package such as :class:`TreeEnsembleRegressorDouble`. | +--------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------+ Functions +++++++++ +-----------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------+ | function | truncated documentation | +===================================================================================+================================================================================================================+ | :func:`_get_doc_template ` | | +-----------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------+ | :func:`change_style ` | Switches from *AaBb* into *aa_bb*. | +-----------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------+ | :func:`debug_onnx_object ` | ``__dict__`` is not in most of :epkg:`onnx` objects. This function uses function *dir* to explore this object. | +-----------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------+ | :func:`get_rst_doc ` | Returns a documentation in RST format for all :epkg:`OnnxOperator`. | +-----------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------+ | :func:`type_mapping ` | Mapping between types name and type integer value. | +-----------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------+ | :func:`visual_rst_template ` | Returns a :epkg:`jinja2` template to display DOT graph for each converter from :epkg:`sklearn-onnx`. | +-----------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------+ Methods +++++++ +----------------------------------------------------------------------------------+-------------------------+ | method | truncated documentation | +==================================================================================+=========================+ | :py:meth:`__init__ ` | | +----------------------------------------------------------------------------------+-------------------------+ Documentation +++++++++++++ .. automodule:: mlprodict.onnxrt.doc.doc_helper :members: :special-members: __init__ :show-inheritance: