diff options
author | W. Trevor King <wking@drexel.edu> | 2010-02-06 13:44:05 -0500 |
---|---|---|
committer | W. Trevor King <wking@drexel.edu> | 2010-02-06 13:44:05 -0500 |
commit | 4c71190ebafd7ce198a5c0047588c4b2f7e5ef58 (patch) | |
tree | 0d22c6f22dfc9295dff49ecc31534226763df079 /doc | |
parent | 668be5b01d9ad47f4f9714bfe8deee377341eb35 (diff) | |
download | bugseverywhere-4c71190ebafd7ce198a5c0047588c4b2f7e5ef58.tar.gz |
Added bugdir and comment modules to Sphinx docs
Diffstat (limited to 'doc')
-rw-r--r-- | doc/libbe.bugdir.txt | 7 | ||||
-rw-r--r-- | doc/libbe.comment.txt | 7 | ||||
-rw-r--r-- | doc/libbe.txt | 2 |
3 files changed, 16 insertions, 0 deletions
diff --git a/doc/libbe.bugdir.txt b/doc/libbe.bugdir.txt new file mode 100644 index 0000000..2464ea6 --- /dev/null +++ b/doc/libbe.bugdir.txt @@ -0,0 +1,7 @@ +******************* +:mod:`libbe.bugdir` +******************* + +.. automodule:: libbe.bugdir + :members: + :undoc-members: diff --git a/doc/libbe.comment.txt b/doc/libbe.comment.txt new file mode 100644 index 0000000..6e76f98 --- /dev/null +++ b/doc/libbe.comment.txt @@ -0,0 +1,7 @@ +******************** +:mod:`libbe.comment` +******************** + +.. automodule:: libbe.comment + :members: + :undoc-members: diff --git a/doc/libbe.txt b/doc/libbe.txt index dd04df1..5d29434 100644 --- a/doc/libbe.txt +++ b/doc/libbe.txt @@ -9,4 +9,6 @@ .. toctree:: :maxdepth: 2 + libbe.bugdir.txt libbe.bug.txt + libbe.comment.txt |