|
13 | 13 | .. _dev_guide_branch_names: https://dev.docs.pyansys.com/how-to/contributing.html#branch-naming-conventions |
14 | 14 | .. _dev_guide_commit_names: https://dev.docs.pyansys.com/how-to/contributing.html#commit-naming-conventions |
15 | 15 |
|
16 | | -.. Other libraries |
| 16 | +.. Other libraries documentations |
17 | 17 | .. _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 |
18 | 19 | .. _jupyter: https://jupyter.org/ |
19 | 20 | .. _numpy_org: https://numpy.org/ |
20 | 21 | .. _numpy_docs: https://numpy.org/doc/stable/ |
21 | 22 |
|
| 23 | +.. Other libraries repos |
| 24 | +.. _pyvista_github : https://github.com/pyvista/pyvista |
| 25 | + |
22 | 26 | .. External links |
23 | 27 | .. _sphinx: https://www.sphinx-doc.org/en/master/ |
24 | 28 | .. _sphinx_directives: https://www.sphinx-doc.org/en/master/usage/restructuredtext/directives.html |
25 | | -.. _numpydoc: https://numpydoc.readthedocs.io/en/latest/ |
26 | 29 | .. _vale: https://www.vale.sh |
27 | 30 | .. _docutils_directives: https://docutils.sourceforge.io/docs/ref/rst/directives.html |
| 31 | +.. _numpy_sphinx_ext_doc: https://numpydoc.readthedocs.io/en/latest/ |
28 | 32 |
|
29 | 33 | .. REFERENCES |
30 | 34 |
|
|
35 | 39 | .. |Model| replace:: :class:`Model <ansys.dpf.core.model.Model>` |
36 | 40 | .. |DataSources| replace:: :class:`DataSources <ansys.dpf.core.data_sources.DataSources>` |
37 | 41 | .. |Scoping| replace:: :class:`Scoping <ansys.dpf.core.scoping.Scoping>` |
| 42 | +.. |ScopingsContainer| replace:: :class:`ScopingsContainer <ansys.dpf.core.scopings_container.ScopingsContainer>` |
38 | 43 | .. |MeshedRegion| replace:: :class:`MeshedRegion <ansys.dpf.core.meshed_region.MeshedRegion>` |
| 44 | +.. |MeshesContainer| replace:: :class:`MeshesContainer <ansys.dpf.core.meshes_container.MeshesContainer>` |
39 | 45 | .. |MeshInfo| replace:: :class:`MeshInfo <ansys.dpf.core.mesh_info.MeshInfo>` |
40 | 46 | .. |Nodes| replace:: :class:`Nodes <ansys.dpf.core.nodes.Nodes>` |
41 | 47 | .. |Elements| replace:: :class:`Elements <ansys.dpf.core.elements.Elements>` |
|
0 commit comments