Numpy/Scipy Testing Guidelines URL?

Are the testing guidelines included in the HTML docs anywhere? If I recall, they used to be, and I couldn't find them with a brief look/google. I'd like to link to them. Maybe the rendered rst page is considered their new home? https://github.com/numpy/numpy/blob/master/doc/TESTS.rst.txt Skipper

On Mon, Jun 20, 2011 at 11:36 PM, Skipper Seabold <jsseabold@gmail.com>wrote:
Are the testing guidelines included in the HTML docs anywhere? If I recall, they used to be, and I couldn't find them with a brief look/google. I'd like to link to them. Maybe the rendered rst page is considered their new home?
That is the new home. Should be linked from the old home. A patch to add those to the numpy devguide is welcome I think. Ralf
https://github.com/numpy/numpy/blob/master/doc/TESTS.rst.txt
Skipper _______________________________________________ NumPy-Discussion mailing list NumPy-Discussion@scipy.org http://mail.scipy.org/mailman/listinfo/numpy-discussion

On Mon, Jun 20, 2011 at 5:41 PM, Ralf Gommers <ralf.gommers@googlemail.com> wrote:
On Mon, Jun 20, 2011 at 11:36 PM, Skipper Seabold <jsseabold@gmail.com> wrote:
Are the testing guidelines included in the HTML docs anywhere? If I recall, they used to be, and I couldn't find them with a brief look/google. I'd like to link to them. Maybe the rendered rst page is considered their new home?
That is the new home. Should be linked from the old home. A patch to add those to the numpy devguide is welcome I think.
numpy/doc/source/dev? This is what I was thinking. But I didn't know if there was some other grand design to having a lot of the developer specific information in numpy/doc. Skipper

On Mon, Jun 20, 2011 at 11:44 PM, Skipper Seabold <jsseabold@gmail.com>wrote:
On Mon, Jun 20, 2011 at 5:41 PM, Ralf Gommers <ralf.gommers@googlemail.com> wrote:
On Mon, Jun 20, 2011 at 11:36 PM, Skipper Seabold <jsseabold@gmail.com> wrote:
Are the testing guidelines included in the HTML docs anywhere? If I recall, they used to be, and I couldn't find them with a brief look/google. I'd like to link to them. Maybe the rendered rst page is considered their new home?
That is the new home. Should be linked from the old home. A patch to add those to the numpy devguide is welcome I think.
numpy/doc/source/dev?
Yep, ends up at http://docs.scipy.org/doc/numpy/dev/
This is what I was thinking. But I didn't know if there was some other grand design to having a lot of the developer specific information in numpy/doc.
If there is, I haven't seen the blueprint.
Ralf
participants (2)
-
Ralf Gommers
-
Skipper Seabold