Skip to content

MainRo/sphinxcontrib-dooble

Repository files navigation

sphinxcontrib-dooble

image

image

A sphinx extension for dooble.

Installation

pip install dooble

Usage

In your sphinx project configuration, add dooble to the extensions:

extensions = [
    'sphinxcontrib_dooble',
]

Then marble diagrams can be added with the new marble directive:

.. marble::
    :alt: map

    ---1---2---3---4--->
    [   map(i: i*2)    ]
    ---2---4---6---8--->