Skip to content

Commit a5bfb30

Browse files
committed
New doc/source/links.rst file
1 parent 24354c8 commit a5bfb30

File tree

1 file changed

+75
-0
lines changed

1 file changed

+75
-0
lines changed

doc/source/links.rst

Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
.. ANSYS PROJECTS
2+
.. _ansys-tools-protoc-helper: https://github.com/ansys/ansys-tools-protoc-helper
3+
4+
.. PYANSYS PROJECTS
5+
.. _ansys-api-mapdl: https://pypi.org/project/ansys-api-mapdl/
6+
.. _ansys-templates: https://templates.pyansys.com/index.html
7+
.. _PyAEDT: https://github.com/pyansys/pyaedt
8+
.. _PyAnsys: https://docs.pyansys.com/
9+
.. _PyAnsys PyPI: https://pkgs.dev.azure.com/pyansys/_packaging/pyansys/pypi
10+
.. _PyAnsys GitHub Organization: https://github.com/pyansys
11+
12+
.. BUILD-SYSTEMS
13+
.. _flit: https://flit.readthedocs.io/en/latest/
14+
.. _poetry: https://python-poetry.org
15+
.. _setuptools: https://setuptools.pypa.io/en/latest/index.html
16+
17+
.. CODE FORMATTING AND QUALITY TOOLS
18+
.. _black: https://black.readthedocs.io/en/stable/
19+
.. _flake8: https://flake8.pycqa.org/en/latest/index.html
20+
.. _pycodestyle: https://pypi.org/project/pycodestyle/
21+
.. _pyflakes: https://pypi.org/project/pyflakes/
22+
23+
.. DOCUMENTATION TOOLS
24+
.. _codespell: https://github.com/codespell-project/codespell
25+
.. _docformatter: https://github.com/PyCQA/docformatter
26+
.. _docstr-coverage: https://docstr-coverage.readthedocs.io/en/latest/index.html
27+
.. _docstring-coverage: https://bitbucket.org/DataGreed/docstring-coverage/wiki/Home
28+
.. _doctest: https://docs.python.org/3/library/doctest.html
29+
.. _googledoc: https://google.github.io/styleguide/
30+
.. _interrogate: https://interrogate.readthedocs.io/en/latest/
31+
.. _mccabe: https://github.com/PyCQA/mccabe
32+
.. _reStructuredText Markup Syntax: https://docutils.sourceforge.io/rst.html
33+
.. _sphinx: https://www.sphinx-doc.org/en/master/
34+
.. _sphinx-gallery: https://sphinx-gallery.github.io/
35+
36+
.. PYTHON ECOSYSTEM
37+
.. _Python Packaging Authority: https://www.pypa.io/en/latest/
38+
.. _Python Packaging User Guide: https://packaging.python.org/en/latest/
39+
.. _pip: https://pip.pypa.io/en/latest/
40+
41+
.. PYTHON ENHANCEMENT PROPOSAL (PEP) LINKS
42+
.. _PEP 8: https://peps.python.org/pep-0008/
43+
.. _PEP 20: https://peps.python.org/pep-0020/
44+
.. _PEP 257: https://peps.python.org/pep-0257/
45+
.. _PEP 420: https://peps.python.org/pep-0420/
46+
.. _PEP 517: https://peps.python.org/pep-0517/
47+
.. _PEP 518: https://peps.python.org/pep-0518/
48+
49+
.. UNIT TESTING AND CI TOOLS
50+
.. _codecov.io: https://app.codecov.io/gh/pyansys
51+
.. _dependabot: https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/about-dependabot-version-updates
52+
.. _GitHub Actions: https://github.com/features/actions
53+
.. _GitHub Releases: https://docs.github.com/en/github/administering-a-repository/releasing-projects-on-github/managing-releases-in-a-repository
54+
.. _pytest: https://docs.pytest.org/en/latest/
55+
.. _pytest-cov: https://pytest-cov.readthedocs.io/en/latest/
56+
.. _Test driven development: https://en.wikipedia.org/wiki/Test-driven_development
57+
.. _Tox: https://tox.wiki/en/latest/
58+
59+
.. FLAKE8 RULE CODES
60+
.. _E115: https://www.flake8rules.com/rules/E115.html
61+
.. _E117: https://www.flake8rules.com/rules/E117.html
62+
.. _E122: https://www.flake8rules.com/rules/E122.html
63+
.. _E124: https://www.flake8rules.com/rules/E124.html
64+
.. _E125: https://www.flake8rules.com/rules/E125.html
65+
.. _E225: https://www.flake8rules.com/rules/E225.html
66+
.. _E231: https://www.flake8rules.com/rules/E231.html
67+
.. _E301: https://www.flake8rules.com/rules/E301.html
68+
.. _E303: https://www.flake8rules.com/rules/E303.html
69+
.. _E501: https://www.flake8rules.com/rules/E501.html
70+
.. _F401: https://www.flake8rules.com/rules/F401.html
71+
.. _F403: https://www.flake8rules.com/rules/F403.html
72+
.. _W191: https://www.flake8rules.com/rules/W191.html
73+
.. _W291: https://www.flake8rules.com/rules/W291.html
74+
.. _W293: https://www.flake8rules.com/rules/W293.html
75+
.. _W391: https://www.flake8rules.com/rules/W391.html

0 commit comments

Comments
 (0)