Skip to content

Commit

Permalink
Use cross-references
Browse files Browse the repository at this point in the history
  • Loading branch information
mwtoews committed Nov 18, 2024
1 parent c730369 commit f93571a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions flopy/mf6/utils/reference.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
.. deprecated:: 3.9
This module will be removed in FloPy 3.10+. Use
the `flopy.discretization` module instead.
the :mod:`flopy.discretization` module instead.
"""

Expand All @@ -16,7 +16,8 @@ class StructuredSpatialReference:
.. deprecated:: 3.9
This class will be removed in FloPy 3.10+. Use
`StructuredGrid` instead.
:class:`~flopy.discretization.structuredgrid.StructuredGrid`
instead.
Parameters
----------
Expand Down Expand Up @@ -554,7 +555,8 @@ class VertexSpatialReference:
.. deprecated:: 3.9
This class will be removed in FloPy 3.10+. Use
`VertexGrid` instead.
:class:`~flopy.discretization.vertexgrid.VertexGrid`
instead.
Parameters
----------
Expand Down

0 comments on commit f93571a

Please sign in to comment.