scientific-python / scientific-python.org

Source for the Scientific Python Project homepage.
https://scientific-python.org
BSD 3-Clause "New" or "Revised" License
37 stars 34 forks source link

Adding the Pandas calendar (existing gcal ics) #246

Open noatamir opened 2 years ago

noatamir commented 2 years ago

We want to add the Monthly Pandas Dev Meeting to the calendars page but they already have a calendar link. See here: https://pandas.pydata.org/docs/dev/development/meeting.html

Is it possible to add a link to their .ics file instead of generating a calendar? That way we won't need to maintain another calendar and make sure they remain coordinated 😉

tupui commented 2 years ago

Duplicate work is a valid concern. Sure we can put a link to the .ics on the page. For that we need to adapt https://github.com/scientific-python/scientific-python.org/blob/main/layouts/calendars/list.html to allow another link section.

Chinwendu20 commented 2 years ago

@tupui is this something a newcomer can do? I would like to work on the issue

tupui commented 2 years ago

~@Chinwendu20 yes and no. A newcomer can do the work, but a Pandas' maintainer would need to approve.~ Misreading.

tupui commented 2 years ago

I was too quick here. The work on the architecture part of our website might be too much for a newcomer. Really depends on the level here.

pllim commented 2 years ago

astropy might have the same issue, see https://github.com/astropy/astropy-project/issues/287#issuecomment-1191652248 . Thanks!

pllim commented 1 year ago

Has there been progress?

melissawm commented 11 months ago

Hi folks - I was playing with calendars and may have a solution, please check the linked PRs above. Feedback on the approach is welcome!