Added best practices for versionadded/changed annotations.

This commit is contained in:
Tim Graham 2015-01-09 12:52:54 -05:00
parent 8f4877c89d
commit 7102b99653
3 changed files with 44 additions and 1 deletions

View file

@ -320,7 +320,8 @@ New Features
* Are there tests to "exercise" all of the new code?
* Is there a release note in ``docs/releases/A.B.txt``?
* Is there documentation for the feature and is it annotated appropriately with
* Is there documentation for the feature and is it :ref:`annotated
appropriately <documenting-new-features>` with
``.. versionadded:: A.B`` or ``.. versionchanged:: A.B``?
Deprecating a feature