Skip to content

Commit

Permalink
Merge pull request #161 from FourierFlows/ncc/docs-patch
Browse files Browse the repository at this point in the history
Fix an erroneous space in docstrings + don't force_push docs
  • Loading branch information
navidcy authored Dec 8, 2020
2 parents 9932129 + f36aba1 commit 0ee4e5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ sitename = "GeophysicalFlows.jl",
withenv("GITHUB_REPOSITORY" => "FourierFlows/GeophysicalFlowsDocumentation") do
deploydocs( repo = "github.com/FourierFlows/GeophysicalFlowsDocumentation.git",
versions = ["stable" => "v^", "v#.#", "dev" => "dev"],
forcepush = true,
push_preview = true
)
end
4 changes: 2 additions & 2 deletions src/multilayerqg.jl
Original file line number Diff line number Diff line change
Expand Up @@ -606,8 +606,8 @@ energies(prob) = energies(prob.vars, prob.params, prob.grid, prob.sol)
fluxes(prob)
Returns the lateral eddy fluxes within each fluid layer, lateralfluxes``_1,...,``lateralfluxes``_n``
and also the vertical eddy fluxes at each fluid interface
verticalfluxes``_{3/2}``, ...,`` verticalfluxes``_{n-1/2}, where ``n`` is the number of layers in the fluid.
and also the vertical eddy fluxes at each fluid interface,
verticalfluxes``_{3/2},...,``verticalfluxes``_{n-1/2}``, where ``n`` is the total number of layers in the fluid.
(When ``n=1``, only the lateral fluxes are returned.)
The lateral eddy fluxes whithin the ``j``-th fluid layer are
Expand Down

0 comments on commit 0ee4e5e

Please sign in to comment.