diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/source/internal/start-to-finish.rst | 15 | ||||
| -rw-r--r-- | docs/source/user/index.rst | 2 |
2 files changed, 0 insertions, 17 deletions
diff --git a/docs/source/internal/start-to-finish.rst b/docs/source/internal/start-to-finish.rst index faed9bd..5e31083 100644 --- a/docs/source/internal/start-to-finish.rst +++ b/docs/source/internal/start-to-finish.rst @@ -47,21 +47,6 @@ both cases, however, you end up in :func:`flake8.main.cli.main`. This is the primary way that users will end up starting Flake8. This function creates an instance of |Application|. -via Setuptools --------------- - -If you're invoking |Flake8| from your ``setup.py`` then you actually end up in -:meth:`flake8.main.setuptools_command.Flake8.run`. This then collects the -files that are included in the package information and creates an instance of -|Application|. - -via Git or Mercurial --------------------- - -In both cases, they call their respective ``hook`` functions which create -instances of |Application|. - - Application Logic ================= diff --git a/docs/source/user/index.rst b/docs/source/user/index.rst index 5a24b21..90d5b14 100644 --- a/docs/source/user/index.rst +++ b/docs/source/user/index.rst @@ -8,8 +8,6 @@ - invoked via Python -- called by Git or Mercurial on or around committing - This guide will cover all of these and the nuances for using |Flake8|. .. note:: |
