Add a tiny bit to Usage Guide index

This commit is contained in:
Ian Cordasco 2016-05-18 23:05:09 -05:00
parent 28a97a8499
commit f353a5db90

View file

@ -2,3 +2,17 @@
Using Flake8
==============
Flake8 can be used in many ways:
- invoking it on the command-line
- invoking it via Python
- having it called by Git or Mercurial on or around committing
This guide will cover all of these and the nuances for using Flake8.
.. config files
.. command-line tutorial
.. VCS usage
.. installing and using plugins