view nobuild/doc/docutils.conf @ 138:a1c2b56cb44d

Beginnings of rst doc with embedded plantuml
author David Bryant <bagnose@gmail.com>
date Sun, 30 Sep 2012 15:25:53 +0930
parents
children
line wrap: on
line source

[restructuredtext parser]

#
# PlantUML directive config
#

# Command to run plantuml, %s will be replaced by the input file name (MANDATORY)
plantuml_cmd: plantuml %s

# Text prepended to each plantuml source file (OPTIONAL)
plantuml_hdr:
  skinparam backgroundColor transparent
  skinparam sequenceArrowColor DeepSkyBlue
  skinparam sequenceParticipantBorderColor DeepSkyBlue
  skinparam sequenceActorBorderColor DeepSkyBlue
  skinparam sequenceLifeLineBorderColor blue