Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

some style fixes to design docs #1744

Merged
merged 1 commit into from
Feb 11, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Docs/source/design.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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::
Expand Down
Loading