Skip to content

Commit

Permalink
doc: fix un-referenced warning
Browse files Browse the repository at this point in the history
  • Loading branch information
skim0119 committed Jul 16, 2022
1 parent 2532069 commit 735fe00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
# The folder containing your sphinx docs.
docs-folder: docs/
# The command used to build your documentation.
build-command: make html SPHINXOPTS="-W --keep-going" # -n"
build-command: make html SPHINXOPTS+="-W --keep-going" # -n"
# Run before the build command, you can use this to install system level dependencies, for example with "apt-get update -y && apt-get install -y perl"
pre-build-command: |
pwd
Expand Down
2 changes: 1 addition & 1 deletion elastica/dissipation.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ class LaplaceDissipationFilter(DamperBase):
minimal filtering, and thus negligible effect on the velocities.
Values in the range of 3-7 are usually recommended.
For details regarding the numerics behind the filtering, refer to:
For details regarding the numerics behind the filtering, refer to [1]_, [2]_.
.. [1] Jeanmart, H., & Winckelmans, G. (2007). Investigation of eddy-viscosity
models modified using discrete filters: a simplified “regularized variational
Expand Down

0 comments on commit 735fe00

Please sign in to comment.