adding ref targets on recwarn
This commit is contained in:
parent
da1996b5f5
commit
0cfc4a49ea
|
@ -2,6 +2,8 @@
|
|||
Asserting deprecation and other warnings
|
||||
=====================================================
|
||||
|
||||
.. _function_argument:
|
||||
|
||||
The recwarn function argument
|
||||
------------------------------------
|
||||
|
||||
|
@ -24,6 +26,9 @@ The ``recwarn`` function argument provides these methods:
|
|||
* ``pop(category=None)``: return last warning matching the category.
|
||||
* ``clear()``: clear list of warnings
|
||||
|
||||
|
||||
.. _ensuring_function_triggers:
|
||||
|
||||
Ensuring a function triggers a deprecation warning
|
||||
-------------------------------------------------------
|
||||
|
||||
|
|
Loading…
Reference in New Issue