From a171202e78963f0f43fe59cadc045b15a12bf07c Mon Sep 17 00:00:00 2001 From: Thomas Nicholas Date: Mon, 15 Aug 2022 14:58:05 -0400 Subject: [PATCH 1/2] meeting time --- calendars/xarray.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 calendars/xarray.yaml diff --git a/calendars/xarray.yaml b/calendars/xarray.yaml new file mode 100644 index 00000000..67dde587 --- /dev/null +++ b/calendars/xarray.yaml @@ -0,0 +1,13 @@ +name: Xarray Community Calendar +events: + - summary: Bi-Weekly Xarray Community Developers Meeting + description: | + The bi-weekly call for the xarray community. + Agenda: https://hackmd.io/Vv6g2ABzTPKbe2MWBQqS1w + begin: 2022-08-17 11:30:00 +04:00 + end: 2022-08-17 12:00:00 +04:00 + url: https://github.com/pydata/xarray/issues/4001 + repeat: + interval: + days: 14 + until: 2025-01-01 00:00:00 +00:00 From 39cedb3ea86b6792fd97fd6370f3abec39577819 Mon Sep 17 00:00:00 2001 From: Thomas Nicholas Date: Mon, 15 Aug 2022 14:58:13 -0400 Subject: [PATCH 2/2] updated makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index aa60da5a..55530f54 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ $(CALENDAR_DIR): $(CALENDAR_DIR)/%.ics: calendars/%.yaml $(CALENDAR_DIR) python tools/yaml2ics/yaml2ics.py $< > $@ -calendars: $(CALENDAR_DIR)/numpy.ics $(CALENDAR_DIR)/scipy.ics $(CALENDAR_DIR)/matplotlib.ics $(CALENDAR_DIR)/skimage.ics $(CALENDAR_DIR)/networkx.ics $(CALENDAR_DIR)/poliastro.ics $(CALENDAR_DIR)/sunpy.ics +calendars: $(CALENDAR_DIR)/numpy.ics $(CALENDAR_DIR)/scipy.ics $(CALENDAR_DIR)/matplotlib.ics $(CALENDAR_DIR)/skimage.ics $(CALENDAR_DIR)/networkx.ics $(CALENDAR_DIR)/poliastro.ics $(CALENDAR_DIR)/sunpy.ics $(CALENDAR_DIR)/xarray.ics TEAMS_DIR = static/teams