|
4 | 4 | .. PYANSYS PROJECTS |
5 | 5 | .. _ansys-api-mapdl: https://pypi.org/project/ansys-api-mapdl/ |
6 | 6 | .. _ansys-templates: https://templates.pyansys.com/index.html |
| 7 | +.. _pyansys-protos-generator: https://github.com/pyansys/pyansys-protos-generator |
| 8 | +.. _grpc_chunk_stream_demo: https://github.com/pyansys/grpc_chunk_stream_demo |
7 | 9 | .. _PyAEDT: https://github.com/pyansys/pyaedt |
| 10 | +.. _PyMAPDL: https://github.com/pyansys/pymapdl |
8 | 11 | .. _PyAnsys: https://docs.pyansys.com/ |
9 | 12 | .. _PyAnsys PyPI: https://pkgs.dev.azure.com/pyansys/_packaging/pyansys/pypi |
10 | 13 | .. _PyAnsys GitHub Organization: https://github.com/pyansys |
|
17 | 20 | .. CODE FORMATTING AND QUALITY TOOLS |
18 | 21 | .. _black: https://black.readthedocs.io/en/stable/ |
19 | 22 | .. _flake8: https://flake8.pycqa.org/en/latest/index.html |
| 23 | +.. _pre-commit: https://pre-commit.com/ |
20 | 24 | .. _pycodestyle: https://pypi.org/project/pycodestyle/ |
21 | 25 | .. _pyflakes: https://pypi.org/project/pyflakes/ |
22 | 26 |
|
|
33 | 37 | .. _sphinx: https://www.sphinx-doc.org/en/master/ |
34 | 38 | .. _sphinx-gallery: https://sphinx-gallery.github.io/ |
35 | 39 |
|
36 | | -.. PYTHON ECOSYSTEM |
| 40 | +.. FLAKE8 RULE CODES |
| 41 | +.. _E115: https://www.flake8rules.com/rules/E115.html |
| 42 | +.. _E117: https://www.flake8rules.com/rules/E117.html |
| 43 | +.. _E122: https://www.flake8rules.com/rules/E122.html |
| 44 | +.. _E124: https://www.flake8rules.com/rules/E124.html |
| 45 | +.. _E125: https://www.flake8rules.com/rules/E125.html |
| 46 | +.. _E225: https://www.flake8rules.com/rules/E225.html |
| 47 | +.. _E231: https://www.flake8rules.com/rules/E231.html |
| 48 | +.. _E301: https://www.flake8rules.com/rules/E301.html |
| 49 | +.. _E303: https://www.flake8rules.com/rules/E303.html |
| 50 | +.. _E501: https://www.flake8rules.com/rules/E501.html |
| 51 | +.. _F401: https://www.flake8rules.com/rules/F401.html |
| 52 | +.. _F403: https://www.flake8rules.com/rules/F403.html |
| 53 | +.. _W191: https://www.flake8rules.com/rules/W191.html |
| 54 | +.. _W291: https://www.flake8rules.com/rules/W291.html |
| 55 | +.. _W293: https://www.flake8rules.com/rules/W293.html |
| 56 | +.. _W391: https://www.flake8rules.com/rules/W391.html |
| 57 | + |
| 58 | +.. GIT |
| 59 | +.. _Semantic Versioning: https://semver.org/ |
| 60 | +.. _Trunk Based Development: https://trunkbaseddevelopment.com/ |
| 61 | + |
| 62 | + |
| 63 | +.. LICENSES |
| 64 | +.. _MIT License: https://opensource.org/licenses/MIT |
| 65 | + |
| 66 | +.. PYTHON ECOSYSTEM AND LIBRARIES |
37 | 67 | .. _Python Packaging Authority: https://www.pypa.io/en/latest/ |
38 | 68 | .. _Python Packaging User Guide: https://packaging.python.org/en/latest/ |
39 | 69 | .. _pip: https://pip.pypa.io/en/latest/ |
40 | 70 |
|
| 71 | +.. THIRD PARTY LIBRARIES |
| 72 | +.. _deprecation: https://deprecation.readthedocs.io/en/latest/ |
| 73 | +.. _numpy: https://numpy.org/ |
| 74 | +.. _pandas: https://pandas.pydata.org/ |
| 75 | +.. _scipy: https://scipy.org/ |
| 76 | + |
41 | 77 | .. PYTHON ENHANCEMENT PROPOSAL (PEP) LINKS |
42 | 78 | .. _PEP 8: https://peps.python.org/pep-0008/ |
43 | 79 | .. _PEP 20: https://peps.python.org/pep-0020/ |
|
46 | 82 | .. _PEP 517: https://peps.python.org/pep-0517/ |
47 | 83 | .. _PEP 518: https://peps.python.org/pep-0518/ |
48 | 84 |
|
| 85 | +.. COMMON TECHNOLOGIES |
| 86 | +.. _gRPC: https://grpc.io/ |
| 87 | +.. _rest: https://en.wikipedia.org/wiki/Representational_state_transfer |
| 88 | +.. _SWIG: http://www.swig.org/ |
| 89 | + |
49 | 90 | .. UNIT TESTING AND CI TOOLS |
50 | 91 | .. _codecov.io: https://app.codecov.io/gh/pyansys |
51 | 92 | .. _dependabot: https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/about-dependabot-version-updates |
52 | 93 | .. _GitHub Actions: https://github.com/features/actions |
53 | 94 | .. _GitHub Releases: https://docs.github.com/en/github/administering-a-repository/releasing-projects-on-github/managing-releases-in-a-repository |
54 | 95 | .. _pytest: https://docs.pytest.org/en/latest/ |
55 | 96 | .. _pytest-cov: https://pytest-cov.readthedocs.io/en/latest/ |
56 | | -.. _Test driven development: https://en.wikipedia.org/wiki/Test-driven_development |
| 97 | +.. _Test Driven Development: https://en.wikipedia.org/wiki/Test-driven_development |
57 | 98 | .. _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