Skip to content

Commit c16d992

Browse files
Jeffery Scottjahn
authored andcommitted
additional manual ch 1 changes
1 parent d63101c commit c16d992

File tree

6 files changed

+8
-7
lines changed

6 files changed

+8
-7
lines changed

doc/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# You can set these variables from the command line.
55
SPHINXOPTS =
6-
SPHINXBUILD = sphinx-build
6+
SPHINXBUILD = /anaconda/bin/sphinx-build
77
SPHINXPROJ = MITgcm
88
SOURCEDIR = .
99
BUILDDIR = _build

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
# number figures within section
9393
numfig_secnum_depth = 1
9494

95-
math_number_all = True
95+
#math_number_all = True
9696

9797
numfig_format = {'figure': 'Figure %s', 'table': 'Table %s', 'code-block': 'Listing %s', 'section': 'Section %s'}
9898

doc/overview/atmosphere.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ where
3737
3838
In the above the ideal gas law, :math:`p=\rho RT`, has been expressed in
3939
terms of the Exner function :math:`\Pi (p)` given by :eq:`exner`
40-
(see also :ref:`atmos_appendix`)
40+
(see also :numref:`atmos_appendix`)
4141

4242
.. math:: \Pi (p)=c_{p}(\frac{p}{p_{c}})^{\kappa }
4343
:label: exner
@@ -72,6 +72,6 @@ The boundary conditions at top and bottom are given by:
7272
Then the (hydrostatic form of) equations
7373
:eq:`horiz-mtm`-:eq:`humidity-salt` yields a consistent set of
7474
atmospheric equations which, for convenience, are written out in
75-
:math:`p-`\coordinates in :ref:`atmos_appendix` - see
75+
:math:`p-`\coordinates in :numref:`atmos_appendix` - see
7676
eqs. :eq:`atmos-prime`-:eq:`atmos-prime5`.
7777

doc/overview/kinematic_bound.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ surface’ in the resting fluid and :math:`\eta` is the departure from
2626
Horizontal
2727
~~~~~~~~~~
2828

29-
.. math:: \vec{\mathbf{v}}\cdot \vec{\mathbf{n}}=0 \label{eq:noflow}
29+
.. math:: \vec{\mathbf{v}}\cdot \vec{\mathbf{n}}=0
30+
:label: noflow
3031

3132
where :math:`\vec{\mathbf{n}}` is the normal to a solid boundary.
3233

doc/overview/ocean.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@ where :math:`\eta` is the elevation of the free surface.
4646

4747
Then equations :eq:`horiz-mtm`- :eq:`humidity-salt` yield a
4848
consistent set of oceanic equations which, for convenience, are written
49-
out in :math:`z-`\coordinates in :ref:`ocean_appendix` - see eqs. :eq:`eq-ocean-mom`
49+
out in :math:`z-`\coordinates in :numref:`ocean_appendix` - see eqs. :eq:`eq-ocean-mom`
5050
to :eq:`eq-ocean-salt`.
5151

doc/overview/overview.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ with :math:`\mathbf{\nabla }_{h}` operating in the horizontal and
255255
.. math:: \mathcal{Q}_{S}\mathcal{\ }\text{are forcing and dissipation of }S
256256

257257
The :math:`\mathcal{F}^{\prime }s` and :math:`\mathcal{Q}^{\prime }s`
258-
are provided by ‘physics’ and forcing pac kages for atmosphere and ocean.
258+
are provided by ‘physics’ and forcing packages for atmosphere and ocean.
259259
These are described in later chapters.
260260

261261

0 commit comments

Comments
 (0)