diff options
author | W. Trevor King <wking@drexel.edu> | 2010-02-06 16:53:57 -0500 |
---|---|---|
committer | W. Trevor King <wking@drexel.edu> | 2010-02-06 16:53:57 -0500 |
commit | 413626d3b77e9bf89389a272ed489da29f3d9877 (patch) | |
tree | 1595551db2db9f590f2bf36dfbae305a1e616c40 /libbe/bugdir.py | |
parent | 4c71190ebafd7ce198a5c0047588c4b2f7e5ef58 (diff) | |
download | bugseverywhere-413626d3b77e9bf89389a272ed489da29f3d9877.tar.gz |
Use numpydoc and generate-libbe-txt.py to autogenerate API documentation
Diffstat (limited to 'libbe/bugdir.py')
-rw-r--r-- | libbe/bugdir.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbe/bugdir.py b/libbe/bugdir.py index fa8edb9..9328b06 100644 --- a/libbe/bugdir.py +++ b/libbe/bugdir.py @@ -88,7 +88,7 @@ class DiskAccessRequired (Exception): class BugDir (list, settings_object.SavedSettingsObject): - """A BugDir is a container for :class:`libbe.bug.Bug`\s, with some + """A BugDir is a container for :class:`~libbe.bug.Bug`\s, with some additional attributes. See :class:`SimpleBugDir` for some bugdir manipulation exampes. |