diff --git a/doc/source/links_and_refs.rst b/doc/source/links_and_refs.rst new file mode 100644 index 00000000000..64063a08dea --- /dev/null +++ b/doc/source/links_and_refs.rst @@ -0,0 +1,46 @@ +.. _ref_links_and_refs: + +.. LINKS + +.. 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 + +.. Other libraries +.. _pyvista_docs: https://docs.pyvista.org/version/stable/ +.. _jupyter: https://jupyter.org/ +.. _numpy_org: https://numpy.org/ +.. _numpy_docs: https://numpy.org/doc/stable/ + +.. External links +.. _sphinx: https://www.sphinx-doc.org/en/master/ +.. _sphinx_directives: https://www.sphinx-doc.org/en/master/usage/restructuredtext/directives.html +.. _numpydoc: https://numpydoc.readthedocs.io/en/latest/ +.. _vale: https://www.vale.sh +.. _docutils_directives: https://docutils.sourceforge.io/docs/ref/rst/directives.html + +.. REFERENCES + +.. Main DPF objects +.. |Examples| replace:: :mod:`Examples` +.. |Field| replace:: :class:`Field` +.. |FieldsContainer| replace:: :class:`FieldsContainer` +.. |Model| replace:: :class:`Model ` +.. |DataSources| replace:: :class:`Model ` +.. |Scoping| replace:: :class:`Scoping ` +.. |MeshedRegion| replace:: :class:`MeshedRegion ` +.. |MeshInfo| replace:: :class:`MeshInfo ` +.. |Nodes| replace:: :class:`Nodes ` +.. |Elements| replace:: :class:`Elements ` +.. |Faces| replace:: :class:`Faces ` +.. |DpfPlotter| replace:: :class:`DpfPlotter` +.. |Result| replace:: :class:`Result ` +.. |Operator| replace:: :class:`Operator` +.. |TimeFreqSupport| replace:: :class:`TimeFreqSupport ` \ No newline at end of file