From 1250c5bcc33f067468bb59c1ab1fa1b0fb2916a6 Mon Sep 17 00:00:00 2001 From: Joseph Smith Date: Tue, 30 Jul 2024 16:51:14 -0400 Subject: [PATCH 1/3] Add Doc Link To PlasmaPy Summer School Site --- docs/source/index.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/source/index.rst b/docs/source/index.rst index bf37bc6..79c7fe1 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -11,6 +11,12 @@ PlasmaPy Summer School 2024 Documentation speeds examples +.. toctree:: + :maxdepth: 1 + :caption: PlasmaPy Summer School Links + + PlasmaPy Summer School Website + Indices and tables ================== From 6bd51f1bdf3a7ef257cc3e5d555b0293a653ad8a Mon Sep 17 00:00:00 2001 From: Joseph Smith Date: Wed, 31 Jul 2024 16:41:45 -0400 Subject: [PATCH 2/3] Fixed Trailing-Whitespace --- docs/source/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/index.rst b/docs/source/index.rst index 79c7fe1..e966c11 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -16,7 +16,7 @@ PlasmaPy Summer School 2024 Documentation :caption: PlasmaPy Summer School Links PlasmaPy Summer School Website - + Indices and tables ================== From 8ad64d49c2ef922932d543c85ec7c6c957d11ad7 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 20:05:55 +0000 Subject: [PATCH 3/3] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/python-jsonschema/check-jsonschema: 0.28.6 → 0.29.1](https://github.com/python-jsonschema/check-jsonschema/compare/0.28.6...0.29.1) - [github.com/macisamuele/language-formatters-pre-commit-hooks: v2.13.0 → v2.14.0](https://github.com/macisamuele/language-formatters-pre-commit-hooks/compare/v2.13.0...v2.14.0) - [github.com/astral-sh/ruff-pre-commit: v0.5.0 → v0.5.6](https://github.com/astral-sh/ruff-pre-commit/compare/v0.5.0...v0.5.6) - [github.com/nbQA-dev/nbQA: 1.8.5 → 1.8.7](https://github.com/nbQA-dev/nbQA/compare/1.8.5...1.8.7) --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2f5c933..b802954 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,12 +12,12 @@ repos: - id: check-case-conflict - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.28.6 + rev: 0.29.1 hooks: - id: check-github-workflows - repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks - rev: v2.13.0 + rev: v2.14.0 hooks: - id: pretty-format-yaml args: [--autofix] @@ -29,7 +29,7 @@ repos: - id: rst-inline-touching-normal - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.5.0 + rev: v0.5.6 hooks: - id: ruff name: ruff (see https://docs.astral.sh/ruff/rules) @@ -43,7 +43,7 @@ repos: - id: sphinx-lint - repo: https://github.com/nbQA-dev/nbQA - rev: 1.8.5 + rev: 1.8.7 hooks: - id: nbqa-check-ast name: validate Python notebooks