Skip to content

Commit 7eee143

Browse files
authored
Merge pull request #1 from geojupyter/add-agu25
Add AGU25
2 parents 2524971 + bd4915d commit 7eee143

3 files changed

Lines changed: 47 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
ci:
2+
autoupdate_schedule: quarterly
3+
autofix_prs: false
4+
5+
repos:
6+
- repo: https://github.com/pre-commit/pre-commit-hooks
7+
rev: v5.0.0
8+
hooks:
9+
# Validate format
10+
- id: check-yaml
11+
- id: check-toml
12+
- id: check-json
13+
# Check for common mistakes
14+
- id: check-added-large-files
15+
- id: check-case-conflict
16+
# - id: check-illegal-windows-names # TODO: Enable in next release
17+
- id: check-merge-conflict
18+
- id: check-executables-have-shebangs
19+
- id: check-shebang-scripts-are-executable
20+
- id: check-symlinks
21+
- id: check-vcs-permalinks
22+
- id: destroyed-symlinks
23+
- id: detect-private-key
24+
- id: end-of-file-fixer
25+
- id: mixed-line-ending
26+
- id: no-commit-to-branch # protects `main` by default
27+
- id: trailing-whitespace
28+
29+
- repo: https://github.com/codespell-project/codespell
30+
rev: v2.4.1
31+
hooks:
32+
- id: codespell

agu2025.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: "AGU 2025"
3+
---
4+
5+
Our workshop at AGU is titled **Open Source Geospatial Workflows in the Cloud: Learn
6+
about Tools and Techniques for Data Access, Analysis, Visualization, Storytelling, and
7+
Sharing in the Python and Jupyter ecosystem**.
8+
9+
[Visit our workshop website](https://agu2025.workshops.geojupyter.org/) for more details!
10+
11+
Please also [view more details about our participation in AGU 2025](https://events.geojupyter.org/conferences/2025-agu/).

myst.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ project:
99
exclude:
1010
- "_*"
1111
- "README.md"
12-
# toc:
13-
# - file: "index.md"
14-
# # TODO: Use URL entries instead, once supported
15-
# # https://github.com/jupyter-book/mystmd/issues/1445
12+
toc:
13+
- file: "index.md"
14+
- file: "agu2025.md"
15+
- file: "csdms2025.md"
1616

1717
site:
1818
template: "book-theme"

0 commit comments

Comments
 (0)