module npy.xop_sphinx#

Short summary#

module mlprodict.npy.xop_sphinx

Automates the generation of operators for the documentation for the Xop API.

def setup(app):
    app.connect('builder-inited', generate_op_doc)

Functions#

function

truncated documentation

_generate_op_doc

setup

Sphinx extension mlprodict.npy.xop_sphinx displays documentation on ONN Operators.

Documentation#

Automates the generation of operators for the documentation for the Xop API.

def setup(app):
    app.connect('builder-inited', generate_op_doc)

New in version 0.9.

source on GitHub

mlprodict.npy.xop_sphinx._generate_op_doc(app)#
mlprodict.npy.xop_sphinx.setup(app)#

Sphinx extension mlprodict.npy.xop_sphinx displays documentation on ONN Operators.

source on GitHub