From 7bbc0ff937c237df200bc8024bfbdf9e9618862f Mon Sep 17 00:00:00 2001 From: Michael Zingale Date: Sat, 8 Feb 2025 09:41:11 -0500 Subject: [PATCH] some style fixes to design docs --- Docs/source/design.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Docs/source/design.rst b/Docs/source/design.rst index 6de76547e..018c61f26 100644 --- a/Docs/source/design.rst +++ b/Docs/source/design.rst @@ -8,11 +8,11 @@ Structure The high-level directory structure delineates the types of microphysics and the generic solvers: -* ``conductivity``: thermal conductivity routines +* ``conductivity/``: thermal conductivity routines -* ``constants``: fundamental constants +* ``constants/``: fundamental constants -* ``Docs``: the sphinx source for this documentation +* ``Docs/``: the sphinx source for this documentation * ``EOS/``: the various equations of state @@ -64,7 +64,7 @@ of the species defined by the network to interpret the state. We try to maximize code reuse in the Microphysics source, so the solvers (ODE integration for the network and Newton-Raphson root -finding for the EOS) is separated from the specific implementations of +finding for the EOS) are separated from the specific implementations of the microphysics. .. note::