From f353a5db907a97b6513c00500f9c593bc35cc76e Mon Sep 17 00:00:00 2001 From: Ian Cordasco Date: Wed, 18 May 2016 23:05:09 -0500 Subject: [PATCH] Add a tiny bit to Usage Guide index --- docs/source/user/index.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/source/user/index.rst b/docs/source/user/index.rst index 81732a4..8368509 100644 --- a/docs/source/user/index.rst +++ b/docs/source/user/index.rst @@ -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