Skip to content

Commit 012a375

Browse files
committed
Fix cross references
1 parent 956ecdb commit 012a375

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc/source/guidelines/dev_practices.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ coding paradigms:
1111
gained by following the basic guidelines listed in PEP 20. As suggested
1212
in these guidelines, focus on making your additions intuitive, novel,
1313
and helpful for PyAnsys users. When in doubt, use ``import this``.
14-
For Ansys code quality standards, see :ref:`coding_style`.
14+
For Ansys code quality standards, see :ref:`Coding Style`.
1515

1616
#. Document your contributions. Include a docstring for any added
1717
function, method, or class, following `numpydocs docstring <https://numpydoc.readthedocs.io/en/latest/format.html>`_

doc/source/overview/administration.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ description, or branch protection management.
4343

4444
Each repository is expected to follow this minimum set of standards:
4545

46-
- PEP8 code standards. See :ref:`best_practices`.
46+
- PEP8 code standards. See :ref:`PEP 8`.
4747
- CI/CD using GitHub actions or Azure DevOps to enforce coding standards.
4848
- Publicly hosted documentation describing the API and providing examples. See
4949
:ref:`Documentation Style`.

doc/source/overview/contributing.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ When you are ready to start contributing code, see:
8282

8383
- :ref:`development_practices` for information on how PyAnsys development is
8484
conducted
85-
- :ref:`best_practices` for information on how to style and format your
85+
- :ref:`PEP 8` for information on how to style and format your
8686
code to adhere to PyAnsys standards
8787

8888

0 commit comments

Comments
 (0)