diff options
author | Maximilian Hils <git@maximilianhils.com> | 2017-04-27 18:23:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-27 18:23:36 +0200 |
commit | 75d952c46c342a705cccac9ccee2d6c7d03749bc (patch) | |
tree | d2f52cbce5427cad550d396301fb6dd236aa2cfa /docs | |
parent | 2a46f3851a468263b53298b643f92a36b713128e (diff) | |
download | mitmproxy-75d952c46c342a705cccac9ccee2d6c7d03749bc.tar.gz mitmproxy-75d952c46c342a705cccac9ccee2d6c7d03749bc.tar.bz2 mitmproxy-75d952c46c342a705cccac9ccee2d6c7d03749bc.zip |
prominently link to examples in script docs
Diffstat (limited to 'docs')
-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 ------------- |