From aec666e54d9fe2906854e0e3037dd0cc34758b42 Mon Sep 17 00:00:00 2001 From: belkka Date: Wed, 24 Nov 2021 05:47:34 +0200 Subject: [PATCH] Add a clickable link to PEP 508 --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index 4ae9f663b2..14251beb50 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -110,7 +110,7 @@ Other Commands - ``graph`` will show you a dependency graph of your installed dependencies. - ``shell`` will spawn a shell with the virtualenv activated. This shell can be deactivated by using ``exit``. - ``run`` will run a given command from the virtualenv, with any arguments forwarded (e.g. ``$ pipenv run python`` or ``$ pipenv run pip freeze``). -- ``check`` checks for security vulnerabilities and asserts that PEP 508 requirements are being met by the current environment. +- ``check`` checks for security vulnerabilities and asserts that `PEP 508 `_ requirements are being met by the current environment. Further Documentation Guides