diff options
| author | Barry Warsaw | 2010-09-08 22:35:20 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2010-09-08 22:35:20 -0400 |
| commit | 1726b47b6b9bd44d6f2240372d278c4bd22eaa7b (patch) | |
| tree | 31d963ad8ed913e12e53d6cee808e7d4a52c8e7d /src/mailman/model/docs/mailinglist.txt | |
| parent | 9685fa2a1277cf6733940ac012e319dc0f34e8d7 (diff) | |
| download | mailman-1726b47b6b9bd44d6f2240372d278c4bd22eaa7b.tar.gz mailman-1726b47b6b9bd44d6f2240372d278c4bd22eaa7b.tar.zst mailman-1726b47b6b9bd44d6f2240372d278c4bd22eaa7b.zip | |
Many documentation fixes for better Sphinx output.
Diffstat (limited to 'src/mailman/model/docs/mailinglist.txt')
| -rw-r--r-- | src/mailman/model/docs/mailinglist.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mailman/model/docs/mailinglist.txt b/src/mailman/model/docs/mailinglist.txt index 687f7b39c..33d681762 100644 --- a/src/mailman/model/docs/mailinglist.txt +++ b/src/mailman/model/docs/mailinglist.txt @@ -2,7 +2,7 @@ Mailing lists ============= -XXX 2010-06-18 BAW: This documentation needs a lot more detail. +.. XXX 2010-06-18 BAW: This documentation needs a lot more detail. The mailing list is a core object in Mailman. It is uniquely identified in the system by its posting address, i.e. the email address you would send a @@ -25,10 +25,11 @@ name (i.e. local part) and host name. Rosters ======= -Mailing list membership is represented by 'rosters'. Each mailing list has +Mailing list membership is represented by `rosters`. Each mailing list has several rosters of members, representing the subscribers to the mailing list, the owners, the moderators, and so on. The rosters are defined by a membership role. +:: >>> from mailman.interfaces.member import MemberRole >>> from mailman.testing.helpers import subscribe |
