VacFind / GeoCompare

A tool designed to help the creators of vaccine finder tools easily manipulate, combine, and move data to allow everyone to have better access to data about vaccination sites during the pandemic
https://vacfind.github.io/GeoCompare/
MIT License
0 stars 3 forks source link

Add pydoc documentation comments to methods and classes #11

Open MoralCode opened 3 years ago

MoralCode commented 3 years ago

So far this code has pretty much been solo-written and doesn't have much in terms of inline documentation.

Ideally I would like to have some basic documentation that explains what each method is for and why it exists so that newcomers to the codebase can have an easier time understanding how everything works