Edgewall Software

Changes between Version 15 and Version 16 of SeaChange/DocumentationRequests


Ignore:
Timestamp:
Feb 21, 2015, 11:24:32 PM (9 years ago)
Author:
anonymous
Comment:

pep:0008

Legend:

Unmodified
Added
Removed
Modified
  • SeaChange/DocumentationRequests

    v15 v16  
    1111== Code documentation guidelines
    1212
    13 A further feature that increases Trac's visibility as well as product quality is comments within the code. Given that Trac is written in [http://python.org Python], we adhere to [https://www.python.org/dev/peps/pep-0008/ Python's PEP guidelines].
     13A further feature that increases Trac's visibility as well as product quality is comments within the code. Given that Trac is written in [http://python.org Python], we adhere to [pep:0008 Python's PEP guidelines].
    1414Code documentation can be viewed at the ApiDocs. Your code contributions are automatically added to these Docs if they are copiously commented.
    1515