Skip to content

Latest commit

 

History

History
59 lines (41 loc) · 1.67 KB

File metadata and controls

59 lines (41 loc) · 1.67 KB

sphinx-runpython: (Numpy) Array API for ONNX

https://dev.azure.com/xavierdupre3/sphinx-runpython/_apis/build/status/sdpython.sphinx-runpython GitHub Issues MIT License size https://codecov.io/github/sdpython/sphinx-runpython/branch/main/graph/badge.svg?token=CTUV6EDBB6

sphinx-runpython an extension to execute python code in documentation

.. toctree::
    :maxdepth: 1
    :caption: Contents

    api/index
    auto_examples/index

.. toctree::
    :maxdepth: 1
    :caption: More

    CHANGELOGS
    license

Sources available on github/sphinx-runpython.

.. runpython::
    :showcode:
    :warningout: DeprecationWarning, FutureWarning

    print("This is executed.")

Older versions