Skip to content

Commit 14f3c78

Browse files
add new links and substitution text to the links_and_refs.rst file
1 parent 617c55d commit 14f3c78

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

doc/source/links_and_refs.rst

+8-2
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,22 @@
1313
.. _dev_guide_branch_names: https://dev.docs.pyansys.com/how-to/contributing.html#branch-naming-conventions
1414
.. _dev_guide_commit_names: https://dev.docs.pyansys.com/how-to/contributing.html#commit-naming-conventions
1515

16-
.. Other libraries
16+
.. Other libraries documentations
1717
.. _pyvista_docs: https://docs.pyvista.org/version/stable/
18+
.. _pyvista_doc_plot_method: https://docs.pyvista.org/api/plotting/_autosummary/pyvista.plot.html#pyvista.plot
1819
.. _jupyter: https://jupyter.org/
1920
.. _numpy_org: https://numpy.org/
2021
.. _numpy_docs: https://numpy.org/doc/stable/
2122

23+
.. Other libraries repos
24+
.. _pyvista_github : https://github.com/pyvista/pyvista
25+
2226
.. External links
2327
.. _sphinx: https://www.sphinx-doc.org/en/master/
2428
.. _sphinx_directives: https://www.sphinx-doc.org/en/master/usage/restructuredtext/directives.html
25-
.. _numpydoc: https://numpydoc.readthedocs.io/en/latest/
2629
.. _vale: https://www.vale.sh
2730
.. _docutils_directives: https://docutils.sourceforge.io/docs/ref/rst/directives.html
31+
.. _numpy_sphinx_ext_doc: https://numpydoc.readthedocs.io/en/latest/
2832

2933
.. REFERENCES
3034
@@ -35,7 +39,9 @@
3539
.. |Model| replace:: :class:`Model <ansys.dpf.core.model.Model>`
3640
.. |DataSources| replace:: :class:`DataSources <ansys.dpf.core.data_sources.DataSources>`
3741
.. |Scoping| replace:: :class:`Scoping <ansys.dpf.core.scoping.Scoping>`
42+
.. |ScopingsContainer| replace:: :class:`ScopingsContainer <ansys.dpf.core.scopings_container.ScopingsContainer>`
3843
.. |MeshedRegion| replace:: :class:`MeshedRegion <ansys.dpf.core.meshed_region.MeshedRegion>`
44+
.. |MeshesContainer| replace:: :class:`MeshesContainer <ansys.dpf.core.meshes_container.MeshesContainer>`
3945
.. |MeshInfo| replace:: :class:`MeshInfo <ansys.dpf.core.mesh_info.MeshInfo>`
4046
.. |Nodes| replace:: :class:`Nodes <ansys.dpf.core.nodes.Nodes>`
4147
.. |Elements| replace:: :class:`Elements <ansys.dpf.core.elements.Elements>`

0 commit comments

Comments
 (0)