logannc / fuzzywuzzy-rs

port of https://github.com/seatgeek/fuzzywuzzy
GNU General Public License v2.0
40 stars 3 forks source link

Flesh out docs + doctests #14

Closed logannc closed 4 years ago

logannc commented 4 years ago

Flesh out docs on all public methods and move some tests into doctests where appropriate.

logannc commented 4 years ago

In the future, can you make a new branch + PR back instead of pushing to one of my branches? All of the changes you made were fine, but I prefer my branches to not change out from underneath me ;)

This is primarily aimed at branches that touch code rather than docs, I just wanted to mention it now before it could become an issue.

seanpianka commented 4 years ago

No worries and will do. I've done this in other projects where multiple contributors to a single branch per feature/ticket isn't unexpected, so that's where the behavior comes from :)