Skip to content

Commit

Permalink
Merge branch 'main' into addurl
Browse files Browse the repository at this point in the history
  • Loading branch information
namurphy authored Aug 7, 2024
2 parents e38a11e + 7a8222d commit 0a74dd1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand All @@ -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)
Expand All @@ -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
Expand Down
9 changes: 8 additions & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,17 @@ PlasmaPy Summer School 2024 Documentation

.. toctree::
:maxdepth: 1
:caption: PlasmaPy:
:caption: PlasmaPy Links

PlasmaPy Website <https://docs.plasmapy.org/>

.. toctree::
:maxdepth: 1

:caption: PlasmaPy Summer School Links

PlasmaPy Summer School Website <https://www.plasmapy.org/meetings/summer-school-2024>

Indices and tables
==================

Expand Down

0 comments on commit 0a74dd1

Please sign in to comment.