On Mon, Sep 21, 2009 at 4:48 PM, Yves Moisan <[email protected]> wrote: > >> AFAIK Sphinx doesn't have a built-in mechanism for auto-documenting >> JavaScript code. GeoExt has its own mechanism (jst) for that. > > Thanx Eric. In the meantime I realize that Sphinx "isn’t primarily a > tool for fully-automatic API and code documentation. Instead, its focus > is on narrative documentation, meant to be read in a particular > order." > (http://conference.scipy.org/proceedings/SciPy2008/paper_6/full_text.pdf). > I'll look for jst.
Sphinx has an autodoc extension for documenting Python code. -- Eric Lemoine Camptocamp France SAS Savoie Technolac, BP 352 73377 Le Bourget du Lac, Cedex Tel : 00 33 4 79 44 44 96 Mail : [email protected] http://www.camptocamp.com _______________________________________________ Users mailing list [email protected] http://openlayers.org/mailman/listinfo/users
