pygame documentation updates
There are some documentation updates on https://www.pygame.org/docs/ The website documentation builder was waiting for updates from bitbucket(our previous code host). lol? oops. Robots running in the cloud doing things no one wants them to do anymore. I had to write a new github integration, so now commits to master on github/pygame/pygame will cause the website docs to be rebuilt automatically again. And python -m pygame.docs didn't work with the wheel builds... because they don't include docs (for some reason). So now, if the docs can't be found locally, it opens the web browser instead. There were a bunch of documentation updates from Ian Mallett and Lenard Lindstrom which are finally up on the website. Lots of editing, and improvements to the tutorials. Additionally a bunch of old links were fixed. Mostly to point to https:// versions of pages. The docs are being built with a new version of Sphinx, which has nicer output in a few ways. See http...