On Wed, May 5, 2010 at 12:11 PM, Daniel Carrera <[email protected]> wrote:
> > David Mertens <[email protected]> wrote: > > > > > > > http://sourceforge.net/apps/mediawiki/pdl/index.php?title=Demo_PDL > > > > > This looks great! > > :-D > > > > Please do read the page. I tried to keep the length reasonable. Some > > > highlights: > > > > > > * I rename PDL::Impatient to PDL::QuickStart. > > > * I merge PDL::Tips with the PDL Cookbook. > > > * I merge wiki pages (installation & migration) with POD pages. > > > > > These renames and additons seem reasonable to me as long as somebody > > (you? :) is willing to update any links pointing to them. > > > pm_files=`find path/to/src -name '*.pm'` > for file in $pm_files; do grep -H 'PDL::Impatient' $file; done > I just grepped the whole source tree and found it in Basic/Pod/Faq.pod, Basic/Pod/Intro.pod, and Basic/Pod/Guide.pod. Do you know how to get the latest git? > > This looks great. The only thing I would add is that a document > > should be created somewhere that explains what 'use PDL' actually > > does, and a link to this page should be placed near the top of the > > doc. Said page, explaining what 'use PDL' does, should probably also > > compare (preferably in tabular format) 'use PDL', 'use PDL::Lite', > > and 'use PDL::LiteF'. > > Can't we just add a small paragraph to the 'DESCRIPTION' section? > Sure. At some point I'd like to write a little comparison (perhaps in can go in the pod for PDL::Lite) because I still don't know when I'd use which. David
_______________________________________________ Perldl mailing list [email protected] http://mailman.jach.hawaii.edu/mailman/listinfo/perldl
