Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 788 Bytes

File metadata and controls

45 lines (31 loc) · 788 Bytes

Examples

.. grid:: 2

    .. grid-item-card::
        :columns: 5

        .. image:: ../images/icons/api.svg
            :width: 50%
            :alt: API
            :align: center

        .. button-ref:: examples_api/index
            :expand:
            :color: secondary
            :click-parent:

            **Python API** examples

    .. grid-item-card::
        :columns: 5

        .. image:: ../images/icons/cli.svg
            :width: 50%
            :alt: CLI
            :align: center


        .. button-ref:: examples_cli
            :expand:
            :color: secondary
            :click-parent:

            **Command Line Interface** examples

.. toctree::
    :maxdepth: 2
    :hidden:

    examples_api/index.rst
    examples_cli.rst