summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2021-11-20 23:04:11 -0800
committerTimothy Crosley <timothy.crosley@gmail.com>2021-11-20 23:04:11 -0800
commitf2b1dbd9de5357dca6f860a12ba4d10bd23a2ade (patch)
tree75dcb6def49080f020548f2317971e91d1bbb451 /docs
parent63c7fa4913765a38ec6d65c556bc92c24549e891 (diff)
downloadisort-f2b1dbd9de5357dca6f860a12ba4d10bd23a2ade.tar.gz
Populate more config option descriptions
Diffstat (limited to 'docs')
-rw-r--r--docs/configuration/options.md15
1 files changed, 3 insertions, 12 deletions
diff --git a/docs/configuration/options.md b/docs/configuration/options.md
index dd674fe4..b9ad7725 100644
--- a/docs/configuration/options.md
+++ b/docs/configuration/options.md
@@ -929,7 +929,7 @@ Lexicographical order is strictly alphabetical order. For example by default iso
## Group By Package
-**No Description**
+If `True` isort will automatically create section groups by the top-level package they come from.
**Type:** Bool
**Default:** `False`
@@ -1010,15 +1010,6 @@ Tells isort to include casing when sorting module names
- --case-sensitive
-## Sources
-
-**No Description**
-
-**Type:** Tuple
-**Default:** `()`
-**Python & Config File Name:** sources
-**CLI Flags:** **Not Supported**
-
## Virtual Env
Virtual environment to use for determining whether a package is third-party
@@ -1175,7 +1166,7 @@ Specifies the name of a formatting plugin to use when producing output.
## Formatting Function
-**No Description**
+The fully qualified Python path of a function to apply to format code sorted by isort.
**Type:** Nonetype
**Default:** `None`
@@ -1378,7 +1369,7 @@ Automatically determine local namespace packages, generally by lack of any src f
## Namespace Packages
-**No Description**
+Manually specify one or more namespace packages.
**Type:** Frozenset
**Default:** `frozenset()`