Skip to content

Commit d7ec217

Browse files
committed
docs: readme required
1 parent d3eacda commit d7ec217

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -74,30 +74,30 @@ To add or update a deadline:
7474
| `cfp_ext` | Extension for Call for Participation / Proposals | `str` | |
7575
| `workshop_deadline` | Workshop deadline if different from cfp | `str` | |
7676
| `tutorial_deadline` | Tutorial deadline if different from cfp | `str` | |
77-
| `timezone` | Standard [IANA Timezones](https://timezonefinder.michelfe.it/) (Omit for AoE) | `str` | |
77+
| `timezone` | Standard [IANA Timezones](https://timezonefinder.michelfe.it/) (Omit for AoE) | `str` | |
7878
| `place` | City, Country | `str` | ✔ |
7979
| `start` | Start date of conference for calendar | `date` | ✔ |
8080
| `end` | End date of conference for calendar | `date` | ✔ |
8181
| `finaid` | URL to financial aid information | `str` | |
8282
| `sponsor` | URL to sponsorship opportunities | `str` | |
8383
| `twitter` | Twitter handle of conference | `str` | |
8484
| `mastodon` | Mastodon handle of conference | `str` | |
85-
| `sub` | Type of conference | `str` | |
85+
| `sub` | Type of conference | `str` | |
8686
| `note` | Extra notes about the conference | `str` | |
8787
| `location` | Geolocation for inclusion in map | `str` | |
8888
| `latitude` | Latitude of venue | `float` | |
8989
| `longitude` | Longitude of venue | `float` | |
9090

9191
### Conference types for `sub`
9292

93-
| `sub` | Category name |
94-
| -------- | ------------------- |
95-
| `PY` | General Python |
96-
| `SCIPY` | Scientific Python |
97-
| `DATA` | Python for Data |
98-
| `WEB` | Python for Web |
99-
| `BIZ` | Python for Business |
100-
| `GEO` | Python for Earth |
93+
| `sub` | Category name |
94+
| ------- | ------------------- |
95+
| `PY` | General Python |
96+
| `SCIPY` | Scientific Python |
97+
| `DATA` | Python for Data |
98+
| `WEB` | Python for Web |
99+
| `BIZ` | Python for Business |
100+
| `GEO` | Python for Earth |
101101

102102
### Utils
103103

0 commit comments

Comments
 (0)