diff --git a/docs/figures/create_fig_module.rst b/docs/figures/create_fig_module.rst index 8eac53d9..a9eb50d3 100644 --- a/docs/figures/create_fig_module.rst +++ b/docs/figures/create_fig_module.rst @@ -25,7 +25,7 @@ Creating a Figure Module This section discusses the elements of a :py:obj:`nowcast.figures` module. We'll use :py:mod:`nowcast.figures.research.tracer_thalweg_and_surface` as the basis of the example. The example focuses on the structure of the module and the functions it contains, -as well as the interfaces between those and the rest of the :ref:`SalishSeaNowcastPackage`. +as well as the interfaces between those and the rest of the ``SalishSeaNowcastPackage``. There are some very strong opinions in this section about what function names to use, and how to break the code that creates a figure up into functions.