Skip to content

Commit 327b428

Browse files
committed
Add cross-reference from version_scheme config to implementations
I had a difficult time finding the implementations in the docs, despite knowing of their existence. Adding this cross-reference should help. x
1 parent 3c145df commit 327b428

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/config.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Callables or other Python objects have to be passed in `setup.py` (via the `use_
1212

1313
`version_scheme : str | Callable[[ScmVersion], str]`
1414
: Configures how the local version number is constructed; either an entrypoint name or a callable.
15+
See [Version number construction](extending.md#setuptools_scmversion_scheme) for predefined implementations.
1516

1617
`local_scheme : str | Callable[[ScmVersion], str]`
1718
: Configures how the local component of the version is constructed

0 commit comments

Comments
 (0)