aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorW. Trevor King <wking@drexel.edu>2010-02-06 13:44:05 -0500
committerW. Trevor King <wking@drexel.edu>2010-02-06 13:44:05 -0500
commit4c71190ebafd7ce198a5c0047588c4b2f7e5ef58 (patch)
tree0d22c6f22dfc9295dff49ecc31534226763df079 /doc
parent668be5b01d9ad47f4f9714bfe8deee377341eb35 (diff)
downloadbugseverywhere-4c71190ebafd7ce198a5c0047588c4b2f7e5ef58.tar.gz
Added bugdir and comment modules to Sphinx docs
Diffstat (limited to 'doc')
-rw-r--r--doc/libbe.bugdir.txt7
-rw-r--r--doc/libbe.comment.txt7
-rw-r--r--doc/libbe.txt2
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