[Numpy-discussion] What happened to the numpy.random documentation?

2021-10-14 Thread Paul M.
Hi All, The documentation of Numpy's submodules used to have a fairly standard structure as shown here in the 1.16 documentation: https://docs.scipy.org/doc/numpy-1.16.1/reference/routines.random.html Now the same page in the API documentation looks like this: https://numpy.org/doc/stable/

[Numpy-discussion] Re: What happened to the numpy.random documentation?

2021-10-14 Thread Paul M.
Hi Paul, > > Do you think having a page with the flat list of routines back, in > addition to the explanations, would solve this? > > - Melissa > > On Thu, Oct 14, 2021 at 1:34 PM Paul M. wrote: > >> Hi All, >> >> The documentation of Numpy's s

[Numpy-discussion] Re: What happened to the numpy.random documentation?

2021-10-14 Thread Paul M.
le API and so a simple list make sense. Similarly, > np.random before the generation was revamped, which is hy the old-style was > adequate for <=1.16, but not for >=1.17 > > Kevin > > > On Thu, Oct 14, 2021 at 6:09 PM Paul M. wrote: > >> Hi Melissa, >>