Skip to content

Commit 2714164

Browse files
committed
add refs
1 parent e3fd270 commit 2714164

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

Docs/source/comprehensive_tests.rst

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _sec:comprehensive_tests:
2+
13
************************
24
Comprehensive Unit Tests
35
************************

Docs/source/one_zone_tests.rst

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _sec:one_zone_tests:
2+
13
**************
24
One Zone Tests
35
**************

Docs/source/unit_test_runtime_parameters.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Most of the unit tests require a composition to be defined (for the
2525
initial mass-fractions, $X_k$). There are a few ways this can be done
2626
(depending on the test).
2727

28-
* One-zone (``*_cell``) tests usually do one of:
28+
* One-zone (``*_cell``) tests (see :ref:`sec:one_zone_tests`) usually do one of:
2929

3030
* *Explicitly setting the individual mass fractions.* This is
3131
controlled by the parameters ``unit_test.X1``, ``unit_test.X2``, ..., ``unit_test.X35``,
@@ -45,7 +45,7 @@ initial mass-fractions, $X_k$). There are a few ways this can be done
4545
``unit_test.uniform_xn``. If this is set to ``1``, then each mass fraction
4646
is initialized to ``1 / NumSpec``.
4747

48-
* Comprehensive tests need many different compositions, since they are creating a cube
48+
* Comprehensive tests (see :ref:`sec:comprehensive_tests`) need many different compositions, since they are creating a cube
4949
of varying thermodynamic properties, and thus require a prescription
5050
to create the composition. This is done by setting ``unit_test.primary_species_1``,
5151
``unit_test.primary_species_2``, and ``unit_test.primary_species_3`` to one of the

0 commit comments

Comments
 (0)