Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .codespellrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[codespell]
skip = .git,*.ipynb,*.bib,*.ps,*.js,*.pdf
skip = .git,*.bib,*.ps,*.js,*.pdf
ignore-words = .codespell-ignore-words


3 changes: 3 additions & 0 deletions .github/workflows/codespell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
- name: Install dependencies
run: pip install -r ./requirements.txt

- name: Preprocess notebooks
run: for i in $(find . -name "*.ipynb"); do jupyter nbconvert --clear-output --inplace $i; done

- name: Run codespell
run: |
codespell
Expand Down
2 changes: 1 addition & 1 deletion docs/source/adding_a_problem_jupyter.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
"id": "6f682998-c452-4fdf-87dc-bac340e9e9df",
"metadata": {},
"source": [
"It often works best if you start with an existing problem. We can inspect the source of one of the build-in problems easily:"
"It often works best if you start with an existing problem. We can inspect the source of one of the built-in problems easily:"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/source/rt_average.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"id": "6395d3eb-9572-454b-823a-b5c2f8c4267d",
"metadata": {},
"source": [
"Here we show how to do a lateral / horizonal average of the compressible Rayleigh-Taylor\n",
"Here we show how to do a lateral / horizontal average of the compressible Rayleigh-Taylor\n",
"simulation to see what the average vertical profile of the mixing looks like."
]
},
Expand Down