From 0cfc4a49ea873edade736b565590db8c18c2d934 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Mon, 3 Jun 2013 10:07:14 -0400 Subject: [PATCH] adding ref targets on recwarn --- doc/en/recwarn.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/en/recwarn.txt b/doc/en/recwarn.txt index 743e41018..faa1ad761 100644 --- a/doc/en/recwarn.txt +++ b/doc/en/recwarn.txt @@ -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 -------------------------------------------------------