You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in the *PyAnsys developer's guide*. Ensure that you are thoroughly familiar
9
-
with this guide before attempting to contribute to the Ansys Common Tools repository.
9
+
with this guide before attempting to contribute to Ansys Common Tools.
10
10
11
-
The following contribution information is specific to the Ansys Common Tools.
11
+
The following contribution information is specific to Ansys Common Tools.
12
12
13
13
Install in developer mode
14
14
-------------------------
15
15
16
-
Installing the Ansys tools in developer mode allows you to modify and enhance
17
-
the source.
16
+
Installing Ansys Common Tools in developer mode allows you to modify and enhance the source.
18
17
19
-
To clone and install the latest Ansys tools release in development mode, run
20
-
these commands:
18
+
To clone and install the latest Ansys Common Tools release in development mode, run these commands:
21
19
22
20
.. code::
23
21
@@ -29,22 +27,20 @@ these commands:
29
27
Run tests
30
28
---------
31
29
32
-
Ansys tools common uses `pytest <https://docs.pytest.org/en/stable/>`_ for testing.
30
+
Ansys Common Tools uses `pytest <https://docs.pytest.org/en/stable/>`_ for testing.
33
31
34
-
#. Prior to running tests, you must run this command to install
35
-
test dependencies::
32
+
#. Prior to running tests, you must run this command to install test dependencies::
36
33
37
34
pip install -e .[tests]
38
35
39
-
#. To then run the tests, navigate to the root directory of the repository and run this
40
-
command::
36
+
#. To then run the tests, navigate to the root directory of the repository and run this command::
41
37
42
38
pytest
43
39
44
40
Adhere to code style
45
41
--------------------
46
42
47
-
The Ansys Common Tools follows the PEP8 standard as outlined in
43
+
Ansys Common Tools follows the PEP8 standard as outlined in
48
44
`PEP 8 <https://dev.docs.pyansys.com/coding-style/pep8.html>`_ in
49
45
the *PyAnsys developer's guide* and implements style checking using
50
46
`pre-commit <https://pre-commit.com/>`_.
@@ -76,7 +72,7 @@ This way, it's not possible for you to push code that fails the style checks::
76
72
Build the documentation
77
73
-----------------------
78
74
79
-
You can build the Ansys Common Tools documentation locally.
75
+
You can build Ansys Common Tools documentation locally.
80
76
81
77
#. Prior to building the documentation, you must run this command to install
82
78
documentation dependencies::
@@ -105,11 +101,10 @@ You can clean the documentation build by running this command::
105
101
Post issues
106
102
-----------
107
103
108
-
Use the `Ansys tools common Issues <https://github.com/ansys/ansys-tools-common/issues>`_
109
-
page to report bugs and request new features. When possible, use the issue templates provided.
104
+
Use the Ansys Common Tools `Issues <https://github.com/ansys/ansys-tools-common/issues>`_ page to report bugs and request new features. When possible, use the issue templates provided.
110
105
If your issue does not fit into one of these templates, click the link for opening a blank issue.
111
106
112
107
If you have general questions about the PyAnsys ecosystem, email
0 commit comments