diff options
Diffstat (limited to 'doc/python/orcus/tools/bugzilla.rst')
-rw-r--r-- | doc/python/orcus/tools/bugzilla.rst | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/python/orcus/tools/bugzilla.rst b/doc/python/orcus/tools/bugzilla.rst new file mode 100644 index 0000000..53cf869 --- /dev/null +++ b/doc/python/orcus/tools/bugzilla.rst @@ -0,0 +1,11 @@ + +bugzilla +======== + +.. argparse:: + :module: orcus.tools.bugzilla + :func: _create_argparser + :prog: orcus.tools.bugzilla + +.. autoclass:: orcus.tools.bugzilla.BugzillaAccess + :members: |