diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/setuptools.rst | 2 | ||||
| -rw-r--r-- | docs/userguide/entry_point.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/setuptools.rst b/docs/setuptools.rst index 05516a4e..541bec51 100644 --- a/docs/setuptools.rst +++ b/docs/setuptools.rst @@ -54,7 +54,7 @@ Feature Highlights: Developer's Guide ----------------- - +The developer's guide has been updated. See the :doc:`most recent version <userguide/index>`. diff --git a/docs/userguide/entry_point.rst b/docs/userguide/entry_point.rst index 73820728..63d30a48 100644 --- a/docs/userguide/entry_point.rst +++ b/docs/userguide/entry_point.rst @@ -64,7 +64,7 @@ After installing the package, a user may invoke that function by simply calling The syntax for entry points is specified as follows: -.. code-block:: +.. code-block:: ini <name> = [<package>.[<subpackage>.]]<module>[:<object>.<object>] |
