diff options
author | David Cournapeau <cournape@gmail.com> | 2009-07-21 05:23:56 +0000 |
---|---|---|
committer | David Cournapeau <cournape@gmail.com> | 2009-07-21 05:23:56 +0000 |
commit | 8311cc98cec959ffb5ecf5c43d3a73587eb27289 (patch) | |
tree | 3d60cd94ed3eb431f93ac4b3ca993dddb0528fcd | |
parent | 5bda487a73b05826f7bc1aaa565075aa70a8c824 (diff) | |
download | numpy-8311cc98cec959ffb5ecf5c43d3a73587eb27289.tar.gz |
Add the deprecated decorator to the numpy reference.
-rw-r--r-- | doc/source/reference/routines.testing.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/source/reference/routines.testing.rst b/doc/source/reference/routines.testing.rst index 5a5f4cb8c..075c1e3a9 100644 --- a/doc/source/reference/routines.testing.rst +++ b/doc/source/reference/routines.testing.rst @@ -29,6 +29,7 @@ Decorators .. autosummary:: :toctree: generated/ + decorators.deprecated decorators.knownfailureif decorators.setastest decorators.skipif |