summaryrefslogtreecommitdiff
path: root/cesar
diff options
context:
space:
mode:
authorNicolas Schodet2012-03-27 15:30:32 +0200
committerNicolas Schodet2012-04-11 11:16:06 +0200
commit74f86c9bc410d490035887509f5c39c2e81e24dd (patch)
tree77c680571d34539a92f0be6585779d7d808709b8 /cesar
parent3ad45fcfc66d4eb35b62a948e571e3e7a43400b6 (diff)
cesar/maximus/python/tools/csi/doc: use doc template
Diffstat (limited to 'cesar')
-rw-r--r--cesar/maximus/python/tools/csi/doc/Makefile21
-rw-r--r--cesar/maximus/python/tools/csi/doc/csi_spec.rst (renamed from cesar/maximus/python/tools/csi/doc/csi_spec.txt)30
2 files changed, 11 insertions, 40 deletions
diff --git a/cesar/maximus/python/tools/csi/doc/Makefile b/cesar/maximus/python/tools/csi/doc/Makefile
index 2ec8f3313c..2dab9398ef 100644
--- a/cesar/maximus/python/tools/csi/doc/Makefile
+++ b/cesar/maximus/python/tools/csi/doc/Makefile
@@ -1,20 +1,5 @@
-PAGES= csi_spec.txt
+BASE = ../../../../../..
-ODT=$(PAGES:%.txt=%.odt)
-HTML=$(PAGES:%.txt=%.html)
+DOCS = csi_spec
-all: $(ODT) $(HTML)
-
-odt: $(ODT)
-
-html: $(HTML)
-
-%.odt: %.txt
- rst2odt.py $< $@
-
-%.html: %.txt
- rst2html $< $@
-
-clean:
- rm -f $(ODT)
- rm -f $(HTML)
+include $(BASE)/common/doc/template/doc.mk
diff --git a/cesar/maximus/python/tools/csi/doc/csi_spec.txt b/cesar/maximus/python/tools/csi/doc/csi_spec.rst
index 439bb52df7..eacc888cb7 100644
--- a/cesar/maximus/python/tools/csi/doc/csi_spec.txt
+++ b/cesar/maximus/python/tools/csi/doc/csi_spec.rst
@@ -1,5 +1,11 @@
-Cesar Script Interpretor for Maximus.
-=====================================
+======================================
+ Cesar Script Interpretor for Maximus
+======================================
+
+.. |title| replace:: Cesar Script Interpretor for Maximus
+.. |version| vcs-version::
+
+.. include:: header.rst
Introduction
------------
@@ -308,23 +314,3 @@ get_sta_dest (self):
get_payload_size (self):
Get the payload size.
-
-History
--------
-
-+---------+------------+----------+
-|Revision | Date | Comments |
-+---------+------------+----------+
-| B0 | 2008/10/21 | Creation |
-+---------+------------+----------+
-
-Internal History
-----------------
-
-+---------+------------+------------------------+
-|Revision | Date | Comments |
-+---------+------------+------------------------+
-| A0 | 2008/10/21 | NĂ©lio Laranjeiro (NL): |
-| | | |
-| | | * Creation |
-+---------+------------+------------------------+