Skip to content

Commit efef387

Browse files
fix: Titles and links
1 parent 5f3bdc6 commit efef387

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

doc/source/getting_started/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ quickly begin using it. If you are interested in contributing to theAnsys tools
88
see :ref:`contribute` for information on installing in developer mode.
99

1010
Installation
11-
============
11+
------------
1212

1313
To use `pip <https://pypi.org/project/pip/>`_ to install the Ansys tools common project,
1414
run this command:

doc/source/user_guide/report.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. _ref_report:
22

33
User guide
4-
============
4+
==========
55

66
This section explains how to use ``pyansys-tools-report`` and its features.
77

@@ -141,7 +141,7 @@ the following list:
141141
* ``google.protobuf``
142142

143143
If 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

146146
Enjoy 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.

doc/source/user_guide/versioning.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. ref_versioning:
22
33
User guide
4-
##########
4+
==========
55

66
The fundamental object provided by ``ansys.tools.versioning`` is a decorator
77
named :meth:`ansys.tools.versioning.requires_version` which accepts:
@@ -14,7 +14,7 @@ named :meth:`ansys.tools.versioning.requires_version` which accepts:
1414

1515

1616
How to use
17-
==========
17+
----------
1818
The ``requires_version`` decorator is expected to be used in all the desired
1919
methods of a class containing a ``_server_version`` attribute. If the class in
2020
which it is used does not contain this attribute, an ``AttributeError`` is

0 commit comments

Comments
 (0)