summaryrefslogtreecommitdiff
path: root/docs/source
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2021-03-30 03:20:30 +0000
committerAnthony Sottile <asottile@umich.edu>2021-03-30 03:20:30 +0000
commit1d5dd156ab9f2e37e40f95eb15c5a2c2cd49a7a9 (patch)
tree8b758688ac7fdc333d388aac89f9a67ed1d2aeed /docs/source
parent00f92087dac5b49acde245be91253dc14b612000 (diff)
parent83fc824ca1c4c73594ef910dadb7f31a11c95cee (diff)
downloadflake8-1d5dd156ab9f2e37e40f95eb15c5a2c2cd49a7a9.tar.gz
Merge branch 'remove_setuptools_command' into 'master'
remove flake8 setuptools command See merge request pycqa/flake8!470
Diffstat (limited to 'docs/source')
-rw-r--r--docs/source/internal/start-to-finish.rst15
-rw-r--r--docs/source/user/index.rst2
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::