Skip to content

Commit f1f4cef

Browse files
add a file with refs and links to be used in the doc
1 parent d748b95 commit f1f4cef

File tree

1 file changed

+8
-17
lines changed

1 file changed

+8
-17
lines changed

doc/source/links_and_refs.rst

Lines changed: 8 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,34 @@
1+
.. _ref_links_and_refs:
12

2-
=====
3-
Links
4-
=====
3+
.. LINKS
54
6-
Pyansys
7-
^^^^^^^
5+
.. Pyansys
86
.. _pyansys: https://docs.pyansys.com/version/dev/
97

10-
PyAnsys Developer Guide
11-
^^^^^^^^^^^^^^^^^^^^^^^
8+
.. PyAnsys Developer Guide
129
.. _dev_guide_pyansys: https://dev.docs.pyansys.com
1310
.. _dev_guide_contributing: https://dev.docs.pyansys.com/how-to/contributing.html
1411
.. _dev_guide_coding_style: https://dev.docs.pyansys.com/coding-style/index.html
1512
.. _dev_guide_setup_your_environment: https://dev.docs.pyansys.com/how-to/setting-up.html
1613
.. _dev_guide_branch_names: https://dev.docs.pyansys.com/how-to/contributing.html#branch-naming-conventions
1714
.. _dev_guide_commit_names: https://dev.docs.pyansys.com/how-to/contributing.html#commit-naming-conventions
1815

19-
Other libraries
20-
^^^^^^^^^^^^^^^
16+
.. Other libraries
2117
.. _pyvista_docs: https://docs.pyvista.org/version/stable/
2218
.. _jupyter: https://jupyter.org/
2319
.. _numpy_org: https://numpy.org/
2420
.. _numpy_docs: https://numpy.org/doc/stable/
2521

26-
External links
27-
^^^^^^^^^^^^^^
22+
.. External links
2823
.. _sphinx: https://www.sphinx-doc.org/en/master/
2924
.. _sphinx_directives: https://www.sphinx-doc.org/en/master/usage/restructuredtext/directives.html
3025
.. _numpydoc: https://numpydoc.readthedocs.io/en/latest/
3126
.. _vale: https://www.vale.sh
3227
.. _docutils_directives: https://docutils.sourceforge.io/docs/ref/rst/directives.html
3328

34-
==========
35-
References
36-
==========
37-
38-
Main DPF objects
39-
^^^^^^^^^^^^^^^^
29+
.. REFERENCES
4030
31+
.. Main DPF objects
4132
.. |Examples| replace:: :mod:`Examples<ansys.dpf.core.examples>`
4233
.. |Field| replace:: :class:`Field<ansys.dpf.core.field.Field>`
4334
.. |FieldsContainer| replace:: :class:`FieldsContainer<ansys.dpf.core.fields_container.FieldsContainer>`

0 commit comments

Comments
 (0)