Skip to content

Commit 2d1257b

Browse files
committed
Merge doc_overview_section from jrscott
2 parents 7c192ff + f1b3355 commit 2d1257b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+1589019
-367
lines changed

doc/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ help:
1717
# Catch-all target: route all unknown targets to Sphinx using the new
1818
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
1919
%: Makefile
20-
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
20+
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)

doc/conf.py

Lines changed: 2 additions & 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

@@ -141,6 +141,7 @@
141141
# Additional stuff for the LaTeX preamble.
142142
#
143143
# 'preamble': '',
144+
'preamble': '\setcounter{secnumdepth}{3}',
144145

145146
# Latex figure (float) alignment
146147
#

doc/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ Welcome to MITgcm's user manual
1212
:numbered: 4
1313

1414
overview/overview
15-
phys_pkgs/phys_pkgs
1615
getting_started/getting_started
17-
examples/examples
1816
contributing
17+
examples/examples
18+
phys_pkgs/phys_pkgs
1919
zreferences

0 commit comments

Comments
 (0)