diff options
author | Maximilian Hils <git@maximilianhils.com> | 2017-04-29 19:23:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-29 19:23:21 +0200 |
commit | aa0e1340417385302a8c6f5034f9151aadbc25b5 (patch) | |
tree | ed669ee77eb6870cb021ce9cea4ec24263f0bc28 /docs/scripting | |
parent | 83f87607036aad642515efe4fcdb0de9a8e31ed6 (diff) | |
parent | 75d952c46c342a705cccac9ccee2d6c7d03749bc (diff) | |
download | mitmproxy-aa0e1340417385302a8c6f5034f9151aadbc25b5.tar.gz mitmproxy-aa0e1340417385302a8c6f5034f9151aadbc25b5.tar.bz2 mitmproxy-aa0e1340417385302a8c6f5034f9151aadbc25b5.zip |
Merge pull request #2276 from mitmproxy/add-examples-to-script-docs
Prominently link to examples in script docs
Diffstat (limited to 'docs/scripting')
-rw-r--r-- | docs/scripting/overview.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/scripting/overview.rst b/docs/scripting/overview.rst index c333a98b..5ceb5da3 100644 --- a/docs/scripting/overview.rst +++ b/docs/scripting/overview.rst @@ -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 ------------- |