Fixed docstrings so only Sphinx errors are "autosummary" and "missing attribute"
authorW. Trevor King <wking@drexel.edu>
Sun, 7 Feb 2010 22:53:53 +0000 (17:53 -0500)
committerW. Trevor King <wking@drexel.edu>
Sun, 7 Feb 2010 22:53:53 +0000 (17:53 -0500)
commit977eff5af10b50ba6e6edb6abc4f40804c418b12
tree77bd3dea340130bb1b446d5f7cc8d72000b5fba3
parent8ccb71280c24480eb661fc668c31ff06bc7a3148
Fixed docstrings so only Sphinx errors are "autosummary" and "missing attribute"
25 files changed:
doc/generate-libbe-txt.py
doc/ids.txt [deleted file]
doc/index.txt
doc/tutorial.txt
libbe/__init__.py
libbe/bugdir.py
libbe/command/serve.py
libbe/diff.py
libbe/storage/__init__.py
libbe/storage/base.py
libbe/storage/http.py
libbe/storage/util/config.py
libbe/storage/util/mapfile.py
libbe/storage/util/properties.py
libbe/storage/util/settings_object.py
libbe/storage/vcs/__init__.py
libbe/storage/vcs/arch.py
libbe/storage/vcs/base.py
libbe/storage/vcs/bzr.py
libbe/storage/vcs/darcs.py
libbe/storage/vcs/git.py
libbe/storage/vcs/hg.py
libbe/util/id.py
libbe/util/tree.py
libbe/util/utility.py