* Update display name in team
* Update display name everywhere
* order
https://youtu.be/VYycQTm2HrM
---------
Co-authored-by: BrettMayson <brett@mayson.io>
* Remove obsolete event rename script
* Add initial function documenting python script
- Currently only finds all public/invalid function files
- Method "document_public" is in place to handle the data taken from a
function header, but currently unimplemented
* Add author/description/arguments processing
* Improve console logging and add return processing
* Use class based approach for better data handling
* Add argument processing with support for notes
* Implement rudimentary doc output
* Add return and example processing
* Fix example variable
* Fix documenting no arguments/return
* Fix malformed return handling
* Improve control flow