Merge pull request #2276 from mitmproxy/add-examples-to-script-docs

Prominently link to examples in script docs
This commit is contained in:
Maximilian Hils 2017-04-29 19:23:21 +02:00 committed by GitHub
commit aa0e134041

View File

@ -29,6 +29,12 @@ will be added to all responses passing through the proxy:
>>> mitmdump -s add_header.py
Examples
--------
A collection of addons that demonstrate popular features can be found at :src:`examples/simple`.
Using classes
-------------