Hello,
I would like to use RCS keyword in comments with reStructuredText
markup language.
It seems that Docutils have some kind of RCS keyword processing, but
it doesn't seem to work in Epydoc.
For instance :
"""
:date: $Date$
:version: $Revision$
:author: $Author$
"""
Will get expanded (by CVS) :
"""
:date: $Date: 2007/09/19 13:52:04 $
:version: $Revision: 1.2 $
:author: $Author: saintger $
"""
But in the HTML report I still got the 'ugly' keyword :
Date: $Date: 2007/09/19 13:52:04 $
Version: $Revision: 1.2 $
Author: $Author: saintger $
Am I doing something wrong ?
Can someone send me a working example ?
Thanks in advance,
P.S. : I use the latest Epydoc package and the latest Docutils package
downloaded today...
|