Closed NinjaCheetah closed 9 months ago
I missed the class in ticket.py, and if I don’t reopen this I will forget.
Closing this for real now, as I feel like everything currently implemented is very well documented. This will of course be an ongoing thing as development continues.
This will allow for automatically generating documentation based on the source code, and makes things much much easier on any developer trying to use the library. With this documentation written, it is also possible to use Python's
help()
method to retrieve the documentation for a class or method.An example of this exists in
wad.py
on thefull_docs
branch.