Documentation examples needed
Stuart D. Gathman
stuart at bmsi.com
Thu Jul 17 18:51:02 EDT 2003
On Thu, 17 Jul 2003 00:44:44 -0400, Dave Cole wrote:
> Stuart> Is there a small project with documentation in the Python
> Stuart> standard that I can use as an example?
>
> We have some:
>
> http://www.object-craft.com.au/projects/albatross/
> http://www.object-craft.com.au/projects/sybase/sybase/
Thank you. Your Makefile is much less confusing than the one that comes
with Python! It also points out a shortcoming of the RPM packaging. The
python2-devel package includes everything you need to compile python
extension modules, but does not include what is needed to "compile"
python documentation! Are third party module writers not supposed to
document anything? :-) It looks like I'll have to download the Python
sources and create my own RPMs.
Presumably, I do not need *everything* in the Doc directory to compile my
own docs. Probably just the tools directory, and maybe texinputs and
templates. Is the list of what is needed for 3rd party docs documented
somewhere? I can create a python2-doc rpm for it.
--
Stuart D. Gathman <stuart at bmsi.com>
Business Management Systems Inc. Phone: 703 591-0911 Fax: 703 591-6154
"Confutatis maledictis, flamis acribus addictis" - background song for
a Microsoft sponsored "Where do you want to go from here?" commercial.
More information about the Python-list
mailing list