Maybe I should think about implementing support for pluggable output
generators, instead of X/HTML only. For now I'm sorry for having to
tell you, that you will have to find another way - or wait for me to
find the time to implement such a solution.
Regards,
Daniel
[1] http://elixir.ematia.de/apidocs/elixir.html
--
Daniel Haus
http://ematia.de
> any progress on the pluggable output format ?
No, sorry. Correct me, but in my eyes this would mean, Apydia would've
to be able to convert any source format into any other (like markdown
rST or anything). This is nothing I would like to implement. Okay, it
might be possible to utilize BeautifulSoup to convert X/HTML into rST
or whatever you like, but this is beyond the scope of Apydia.
> i'm not saying to implement a converter - im just wondering if you
> would decouple the xhtml generator from the rest of the stuff in
> apydia - to ease adding generators for new formats
Then it would have to pass the docstrings through, unprocessed? And
offer plaintext-templates instead of HTML-templates?
> that would be very nice - my intentions are to integrate the doc
> generation with the googlecode wiki.
> perhaps i could help somehow ?
If you could provide a kind of mockup, how the output should look
like, that'd be great. I have no idea how to render menus etc.
I put this on top of my Apydia-todo-list. Hopefully I can get to this
in the next few days.
Greetings
I don't have any google code project to test this with, so please let
me know if it works and how it looks like.
The .ini-file I used for testling looks like this:
> [apydia]
>>
> title = My Google Code Project
> theme = codewiki
> docformat = plain
> modules = myproject
> destination = api-wiki
> verbose = True
Please note that I restructured the options-system and that some
options have changed in r40.
Greetings!
> I've got it and checked in a quick stab at the docs.
> Check them out here: http://code.google.com/p/cogen/wiki/CogenCore
> Though I haven't fixed the docstrings for all the stuff yet.
Nice!
> I've done some modifications to the theme, you can find it here: http://cogen.googlecode.com/svn/trunk/cogen/docs/wikitheme/
I applied your modifications in r45, thank you.