|
From: David G. <go...@py...> - 2003-01-10 02:33:39
|
Pierre-Yves Delens wrote:
> ------------------
> docutils.conf
> ------------------
> When trying to edit a project's local docutils.conf file,
> I'm refering to the sourcefourge../docs/tools.htm,
> wich gives a table with entries AND commandline options.
>
> I'm stuck when departing fom default settings : the commandline
> syntax --date, or date seems unsuitable for the conf file
The --date option actually changes the "datestamp" setting, which
contains a format string for Python's ``time.strftime``. See the time
module documentation:
http://www.python.org/doc/current/lib/module-time.html
(I've added this link to docs/tools.txt.)
There is no command-line option to directly pass a strftime-format
string.
> *********
> idem for
> *********
>
> footnote_references = footnote-references
> footnote_references = --footnote-references
I don't understand this. Please explain.
--
David Goodger <go...@py...> Open-source projects:
- Python Docutils: http://docutils.sourceforge.net/
(includes reStructuredText: http://docutils.sf.net/rst.html)
- The Go Tools Project: http://gotools.sourceforge.net/
|