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
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
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?