Skip to content

Commit

Permalink
Merge since-tags-docs-7765: The Twisted Coding Standard should specif…
Browse files Browse the repository at this point in the history
…y that @SInCE tags are x.y

Author: hawkowl
Reviewers: exarkun, glyph
Fixes: twisted#7765

git-svn-id: svn://svn.twistedmatrix.com/svn/Twisted/trunk@43835 bbbe8e31-12d6-0310-92fd-ac37d47ddeeb
  • Loading branch information
hawkowl committed Feb 5, 2015
1 parent 026f8a7 commit a200915
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions docs/core/development/policy/coding-standard.rst
Original file line number Diff line number Diff line change
Expand Up @@ -599,15 +599,9 @@ associated ticket.
Versioning
----------



The API documentation should be marked up with version information.
When a new API is added the class should be marked with the epytext
``@since:`` field including the version number when
the change was introduced, eg. ``@since: 8.1`` .



When a new API is added the class should be marked with the epytext ``@since:`` field including the version number when the change was introduced.
This version number should be in the form ``x.y`` (for example, ``@since: 15.1``).


Scripts
Expand Down
Empty file added twisted/topfiles/7765.misc
Empty file.

0 comments on commit a200915

Please sign in to comment.