move-coop / parsons

A python library of connectors for the progressive community.
Other
255 stars 125 forks source link

Google Slides & Google Drive #1031

Open elyse-weiss opened 3 months ago

elyse-weiss commented 3 months ago

Closes #957

Notes

shaunagm commented 3 months ago

re: the docs, I don't see any updates to the docs. You'll want to edit the google.rst file to include docs on your new connectors. You can use the sections that are already there (ie Google Sheets, Google Admin) as a template. You can also use these instructions as a guide, although your case is a little different because you're not creating a completely new connector, so you don't need to create a completely new rst file for it, or add it to the sidebar. Just updated the google.rst doc should work.

Building the docs locally is a little tricky, you can follow these steps - a common issue is people not realizing they need to go into the docs folder and install some docs-specific requirements before trying to build the docs.

shaunagm commented 1 month ago

Weirdly only two of the dozen or so tests is being run (both passing, though!) and there are merge conflicts. @elyse-weiss would you be up for pairing on this sometime soon, and we can work through the issues together and get this merged?

elyse-weiss commented 1 month ago

@shaunagm happy to pair! would love to get this merged :)

elyse-weiss commented 1 month ago

@shaunagm tests ran successfully locally!