From: Richard J. <rj...@ek...> - 2002-03-06 05:43:33
On Thu, 28 Feb 2002 15:24, David Goodger wrote:
> I've made a lot of progress on my HTML Writer. Everything works, if crudely
> at times. I don't have time to check in the files to CVS right now, but
> here's a teaser. Check out these documents:
>
> - http://structuredtext.sourceforge.net/spec/test.html (published from
> source at http://structuredtext.sourceforge.net/tools/test.txt)
... I'm still getting
Reporter: ERROR (3) Unknown directive type "image" at line 629.
.. yet your example has an image used in it... help? :)
Richard
From: David G. <go...@us...> - 2002-03-07 01:27:26
Richard Jones wrote:
> ... I'm still getting
>
> Reporter: ERROR (3) Unknown directive type "image" at line 629.
>
> .. yet your example has an image used in it... help? :)
Please show us a source snippet. (Line 629 of what?)
Do you have recent snapshots installed? Both dps-snapshot.tgz &
rst-snapshot.tgz? (Merging them is on my to-do list.) Did you install
them with distutils ("python setup.py install")? What Python version?
It must be something simple that was overlooked (by you or by me, I
don't know). It works fine for me...
--
David Goodger go...@us... Open-source projects:
- Python Docstring Processing System: http://docstring.sourceforge.net
- reStructuredText: http://structuredtext.sourceforge.net
- The Go Tools Project: http://gotools.sourceforge.net
From: Richard J. <rj...@ek...> - 2002-03-07 02:08:42
On Thu, 7 Mar 2002 12:30, David Goodger wrote:
> It must be something simple that was overlooked (by you or by me, I
> don't know). It works fine for me...
Fixed in CVS. Was an import that didn't handle ReST being installed.
Richard
From: David G. <go...@us...> - 2002-03-07 02:16:01
Richard Jones wrote:
> Fixed in CVS. Was an import that didn't handle ReST being installed.
Because of the two-project split, some fancy dancing is required in imports
(because I don't work on the projects in their "installed" state). I missed
a few steps. Thanks for finding them, Richard.
That's just one of the many reasons I'm eager to merge the projects. I'll
concentrate on fixing docs and essentials, then release, then merge to form
"Docutils 0.1" ASAP.
--
David Goodger go...@us... Open-source projects:
- Python Docstring Processing System: http://docstring.sourceforge.net
- reStructuredText: http://structuredtext.sourceforge.net
- The Go Tools Project: http://gotools.sourceforge.net