diff options
| author | Anthony Sottile <asottile@umich.edu> | 2020-09-23 06:06:52 +0000 |
|---|---|---|
| committer | Anthony Sottile <asottile@umich.edu> | 2020-09-23 06:06:52 +0000 |
| commit | d0a0cb46d22a4602f1f2e7f5d1d02a9739eea743 (patch) | |
| tree | 433f2349f86edabaa517158435f7fe16f5d351e1 | |
| parent | a42d8cbed40dda51c22ee80ee558b2ef60eb3806 (diff) | |
| parent | eb9ca33fe78f3095534ddc1ae2643728d7068878 (diff) | |
| download | flake8-d0a0cb46d22a4602f1f2e7f5d1d02a9739eea743.tar.gz | |
Merge branch 'video' into 'master'
add video tutorial to plugin development page
See merge request pycqa/flake8!453
| -rw-r--r-- | docs/source/plugin-development/index.rst | 13 |
1 files changed, 13 insertions, 0 deletions
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 + + <div style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; height: auto; margin-bottom: 1em;"> + <iframe src="https://www.youtube.com/embed/ot5Z4KQPBL8" frameborder="0" allowfullscreen style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;"></iframe> + </div> + + .. toctree:: :caption: Plugin Developer Documentation :maxdepth: 2 |
