Skip to content

Commit 7aac2a6

Browse files
Simplify calendar name (#427)
1 parent 5cdb07c commit 7aac2a6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ calendars: $(CALENDAR_DIR)/networkx.ics
3030
calendars: $(CALENDAR_DIR)/sunpy.ics
3131
calendars: $(CALENDAR_DIR)/xarray.ics
3232
calendars: $(CALENDAR_DIR)/contributor-experience.ics
33-
calendars: $(CALENDAR_DIR)/scipy-sparse-array.ics
33+
calendars: $(CALENDAR_DIR)/sparse-array.ics
3434

3535

3636
TEAMS_DIR = static/teams

calendars/scipy-sparse-array.yaml renamed to calendars/sparse-array.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
name: Scipy Sparse Arrays Group
1+
name: Sparse Arrays Group
22
timezone: CEST
33
events:
4-
- summary: Scipy Sparse Array discussions
4+
- summary: Sparse Array discussions
55
description: |
66
Followup meetings from the Scientific Python Summit
7-
and topics about implementing sparse arrays in scipy
7+
and topics about implementing sparse arrays
88
99
Meeting Link: https://meet.google.com/qvk-bydd-tem
1010
Meeting notes: https://hackmd.io/9UCjKdRUTEeoS8KdQNll-A

0 commit comments

Comments
 (0)