File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ quickly begin using it. If you are interested in contributing to theAnsys tools
88see :ref: `contribute ` for information on installing in developer mode.
99
1010Installation
11- ============
11+ ------------
1212
1313To use `pip <https://pypi.org/project/pip/ >`_ to install the Ansys tools common project,
1414run this command:
Original file line number Diff line number Diff line change 11.. _ref_report :
22
33User guide
4- ============
4+ ==========
55
66This section explains how to use ``pyansys-tools-report `` and its features.
77
@@ -141,7 +141,7 @@ the following list:
141141* ``google.protobuf ``
142142
143143If you want the ``Report `` class to look for some extra environment variables by default, please
144- `raise an issue <https://github.com/ansys/pyansys -tools-report /issues >`_.
144+ `raise an issue <https://github.com/ansys/ansys -tools-common /issues >`_.
145145
146146Enjoy its use. If you have any doubts, please raise a question/issue in the
147- `PyAnsys Tools Report Issues <https://github.com/ansys/pyansys -tools-report /issues >`_ site.
147+ `PyAnsys Tools Report Issues <https://github.com/ansys/ansys -tools-common /issues >`_ site.
Original file line number Diff line number Diff line change 11.. ref_versioning:
22
33 User guide
4- ##########
4+ ==========
55
66The fundamental object provided by ``ansys.tools.versioning `` is a decorator
77named :meth: `ansys.tools.versioning.requires_version ` which accepts:
@@ -14,7 +14,7 @@ named :meth:`ansys.tools.versioning.requires_version` which accepts:
1414
1515
1616How to use
17- ==========
17+ ----------
1818The ``requires_version `` decorator is expected to be used in all the desired
1919methods of a class containing a ``_server_version `` attribute. If the class in
2020which it is used does not contain this attribute, an ``AttributeError `` is
You can’t perform that action at this time.
0 commit comments