From 9000d73ac1a008be63dcdff7b17c7c9dc6e3eb00 Mon Sep 17 00:00:00 2001 From: Garland Culbreth Date: Wed, 29 Jan 2025 22:24:30 -0800 Subject: [PATCH] Remove trailing whitespaces --- .github/workflows/mkdocs.yml | 4 ++-- docs/javascripts/mathjax.js | 4 ++-- docs/user-guide/getting-started.md | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/mkdocs.yml b/.github/workflows/mkdocs.yml index 298d1c1..b7ec2a2 100644 --- a/.github/workflows/mkdocs.yml +++ b/.github/workflows/mkdocs.yml @@ -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 diff --git a/docs/javascripts/mathjax.js b/docs/javascripts/mathjax.js index db24939..35f6c4f 100644 --- a/docs/javascripts/mathjax.js +++ b/docs/javascripts/mathjax.js @@ -10,8 +10,8 @@ window.MathJax = { processHtmlClass: "arithmatex" } }; - - document$.subscribe(() => { + + document$.subscribe(() => { MathJax.startup.output.clearCache() MathJax.typesetClear() MathJax.texReset() diff --git a/docs/user-guide/getting-started.md b/docs/user-guide/getting-started.md index cc151ee..e978372 100644 --- a/docs/user-guide/getting-started.md +++ b/docs/user-guide/getting-started.md @@ -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