On Tue, Feb 9, 2010 at 7:04 PM, Robert Kern <robert.k...@gmail.com> wrote:
> On Tue, Feb 9, 2010 at 18:02,  <josef.p...@gmail.com> wrote:
>> On Tue, Feb 9, 2010 at 6:52 PM, Robert Kern <robert.k...@gmail.com> wrote:
>>> On Tue, Feb 9, 2010 at 17:47, Ralf Gommers <ralf.gomm...@googlemail.com> 
>>> wrote:
>>>>
>>>>
>>>> On Wed, Feb 10, 2010 at 6:02 AM, Robert Kern <robert.k...@gmail.com> wrote:
>>>>>
>>>>>
>>>>> For some reason, numpy.lib.recfunctions isn't in the documentation
>>>>> editor. I'm not sure why.
>>>>>
>>>> Because it's not in np.lib.__all__ .
>>>
>>> Then there needs to be a secondary way to add such modules.
>>
>> Under which namespace should the recfunctions be accessed.
>
> numpy.lib.recfunctions
>
>> I think, it's possible to directly import/reference them in the docs
>> without adding them to lib.__all__
>
> Okay. What is that way? What do we need to do to make that happen?

add a new rst file, as for example

http://docs.scipy.org/numpy/source/numpy/doc/source/reference/routines.linalg.rst#1

or any of the other modules that don't reside in the numpy.*
namespace, linalg, random, fft, matlib, ....
modules in brackets in
http://docs.scipy.org/numpy/docs/numpy-docs/reference/routines.rst/

It will show up as a section in routines.

Josef


>
> --
> 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
> NumPy-Discussion@scipy.org
> http://mail.scipy.org/mailman/listinfo/numpy-discussion
>
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to