-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
DOC: Add link to dev calendar and meeting notes #29737
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 1 commit
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
4e63159
add meeting
TomAugspurger 46b09e5
convert to utc
TomAugspurger 0a2d33a
Merge remote-tracking branch 'upstream/master' into meeting
TomAugspurger fb5d452
Merge remote-tracking branch 'upstream/master' into meeting
TomAugspurger 01281c7
links
TomAugspurger File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,3 +19,4 @@ Development | |
developer | ||
policies | ||
roadmap | ||
meeting |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
@@ -0,0 +1,32 @@ | ||||||
.. _meeting: | ||||||
|
||||||
================== | ||||||
Developer Meetings | ||||||
================== | ||||||
|
||||||
We hold regular developer meetings on the second Wednesday | ||||||
of each month at 12:00 US Central Time. These meetings and their minutes are open to | ||||||
the public. All are welcome to join. | ||||||
|
||||||
Minutes | ||||||
------- | ||||||
|
||||||
The minutes of past meetings are available at https://docs.google.com/document/d/1tGbTiYORHiSPgVMXawiweGJlBw5dOkVJLY-licoBmBU/edit?usp=sharing. | ||||||
TomAugspurger marked this conversation as resolved.
Show resolved
Hide resolved
|
||||||
|
||||||
Calendar | ||||||
-------- | ||||||
|
||||||
This calendar shows all the developer meetings. | ||||||
|
||||||
.. raw:: html | ||||||
|
||||||
<iframe src="https://calendar.google.com/calendar/embed?src=pgbn14p6poja8a1cf2dv2jhrmg%40group.calendar.google.com&ctz=America%2FChicago" style="border: 0" width="800" height="600" frameborder="0" scrolling="no"></iframe> | ||||||
TomAugspurger marked this conversation as resolved.
Show resolved
Hide resolved
|
||||||
|
||||||
You can subscribe to this calendar with the following links: | ||||||
|
||||||
* iCal: https://calendar.google.com/calendar/ical/pgbn14p6poja8a1cf2dv2jhrmg%40group.calendar.google.com/public/basic.ics | ||||||
TomAugspurger marked this conversation as resolved.
Show resolved
Hide resolved
|
||||||
* Google calendar: https://calendar.google.com/calendar/embed?src=pgbn14p6poja8a1cf2dv2jhrmg%40group.calendar.google.com&ctz=America%2FChicago | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
||||||
Additionally, we'll sometimes have one-off meetings on specific topics. | ||||||
These will be published on the same calendar. | ||||||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you add U
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm, I suppose the 12:00 central time is robust to summer/winter, and the UTC not?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Indeed it's not robust :) Right now the calendar invite is set to US Central time (since I created it 😄).
But which do we want?
cc @pandas-dev/pandas-core.
How about a 🎉 if you want option 1 and 🚀 if you want option 2?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am fine with the 12:00 central time (so using local time), I mainly wanted to have this translated to a local time that is familiar for a European as well :)
DST switches are not exactly equal (US: 2nd sunday of March, Europe: last sunda of March), but so since we are the second Wednesday, it's only in March that there can be a difference, and not even every year I think :)
So maybe you can put "19:00 Europe/Brussels" instead of the UTC ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm biased, because I'm in UTC, but I have a small preference for it. I feel people outside the US may somehow feel this is not for them, and I think we want the opposite. I think UTC feels neutral. If most people understand US Central time better than other time zones, may be we can just leave it, and add a small note (e.g. people from anywhere in the world welcome).
What would be good if to have the links to the calendars somewhere, so people can subscribe, and see in their current time zone (that's the main way I manage to know when are events).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems like the UTCs have it.
This PR includes links, which you can subscribe to / import into your calendar. Or do you mean something else?