mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-14 08:24:46 +00:00
add video tutorial to plugin development page
This commit is contained in:
parent
a42d8cbed4
commit
eb9ca33fe7
1 changed files with 13 additions and 0 deletions
|
|
@ -42,6 +42,19 @@ section we cover:
|
||||||
|
|
||||||
- How to write your check plugin so that it works with |Flake8| 2.x and 3.x
|
- 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::
|
.. toctree::
|
||||||
:caption: Plugin Developer Documentation
|
:caption: Plugin Developer Documentation
|
||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue