Skip to content

Commit b9e2423

Browse files
Fix broken xref to SalishSeaNowcast package (#314)
1 parent c854c64 commit b9e2423

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/figures/create_fig_module.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Creating a Figure Module
2525
This section discusses the elements of a :py:obj:`nowcast.figures` module.
2626
We'll use :py:mod:`nowcast.figures.research.tracer_thalweg_and_surface` as the basis of the example.
2727
The example focuses on the structure of the module and the functions it contains,
28-
as well as the interfaces between those and the rest of the :ref:`SalishSeaNowcastPackage`.
28+
as well as the interfaces between those and the rest of the ``SalishSeaNowcastPackage``.
2929

3030
There are some very strong opinions in this section about what function names to use,
3131
and how to break the code that creates a figure up into functions.

0 commit comments

Comments
 (0)