question - are you using eypdoc to generate you docs by parsing your python source files, or are you writing your own docs and them processing them with eypdoc? I've used eypdoc in the past, but only to parse my python souce files. I took a look at Sphinx and it looks like you have to write you own docs and then parse them with sphinx rather then having it parse you source files. What I would like to see (and didn't see on their web site) is a simple complete example. Jose
Andrew Smart wrote: >> -----Ursprüngliche Nachricht----- >> Von: [email protected] >> [mailto:[EMAIL PROTECTED] Im Auftrag von Ben Bangert >> Gesendet: Sonntag, 1. Juni 2008 06:33 >> An: [email protected] >> Betreff: Re: Pylons Doc as compiled windows help file (chm) >> >> On May 31, 2008, at 6:03 PM, Shannon -jj Behrens wrote: >> >> >>> I recently learned about http://sphinx.pocoo.org/. It's a PyDoc >>> replacement. It generates static HTML, but it has a built in index >>> with a JavaScript search feature. In my mind, that's the >>> >> best of both >> >>> worlds. >>> >> Also, the new Pylons docs are being written with it, and it >> can build CHM files for Windows as well as Latex for nice PDF files. >> > > I've references to Sphinx in the Pylons mailing list, and I did have a > look at it. But the homepage didn't make any references to chm, so I've > looked for other packages, and finally got to an eypdoc + chm solution. > > After your postings I've digged a bit deeper, and yes, there is ONE single > reference to CHM in the documentation PDF. Arg... > > Of course I'll switch to Sphinx if I get chm's: better visual output, > official Python doc utility, now-official Pylons doc utility... :-) > > But leaves one question unanswered: anyone interested in the chm files? > > Andrew > > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
