Skip to content

Commit

Permalink
Remove trailing whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
garland-culbreth committed Jan 30, 2025
1 parent e6dfc4a commit 9000d73
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: 3.x
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
- uses: actions/cache@v4
with:
key: mkdocs-material-${{ env.cache_id }}
path: .cache
restore-keys: |
mkdocs-material-
- run: pip install mkdocs-material
- run: pip install mkdocs-material
- run: pip install "mkdocstrings[python]"
- run: pip install mkdocs-jupyter
- run: mkdocs gh-deploy --force
4 changes: 2 additions & 2 deletions docs/javascripts/mathjax.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ window.MathJax = {
processHtmlClass: "arithmatex"
}
};
document$.subscribe(() => {

document$.subscribe(() => {
MathJax.startup.output.clearCache()
MathJax.typesetClear()
MathJax.texReset()
Expand Down
8 changes: 4 additions & 4 deletions docs/user-guide/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,11 @@ dea_engine.analyze_with_stripes(fit_start=0.1, fit_stop=0.9, n_stripes=60)
```

```txt
Result
δ μ (rule 1) μ (rule 2)
Result
δ μ (rule 1) μ (rule 2)
──────────────────────────────────────
0.50781 1.50781 2.96924
0.50781 1.50781 2.96924
```

## Viewing results
Expand Down

0 comments on commit 9000d73

Please sign in to comment.