.. _ref_links_and_refs:

.. LINKS

.. PyDPF-Core
.. _pydpfcore_issues: https://github.com/ansys/pydpf-core/issues
.. _pydpfcore_discussions: https://github.com/ansys/pydpf-core/discussions
.. _pydpfcore_latest_release: https://github.com/ansys/pydpf-core/releases/latest
.. _pydpfcore_documentation: https://dpf.docs.pyansys.com/

.. Pyansys
.. _pyansys: https://docs.pyansys.com/version/dev/

.. PyAnsys Developer Guide
.. _dev_guide_pyansys: https://dev.docs.pyansys.com
.. _dev_guide_contributing: https://dev.docs.pyansys.com/how-to/contributing.html
.. _dev_guide_coding_style: https://dev.docs.pyansys.com/coding-style/index.html
.. _dev_guide_setup_your_environment: https://dev.docs.pyansys.com/how-to/setting-up.html
.. _dev_guide_branch_names: https://dev.docs.pyansys.com/how-to/contributing.html#branch-naming-conventions
.. _dev_guide_commit_names: https://dev.docs.pyansys.com/how-to/contributing.html#commit-naming-conventions
.. _dev_guide_doc_style: https://dev.docs.pyansys.com/doc-style/index.html
.. _dev_guide_documenting: https://dev.docs.pyansys.com/how-to/documenting.html#

.. Other libraries documentations
.. _pyvista_docs: https://docs.pyvista.org/version/stable/
.. _pyvista_doc_plot_method: https://docs.pyvista.org/api/plotting/_autosummary/pyvista.plot.html#pyvista.plot
.. _pyvista_org: https://pyvista.org/
.. _jupyter: https://jupyter.org/
.. _numpy_org: https://numpy.org/
.. _numpy_docs: https://numpy.org/doc/stable/
.. _jupyter_sphinx_ext: https://jupyter-sphinx.readthedocs.io/en/latest/

.. Other libraries repos
.. _pyvista_github : https://github.com/pyvista/pyvista
.. _matplotlib_github : https://github.com/matplotlib/matplotlib

.. External links
.. _sphinx: https://www.sphinx-doc.org/en/master/
.. _sphinx_directives: https://www.sphinx-doc.org/en/master/usage/restructuredtext/directives.html
.. _sphinx_basics: https://www.sphinx-doc.org/en/master/usage/restructuredtext/basics.html
.. _vale: https://www.vale.sh
.. _docutils_directives: https://docutils.sourceforge.io/docs/ref/rst/directives.html
.. _numpy_sphinx_ext_doc: https://numpydoc.readthedocs.io/en/latest/
.. _pip_pypi_page: https://pypi.org/project/pip/
.. _pyvista_download_files: https://pypi.org/project/pyvista/#files
.. _matplotlib_download_files: https://pypi.org/project/matplotlib/#files

.. REFERENCES

.. Main DPF objects
.. |Examples| replace:: :mod:`Examples<ansys.dpf.core.examples>`
.. |Field| replace:: :class:`Field<ansys.dpf.core.field.Field>`
.. |FieldsContainer| replace:: :class:`FieldsContainer<ansys.dpf.core.fields_container.FieldsContainer>`
.. |Model| replace:: :class:`Model <ansys.dpf.core.model.Model>`
.. |DataSources| replace:: :class:`DataSources <ansys.dpf.core.data_sources.DataSources>`
.. |Scoping| replace:: :class:`Scoping <ansys.dpf.core.scoping.Scoping>`
.. |ScopingsContainer| replace:: :class:`ScopingsContainer <ansys.dpf.core.scopings_container.ScopingsContainer>`
.. |MeshedRegion| replace:: :class:`MeshedRegion <ansys.dpf.core.meshed_region.MeshedRegion>`
.. |MeshesContainer| replace:: :class:`MeshesContainer <ansys.dpf.core.meshes_container.MeshesContainer>`
.. |MeshInfo| replace:: :class:`MeshInfo <ansys.dpf.core.mesh_info.MeshInfo>`
.. |Nodes| replace:: :class:`Nodes <ansys.dpf.core.nodes.Nodes>`
.. |Elements| replace:: :class:`Elements <ansys.dpf.core.elements.Elements>`
.. |Faces| replace:: :class:`Faces <ansys.dpf.core.faces.Faces>`
.. |DpfPlotter| replace:: :class:`DpfPlotter<ansys.dpf.core.plotter.DpfPlotter>`
.. |Result| replace:: :class:`Result <ansys.dpf.core.results.Result>`
.. |Operator| replace:: :class:`Operator<ansys.dpf.core.dpf_operator.Operator>`
.. |TimeFreqSupport| replace:: :class:`TimeFreqSupport <ansys.dpf.core.time_freq_support.TimeFreqSupport>`
.. |PropertyField| replace:: :class:`PropertyField <ansys.dpf.core.property_field.PropertyField>`
.. |StringField| replace:: :class:`StringField <ansys.dpf.core.string_field.StringField>`