Skip to content

Commit d748b95

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

File tree

1 file changed

+55
-0
lines changed

1 file changed

+55
-0
lines changed

doc/source/links_and_refs.rst

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
2+
=====
3+
Links
4+
=====
5+
6+
Pyansys
7+
^^^^^^^
8+
.. _pyansys: https://docs.pyansys.com/version/dev/
9+
10+
PyAnsys Developer Guide
11+
^^^^^^^^^^^^^^^^^^^^^^^
12+
.. _dev_guide_pyansys: https://dev.docs.pyansys.com
13+
.. _dev_guide_contributing: https://dev.docs.pyansys.com/how-to/contributing.html
14+
.. _dev_guide_coding_style: https://dev.docs.pyansys.com/coding-style/index.html
15+
.. _dev_guide_setup_your_environment: https://dev.docs.pyansys.com/how-to/setting-up.html
16+
.. _dev_guide_branch_names: https://dev.docs.pyansys.com/how-to/contributing.html#branch-naming-conventions
17+
.. _dev_guide_commit_names: https://dev.docs.pyansys.com/how-to/contributing.html#commit-naming-conventions
18+
19+
Other libraries
20+
^^^^^^^^^^^^^^^
21+
.. _pyvista_docs: https://docs.pyvista.org/version/stable/
22+
.. _jupyter: https://jupyter.org/
23+
.. _numpy_org: https://numpy.org/
24+
.. _numpy_docs: https://numpy.org/doc/stable/
25+
26+
External links
27+
^^^^^^^^^^^^^^
28+
.. _sphinx: https://www.sphinx-doc.org/en/master/
29+
.. _sphinx_directives: https://www.sphinx-doc.org/en/master/usage/restructuredtext/directives.html
30+
.. _numpydoc: https://numpydoc.readthedocs.io/en/latest/
31+
.. _vale: https://www.vale.sh
32+
.. _docutils_directives: https://docutils.sourceforge.io/docs/ref/rst/directives.html
33+
34+
==========
35+
References
36+
==========
37+
38+
Main DPF objects
39+
^^^^^^^^^^^^^^^^
40+
41+
.. |Examples| replace:: :mod:`Examples<ansys.dpf.core.examples>`
42+
.. |Field| replace:: :class:`Field<ansys.dpf.core.field.Field>`
43+
.. |FieldsContainer| replace:: :class:`FieldsContainer<ansys.dpf.core.fields_container.FieldsContainer>`
44+
.. |Model| replace:: :class:`Model <ansys.dpf.core.model.Model>`
45+
.. |DataSources| replace:: :class:`Model <ansys.dpf.core.data_sources.DataSources>`
46+
.. |Scoping| replace:: :class:`Scoping <ansys.dpf.core.scoping.Scoping>`
47+
.. |MeshedRegion| replace:: :class:`MeshedRegion <ansys.dpf.core.meshed_region.MeshedRegion>`
48+
.. |MeshInfo| replace:: :class:`MeshInfo <ansys.dpf.core.mesh_info.MeshInfo>`
49+
.. |Nodes| replace:: :class:`Nodes <ansys.dpf.core.nodes.Nodes>`
50+
.. |Elements| replace:: :class:`Elements <ansys.dpf.core.elements.Elements>`
51+
.. |Faces| replace:: :class:`Faces <ansys.dpf.core.faces.Faces>`
52+
.. |DpfPlotter| replace:: :class:`DpfPlotter<ansys.dpf.core.plotter.DpfPlotter>`
53+
.. |Result| replace:: :class:`Result <ansys.dpf.core.results.Result>`
54+
.. |Operator| replace:: :class:`Operator<ansys.dpf.core.dpf_operator.Operator>`
55+
.. |TimeFreqSupport| replace:: :class:`TimeFreqSupport <ansys.dpf.core.time_freq_support.TimeFreqSupport>`

0 commit comments

Comments
 (0)