Re: [Numpy-discussion] Topical documentation

2008-06-26 Thread Joe Harrington
Just to clarify, the documentation Stefan refers to is topical *reference* documentation for the numpy package infrastructure, conventions, etc. The contemplated .doc module will be a few kB of distilled reference text. Its contents will be included in the PDF and HTML reference guides. It may i

Re: [Numpy-discussion] Topical documentation

2008-06-26 Thread Anne Archibald
2008/6/26 Stéfan van der Walt <[EMAIL PROTECTED]>: > Hi all, > > We are busy writing several documents that address general NumPy > topics, such as indexing, broadcasting, testing, etc. I would like > for those documents to be available inside of NumPy, so that they > could be accessed as docstrin

[Numpy-discussion] Topical documentation

2008-06-26 Thread Stéfan van der Walt
Hi all, We are busy writing several documents that address general NumPy topics, such as indexing, broadcasting, testing, etc. I would like for those documents to be available inside of NumPy, so that they could be accessed as docstrings: >>> help(np.doc.indexing) or In [15]: np.doc.indexing?