From 75d952c46c342a705cccac9ccee2d6c7d03749bc Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Thu, 27 Apr 2017 18:23:36 +0200 Subject: [PATCH] prominently link to examples in script docs --- docs/scripting/overview.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/scripting/overview.rst b/docs/scripting/overview.rst index c333a98b1..5ceb5da36 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 -------------