Re: [Prologdoc-devel] Alternate CSS for pdoc
Status: Beta
Brought to you by:
bramadams
From: Chris M. <cj...@fr...> - 2005-08-27 00:50:20
|
You're right This appears to be a problem when running pldoc with multiple pl files on the command line at once - it seems to be uniqueifying the ids of the verious sections by suffixing a number onto them. This is fixed by running pldoc seperately on each pl file. However, this is not an adequate solution, since my modules cross-reference one another. Salvador, I'm going to need your help to fix this one... Chris On Fri, 26 Aug 2005, Bram Adams wrote: > Hi, > > Chris Mungall wrote: > > >I'm experimenting with a new style for pdoc generated html. This just > >requires a simple addition to the xsl and an additional css file. Salvador > >has done an excellent job on making the whole system extensible and > >allowing easy configuration at different levels > > > >See what you think: > > > >Salvador's AVL code: > >http://www.fruitfly.org/~cjm/blip/pdoc/avl.html > > > >Some of my modules: > >http://www.fruitfly.org/~cjm/blip/pdoc/graph.html > >http://www.fruitfly.org/~cjm/blip/pdoc/sb_db.html > >http://www.fruitfly.org/~cjm/blip/modules.html > > > > > Looks very good, except that in the index only the hyperlinks starting > from the Predicates section are working. The XML part indeed allows for > easy customization. > > Cheers, > > Bram Adams > |