On Wed, Jun 10, 2009 at 02:20, Gökhan SEVER<[email protected]> wrote: > On Wed, Jun 10, 2009 at 2:03 AM, David Goldsmith <[email protected]> > wrote: >> >> My present job - and the Summer Numpy Doc Marathon - is premised on making >> changes/additions through the Wiki; if anyone other than registered >> developers is to be messing w/ the rst, it's news to me. At this point, >> someone who knows should please step in and clearly explain the relationship >> between the Wiki and the rst (or point to the place on the Wiki where this >> is explained). Thanks! >> >> DG > > To me, docstring originated changes should be made on the actual source > codes. Since they the preliminary sources for sphinx to work on integrating > with rst documents under the /doc folder in the main numpy trunk. There is a > daily doc build system running so each change will be reflected on the next > build cycle.
The changes in the doc wiki will get pushed to the docstrings in SVN. The Sphinx documentation for numpy.memmap is built from these docstrings. -- Robert Kern "I have come to believe that the whole world is an enigma, a harmless enigma that is made terrible by our own mad attempt to interpret it as though it had an underlying truth." -- Umberto Eco _______________________________________________ Numpy-discussion mailing list [email protected] http://mail.scipy.org/mailman/listinfo/numpy-discussion
