Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion src/ansys/dpf/core/geometry.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,14 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.

"""Module containing the different geometry objects."""
"""
.. _ref_geometry:

Geometry
========
Module containing the different geometry objects.

"""

from ansys.dpf import core as dpf

Expand Down
9 changes: 8 additions & 1 deletion src/ansys/dpf/core/geometry_factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,14 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.

"""Geometry factory module containing functions to create the different geometries."""
"""
.. _ref_geometry_factory:

Geometry Factory
================
Geometry factory module containing functions to create the different geometries.

"""

import numpy as np

Expand Down