From 612915bbcbea3cc2ef27db20eebfefb91f5809ef Mon Sep 17 00:00:00 2001 From: Rei Landsberger Date: Thu, 4 Apr 2024 19:05:45 -0600 Subject: [PATCH 1/2] Adding Hyperlink to appendixD.rst Added the missing reference link about MEMBER OUTPUT LISTS to the relevant page from the readthedocs.io site (https://openfast.readthedocs.io/en/dev/source/user/subdyn/input_files.html#member-output-list). --- docs/source/user/subdyn/appendixD.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/user/subdyn/appendixD.rst b/docs/source/user/subdyn/appendixD.rst index e2bcbab592..2705509d2b 100644 --- a/docs/source/user/subdyn/appendixD.rst +++ b/docs/source/user/subdyn/appendixD.rst @@ -7,7 +7,7 @@ This is a list of all possible output parameters for the SubDyn module. The names are grouped by meaning, but can be ordered in the OUTPUT CHANNELS section of the SubDyn input file as the user sees fit. :math:`M \alpha N \beta`, refers to node :math:`\beta` of member :math:`\alpha`, where :math:`\alpha` is a number in the range [1,9] and -corresponds to row :math:`\alpha` in the MEMBER OUTPUT LIST table (see Section ) and +corresponds to row :math:`\alpha` in the MEMBER OUTPUT LIST table (see :numref:`_SD_Member_Output`) and :math:`\beta` is a number in the range [1,9] and corresponds to node :math:`\beta` in the **NodeCnt** list of that table entry. From 43866bed9cb9dab64774010a86fba80092d8a2b8 Mon Sep 17 00:00:00 2001 From: Rei Landsberger Date: Thu, 4 Apr 2024 21:11:39 -0600 Subject: [PATCH 2/2] Removing the unnecessary undercase --- docs/source/user/subdyn/appendixD.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/user/subdyn/appendixD.rst b/docs/source/user/subdyn/appendixD.rst index 2705509d2b..3cf6bcef2c 100644 --- a/docs/source/user/subdyn/appendixD.rst +++ b/docs/source/user/subdyn/appendixD.rst @@ -7,7 +7,7 @@ This is a list of all possible output parameters for the SubDyn module. The names are grouped by meaning, but can be ordered in the OUTPUT CHANNELS section of the SubDyn input file as the user sees fit. :math:`M \alpha N \beta`, refers to node :math:`\beta` of member :math:`\alpha`, where :math:`\alpha` is a number in the range [1,9] and -corresponds to row :math:`\alpha` in the MEMBER OUTPUT LIST table (see :numref:`_SD_Member_Output`) and +corresponds to row :math:`\alpha` in the MEMBER OUTPUT LIST table (see :numref:`SD_Member_Output`) and :math:`\beta` is a number in the range [1,9] and corresponds to node :math:`\beta` in the **NodeCnt** list of that table entry.