mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-29 11:03:13 +00:00
docs: update documentedlist, add filter table headers
This commit is contained in:
parent
c4286b15dc
commit
c3ba98b681
@ -7,6 +7,7 @@ Many commands in :program:`mitmproxy` and :program:`mitmdump` take a filter expr
|
|||||||
Filter expressions consist of the following operators:
|
Filter expressions consist of the following operators:
|
||||||
|
|
||||||
.. documentedlist::
|
.. documentedlist::
|
||||||
|
:header: "Expression" "Description"
|
||||||
:listobject: libmproxy.filt.help
|
:listobject: libmproxy.filt.help
|
||||||
|
|
||||||
- Regexes are Python-style
|
- Regexes are Python-style
|
||||||
|
2
setup.py
2
setup.py
@ -43,7 +43,7 @@ dev_deps = {
|
|||||||
"pathod>=%s, <%s" % (version.MINORVERSION, version.NEXT_MINORVERSION),
|
"pathod>=%s, <%s" % (version.MINORVERSION, version.NEXT_MINORVERSION),
|
||||||
"sphinx>=1.3.1",
|
"sphinx>=1.3.1",
|
||||||
"sphinx-autobuild>=0.5.2",
|
"sphinx-autobuild>=0.5.2",
|
||||||
"sphinxcontrib-documentedlist>=0.1",
|
"sphinxcontrib-documentedlist>=0.2",
|
||||||
}
|
}
|
||||||
# Add *all* script dependencies to developer dependencies.
|
# Add *all* script dependencies to developer dependencies.
|
||||||
for script_deps in scripts.values():
|
for script_deps in scripts.values():
|
||||||
|
Loading…
Reference in New Issue
Block a user