Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 805 Bytes

README.rst

File metadata and controls

42 lines (26 loc) · 805 Bytes

sphinxcontrib-dooble

https://travis-ci.org/MainRo/sphinxcontrib-dooble.svg?branch=master

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--->