diff options
| author | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2006-05-21 20:44:42 +0000 |
|---|---|---|
| committer | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2006-05-21 20:44:42 +0000 |
| commit | 9e68bc8c401fabd1f4686df90fc1fdaf22f06585 (patch) | |
| tree | 0e114b9fdd3da34f8026baea226eb5cd3657b029 /docutils/docs/dev/testing.txt | |
| parent | 4dcaae7263895a60d6a40b2754ca21a9494983c3 (diff) | |
| download | docutils-9e68bc8c401fabd1f4686df90fc1fdaf22f06585.tar.gz | |
use $Id$ instead of $Date$ and $Revision$;
collapsed Author and Contact fields;
use canonical email addresses for David and Felix;
(I have reviewed the diff)
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@4564 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/docs/dev/testing.txt')
| -rw-r--r-- | docutils/docs/dev/testing.txt | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/docutils/docs/dev/testing.txt b/docutils/docs/dev/testing.txt index bde54116f..0308803c5 100644 --- a/docutils/docs/dev/testing.txt +++ b/docutils/docs/dev/testing.txt @@ -2,8 +2,8 @@ Docutils_ Testing =================== -:Author: Felix Wiemann -:Author: David Goodger +:Authors: Felix Wiemann <Felix.Wiemann@ososo.de>; + David Goodger <goodger@python.org> :Revision: $Revision$ :Date: $Date$ :Copyright: This document has been placed in the public domain. @@ -94,10 +94,8 @@ look at the following imaginary ``test_square.py``:: #! /usr/bin/env python - # Author: your name - # Contact: your email address - # Revision: $Revision$ - # Date: $Date$ + # $Id$ + # Author: Your Name <your_email_address@example.org> # Copyright: This module has been placed in the public domain. """ |
