Skip to content

Commit

Permalink
Merge pull request #98 from xylar/fix-docs
Browse files Browse the repository at this point in the history
A few fixes to the docs
  • Loading branch information
xylar authored Jul 22, 2023
2 parents e45ad63 + 2d8b42b commit 1dbfcc4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
]

autosummary_generate = ['developers_guide/api.md',
'developers_guide/landice/api.md',
# 'developers_guide/landice/api.md',
'developers_guide/ocean/api.md']

# Otherwise, the Return parameter list looks different from the Parameters list
Expand Down
4 changes: 2 additions & 2 deletions docs/developers_guide/ocean/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
exact_solution.ExactSolution
exact_solution.ExactSolution.ssh
exact_solution.ExactSolution.normalVelocity
exact_solution.ExactSolution.normal_velocity
forward.Forward
forward.Forward.compute_cell_count
Expand Down Expand Up @@ -145,7 +145,7 @@
exact_solution.ExactSolution
exact_solution.ExactSolution.ssh
exact_solution.ExactSolution.normalVelocity
exact_solution.ExactSolution.normal_velocity
forward.Forward
forward.Forward.compute_cell_count
Expand Down

0 comments on commit 1dbfcc4

Please sign in to comment.