Re: [pygccxml-development] Updated status
Brought to you by:
mbaas,
roman_yakovenko
From: Matthias B. <ba...@ir...> - 2006-03-08 09:17:36
|
Allen Bierbaum wrote: >> I've started creating a script generate_reference_manual.py in >> pygccxml/docs (based on Allen's generation script for the pyplusplus >> package). I haven't incorporated the stuff right into generate_docs.py >> because it also makes sense to run it in isolation but of course, it >> would be no problem to run that script from generate_docs.py as well. >> I already converted the doc strings in my directory_cache class to >> epytext markup and also modified a few doc strings at some other >> places in the pygccxml package (so far mainly to remove the >> warnings/errors). Roman, is it ok when I commit these things? >> > Does epydoc auto-link between related classes? It doesn't do that automatically (or is there an option to enable that?). Instead, you have to add explicit markup: L{class_t} or even L{class_t<declarations.class_t>} (see http://epydoc.sourceforge.net/epytext.html, section 3.3). > If so, shouldn't we > generate the reference documentation from both pygccxml and pyplusplus > at the same time so we can follow links from pygccxml types used in > pyplusplus? Well, Roman wants pygccxml to be independent from pyplusplus so I thought it makes sense to add the script to pygccxml/docs. If it proves to be useful the manual for pyplusplus could still include the manual for pygccxml so that there can be cross references. This only requires a few additional lines in the pyplusplus doc script and doesn't otherwise affect the doc strings in pygccxml. - Matthias - |