diff options
author | Anderson Bravalheri <andersonbravalheri@gmail.com> | 2022-06-25 19:22:32 +0100 |
---|---|---|
committer | Anderson Bravalheri <andersonbravalheri@gmail.com> | 2022-06-25 20:07:27 +0100 |
commit | 2a9b06f5e3d90de3842616092fd987e67b3ef8c5 (patch) | |
tree | 7673404199640616713b9d8930b9876dd194c1ed /docs/userguide/entry_point.rst | |
parent | 0a82048ee585efbd85656047843e29792cf84a3a (diff) | |
download | python-setuptools-git-2a9b06f5e3d90de3842616092fd987e67b3ef8c5.tar.gz |
Update development mode docs
Diffstat (limited to 'docs/userguide/entry_point.rst')
-rw-r--r-- | docs/userguide/entry_point.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/userguide/entry_point.rst b/docs/userguide/entry_point.rst index eff20cf0..6ba00287 100644 --- a/docs/userguide/entry_point.rst +++ b/docs/userguide/entry_point.rst @@ -21,6 +21,8 @@ highlighting tool :pypi:`pygments` allows specifying additional styles using the entry point ``pygments.styles``. +.. _console-scripts: + Console Scripts =============== |