enhance doc

This commit is contained in:
ziirish 2015-10-06 08:37:15 +02:00
parent aa3214a0de
commit 968c8682ba
10 changed files with 30 additions and 8 deletions

View file

@ -1,6 +1,6 @@
# -*- coding: utf8 -*-
"""
.. module:: client
.. module:: burpui.api.client
:platform: Unix
:synopsis: Burp-UI client api module.

View file

@ -1,6 +1,6 @@
# -*- coding: utf8 -*-
"""
.. module:: clients
.. module:: burpui.api.clients
:platform: Unix
:synopsis: Burp-UI clients api module.

View file

@ -1,6 +1,6 @@
# -*- coding: utf8 -*-
"""
.. module:: misc
.. module:: burpui.api.misc
:platform: Unix
:synopsis: Burp-UI misc api module.

View file

@ -1,6 +1,6 @@
# -*- coding: utf8 -*-
"""
.. module:: restore
.. module:: burpui.api.restore
:platform: Unix
:synopsis: Burp-UI restore api module.

View file

@ -1,6 +1,6 @@
# -*- coding: utf8 -*-
"""
.. module:: settings
.. module:: burpui.api.settings
:platform: Unix
:synopsis: Burp-UI settings api module.

View file

@ -1,4 +1,12 @@
# -*- coding: utf8 -*-
"""
.. module:: burpui.misc.backend.interface
:platform: Unix
:synopsis: Burp-UI settings api module.
.. moduleauthor:: Ziirish <ziirish@ziirish.info>
"""
class BUIbackend:

View file

@ -1,4 +1,4 @@
API doc (for dev)
=================
API
===
.. autoflask:: burpui:app

6
docs/backend.rst Normal file
View file

@ -0,0 +1,6 @@
Backend
=======
.. autoclass:: burpui.misc.backend.interface.BUIbackend
:members:
:inherited-members:

8
docs/developer.rst Normal file
View file

@ -0,0 +1,8 @@
Developer Guide
===============
.. toctree::
:maxdepth: 2
api
backend

View file

@ -26,7 +26,7 @@ Documentation
contributing
changelog
faq
api
developer
Indices and tables