diff options
| author | 谭九鼎 <109224573@qq.com> | 2020-10-17 16:52:39 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-17 16:52:39 +0800 |
| commit | 490301f4a417f9d1ac1d77e49a364c23e3ec0504 (patch) | |
| tree | 5242d9317270fa0b5539b8213e0fcc2dfd4675b9 /docs/userguide/entry_point.rst | |
| parent | bcb6d47f1618fc37bbab24b54f79e268435f849c (diff) | |
| parent | 0ce07159b6bc09e4ef5320c4260b6caa7e310bae (diff) | |
| download | python-setuptools-git-490301f4a417f9d1ac1d77e49a364c23e3ec0504.tar.gz | |
Merge branch 'master' into patch-2
Diffstat (limited to 'docs/userguide/entry_point.rst')
| -rw-r--r-- | docs/userguide/entry_point.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/userguide/entry_point.rst b/docs/userguide/entry_point.rst index a91fd5dc..edab4465 100644 --- a/docs/userguide/entry_point.rst +++ b/docs/userguide/entry_point.rst @@ -76,6 +76,8 @@ In addition to ``console_scripts``, Setuptools supports ``gui_scripts``, which will launch a GUI application without running in a terminal window. +.. _dynamic discovery of services and plugins: + Advertising Behavior ==================== @@ -140,7 +142,7 @@ Some entry points may require additional dependencies to properly function. For such an entry point, declare in square brakets any number of dependency ``extras`` following the entry point definition. Such entry points will only be viable if their extras were declared and installed. See the -:ref:`guide on dependencies management <dependency_management>` for +:doc:`guide on dependencies management <dependency_management>` for more information on defining extra requirements. Consider from the above example: |
