Skip to content

jvantuyl/sphinx-ditaa

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#ditaa sphinx-doc extension

This adds a basic ditaa builder for sphinx. Supports html,latex and latexpdf output.

Python 3 compatible.

##Usage:

.. ditaa::
  +--------+   +-------+    +-------+
  |        | --+ ditaa +--> |       |
  |  Text  |   +-------+    |diagram|
  |Document|   |!magic!|    |       |
  |     {d}|   |       |    |       |
  +---+----+   +-------+    +-------+
      :                         ^
      |       Lots of work      |
      +-------------------------+

or alternatively

.. ditaa:: some/file/name.ditaa

##Installation

it has got a setup.py script so just usual python setup.py build and install will suffice.

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%