diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2020-10-17 11:56:01 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-17 11:56:01 -0400 |
commit | 23f874ca386f8f33beae3e287b866af79f97415f (patch) | |
tree | eb04dfd745279fe41a3b7eed25a8fae0873a2688 /docs/userguide/index.rst | |
parent | f04cd3b21f1bd8ef5c8dedc42fb8708dfdf0fccd (diff) | |
download | python-setuptools-git-23f874ca386f8f33beae3e287b866af79f97415f.tar.gz |
Prefer doc role to ref role.
Co-authored-by: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>
Diffstat (limited to 'docs/userguide/index.rst')
-rw-r--r-- | docs/userguide/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/userguide/index.rst b/docs/userguide/index.rst index 7abc7903..18679c54 100644 --- a/docs/userguide/index.rst +++ b/docs/userguide/index.rst @@ -16,7 +16,7 @@ Transition to PEP517 Since setuptools no longer serves as the default build tool, one must explicitly opt in (by providing a :file:`pyproject.toml` file) to use this library. The user facing part is provided by tools such as pip and -backend interface is described :ref:`in this document <../build_meta>`. The +backend interface is described :doc:`in this document <../build_meta>`. The quickstart provides an overview of the new workflow. .. toctree:: |