From eb9ca33fe78f3095534ddc1ae2643728d7068878 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Sun, 20 Sep 2020 19:58:57 -0700 Subject: [PATCH] add video tutorial to plugin development page --- docs/source/plugin-development/index.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/source/plugin-development/index.rst b/docs/source/plugin-development/index.rst index c3efb1d..241e49f 100644 --- a/docs/source/plugin-development/index.rst +++ b/docs/source/plugin-development/index.rst @@ -42,6 +42,19 @@ section we cover: - How to write your check plugin so that it works with |Flake8| 2.x and 3.x + +Video Tutorial +============== + +Here's a tutorial which goes over building an ast checking plugin from scratch: + +.. raw:: html + +
+ +
+ + .. toctree:: :caption: Plugin Developer Documentation :maxdepth: 2