creating documentation from source

Duncan Booth duncan at NOSPAMrcp.co.uk
Fri Feb 28 09:17:26 EST 2003


Dagur Páll Ammendrup <dagurp at heimsnet.is> wrote in
news:b3npkq$2rce$1 at mikill.isnet.is: 
> I've been looking for a way to create documentation from my source
> code. 
>   Finally I found an URL in the python FAQ to a program called 
> pythondoc, but the latest release is from 2 years ago and when I run
> it I get deprecation warnings and some error I'm not familiar with 
> "unqualified exec...".
> 
> So does the python FAQ need updating or is there nothing better out
> there? 

Look for the pydoc module in your Python documentation. FAQ entry 4.78 
definitely needs updating (is this the one you mean, I can't find any 
references to pythondoc in the FAQ).

-- 
Duncan Booth                                             duncan at rcp.co.uk
int month(char *p){return(124864/((p[0]+p[1]-p[2]&0x1f)+1)%12)["\5\x8\3"
"\6\7\xb\1\x9\xa\2\0\4"];} // Who said my code was obscure?




More information about the Python-list mailing list