Skip to content

Commit 6922c6e

Browse files
authored
some style fixes to design docs (#1744)
1 parent e24f490 commit 6922c6e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Docs/source/design.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ Structure
88
The high-level directory structure delineates the types of microphysics
99
and the generic solvers:
1010

11-
* ``conductivity``: thermal conductivity routines
11+
* ``conductivity/``: thermal conductivity routines
1212

13-
* ``constants``: fundamental constants
13+
* ``constants/``: fundamental constants
1414

15-
* ``Docs``: the sphinx source for this documentation
15+
* ``Docs/``: the sphinx source for this documentation
1616

1717
* ``EOS/``: the various equations of state
1818

@@ -64,7 +64,7 @@ of the species defined by the network to interpret the state.
6464

6565
We try to maximize code reuse in the Microphysics source, so the
6666
solvers (ODE integration for the network and Newton-Raphson root
67-
finding for the EOS) is separated from the specific implementations of
67+
finding for the EOS) are separated from the specific implementations of
6868
the microphysics.
6969

7070
.. note::

0 commit comments

Comments
 (0)