6 Sep 2004 01:16
Re: Newbie to DocUtils
David Goodger <goodger <at> python.org>
2004-09-05 23:16:06 GMT
2004-09-05 23:16:06 GMT
[Colin J. Williams]
> I am slowly fighting my way through DocFactory, which is a great
> tool as far as it goes.
>
> 1. It would really help if there were an index to the various docs,
> as with Python.chm
Patches are welcome!
> 2. Tables are a real problem.
How so?
> There is a CSV directive which might be helpful, but I haven't
> yet sorted out how to specify line breaks, as with a chunk of
> Python code.
The CSV-table directive is meant for copy & paste (or file inclusion)
from CSV sources. It's not really meant for original data entry.
> 3. It would be nice if the editor incorporated ^W for window closing
> and a re based Find and Replace, so that one can Find "^" to
> replace with ".. ". To comment out code.
You can comment out an entire block with a single ".." and
indentation:
..
Put the ".." on the first line by itself,
then indent everything you'd like to
(Continue reading)
RSS Feed