mirror of
https://github.com/ziirish/burp-ui.git
synced 2026-05-15 14:16:08 -06:00
enhance doc
This commit is contained in:
parent
aa3214a0de
commit
968c8682ba
10 changed files with 30 additions and 8 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# -*- coding: utf8 -*-
|
||||
"""
|
||||
.. module:: client
|
||||
.. module:: burpui.api.client
|
||||
:platform: Unix
|
||||
:synopsis: Burp-UI client api module.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# -*- coding: utf8 -*-
|
||||
"""
|
||||
.. module:: clients
|
||||
.. module:: burpui.api.clients
|
||||
:platform: Unix
|
||||
:synopsis: Burp-UI clients api module.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# -*- coding: utf8 -*-
|
||||
"""
|
||||
.. module:: misc
|
||||
.. module:: burpui.api.misc
|
||||
:platform: Unix
|
||||
:synopsis: Burp-UI misc api module.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# -*- coding: utf8 -*-
|
||||
"""
|
||||
.. module:: restore
|
||||
.. module:: burpui.api.restore
|
||||
:platform: Unix
|
||||
:synopsis: Burp-UI restore api module.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# -*- coding: utf8 -*-
|
||||
"""
|
||||
.. module:: settings
|
||||
.. module:: burpui.api.settings
|
||||
:platform: Unix
|
||||
:synopsis: Burp-UI settings api module.
|
||||
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
API doc (for dev)
|
||||
=================
|
||||
API
|
||||
===
|
||||
|
||||
.. autoflask:: burpui:app
|
||||
|
|
|
|||
6
docs/backend.rst
Normal file
6
docs/backend.rst
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
Backend
|
||||
=======
|
||||
|
||||
.. autoclass:: burpui.misc.backend.interface.BUIbackend
|
||||
:members:
|
||||
:inherited-members:
|
||||
8
docs/developer.rst
Normal file
8
docs/developer.rst
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
Developer Guide
|
||||
===============
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
api
|
||||
backend
|
||||
|
|
@ -26,7 +26,7 @@ Documentation
|
|||
contributing
|
||||
changelog
|
||||
faq
|
||||
api
|
||||
developer
|
||||
|
||||
|
||||
Indices and tables
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue