From 98e9d46a0634e3fddc1b57267d79521209f2b2cb Mon Sep 17 00:00:00 2001 From: Julie Prestopnik Date: Fri, 23 Feb 2024 16:44:34 -0700 Subject: [PATCH] Per #3, attempting to resolve documentation warnings --- docs/Tutorial/cases/CBL.rst | 12 ++++++------ docs/Tutorial/cases/NBL.rst | 14 +++++++------- docs/Tutorial/cases/SBL.rst | 12 ++++++------ docs/Tutorial/index.rst | 15 +++++---------- 4 files changed, 24 insertions(+), 29 deletions(-) diff --git a/docs/Tutorial/cases/CBL.rst b/docs/Tutorial/cases/CBL.rst index 74e9948..545d209 100644 --- a/docs/Tutorial/cases/CBL.rst +++ b/docs/Tutorial/cases/CBL.rst @@ -16,12 +16,12 @@ Input parameters * Latitude: :math:`33.5^{\circ}` N * Surface potential temperature: :math:`309` K * Potential temperature profile: -.. math:: - \partial{\theta}/\partial z = - \begin{cases} - 0 & \text{if $z$ $\le$ 600 m}\\ - 0.004 & \text{if $z$ > 600 m} - \end{cases} + .. math:: + \partial{\theta}/\partial z = + \begin{cases} + 0 & \text{if $z$ $\le$ 600 m}\\ + 0.004 & \text{if $z$ > 600 m} + \end{cases} * Surface heat flux: :math:`0.35` Km/s * Surface roughness length: :math:`z_0=0.05` m * Rayleigh damping layer: uppermost :math:`400` m of the domain diff --git a/docs/Tutorial/cases/NBL.rst b/docs/Tutorial/cases/NBL.rst index 9e8cb25..5fe82d8 100644 --- a/docs/Tutorial/cases/NBL.rst +++ b/docs/Tutorial/cases/NBL.rst @@ -19,13 +19,13 @@ Input parameters * Latitude: :math:`54.0^{\circ}` N * Surface potential temperature: :math:`300` K * Potential temperature profile: -.. math:: - \partial{\theta}/\partial z = - \begin{cases} - 0 & \text{if $z$ $\le$ 500 m}\\ - 0.08 & \text{if 500 m < $z$ $\le$ 650 m}\\ - 0.003 & \text{if $z$ > 650 m} - \end{cases} + .. math:: + \partial{\theta}/\partial z = + \begin{cases} + 0 & \text{if $z$ $\le$ 500 m}\\ + 0.08 & \text{if 500 m < $z$ $\le$ 650 m}\\ + 0.003 & \text{if $z$ > 650 m} + \end{cases} * Surface heat flux: :math:`0.0` Km/s * Surface roughness length: :math:`z_0=0.1` m * Rayleigh damping layer: uppermost :math:`400` m of the domain diff --git a/docs/Tutorial/cases/SBL.rst b/docs/Tutorial/cases/SBL.rst index e9df78e..4cd9028 100644 --- a/docs/Tutorial/cases/SBL.rst +++ b/docs/Tutorial/cases/SBL.rst @@ -19,12 +19,12 @@ Input parameters * Latitude: :math:`73^{\circ}` N * Surface potential temperature: :math:`265` K * Potential temperature profile: -.. math:: - \partial{\theta}/\partial z = - \begin{cases} - 0 & \text{if $z$ $\le$ 100 m}\\ - 0.01 & \text{if $z$ > 100 m} - \end{cases} + .. math:: + \partial{\theta}/\partial z = + \begin{cases} + 0 & \text{if $z$ $\le$ 100 m}\\ + 0.01 & \text{if $z$ > 100 m} + \end{cases} * Surface heat flux: :math:`-0.25` K/h * Surface roughness length: :math:`z_0=0.1` m * Rayleigh damping layer: uppermost :math:`75` m of the domain diff --git a/docs/Tutorial/index.rst b/docs/Tutorial/index.rst index bb9e246..f3ccf0d 100644 --- a/docs/Tutorial/index.rst +++ b/docs/Tutorial/index.rst @@ -17,14 +17,9 @@ sensitivity.rst -.. only - - .. toctree:: - :caption: QUESTIONS - - questions.rst +.. toctree:: + :caption: QUESTIONS + :orphan: + + questions.rst - .. toctree:: - :caption: SENSITIVITY TESTS - - sensitivity.rst