diff options
author | Alex Hedges <aphedges@users.noreply.github.com> | 2024-10-30 04:40:35 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-30 09:40:35 +0100 |
commit | 34b2f28a5eae00ff27d03a0639e52f993ef29a55 (patch) | |
tree | c1f54398589cf9026749d1afc52c079e441036a1 | |
parent | 8a10eff757307bc10d0b577c0f92bdc9172c0df8 (diff) | |
download | spack-34b2f28a5eae00ff27d03a0639e52f993ef29a55.tar.gz spack-34b2f28a5eae00ff27d03a0639e52f993ef29a55.tar.bz2 spack-34b2f28a5eae00ff27d03a0639e52f993ef29a55.tar.xz spack-34b2f28a5eae00ff27d03a0639e52f993ef29a55.zip |
Fix malformed RST link in documentation (#47309)
-rw-r--r-- | lib/spack/docs/contribution_guide.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/spack/docs/contribution_guide.rst b/lib/spack/docs/contribution_guide.rst index 97f181b85b..110bea56da 100644 --- a/lib/spack/docs/contribution_guide.rst +++ b/lib/spack/docs/contribution_guide.rst @@ -184,7 +184,7 @@ Style Tests Spack uses `Flake8 <http://flake8.pycqa.org/en/latest/>`_ to test for `PEP 8 <https://www.python.org/dev/peps/pep-0008/>`_ conformance and -`mypy <https://mypy.readthedocs.io/en/stable/>` for type checking. PEP 8 is +`mypy <https://mypy.readthedocs.io/en/stable/>`_ for type checking. PEP 8 is a series of style guides for Python that provide suggestions for everything from variable naming to indentation. In order to limit the number of PRs that were mostly style changes, we decided to enforce PEP 8 conformance. Your PR |