diff 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 diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nobuild/doc/docutils.conf	Sun Sep 30 15:25:53 2012 +0930
@@ -0,0 +1,16 @@
+[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