kuroko-lang / kuroko

Dialect of Python with explicit variable declaration and block scoping, with a lightweight and easy-to-embed bytecode compiler and interpreter.
https://kuroko-lang.github.io/
MIT License
431 stars 25 forks source link

Codecs package docs, as well as some assorted tweaks or minor additions #5

Closed harjitmoe closed 3 years ago

harjitmoe commented 3 years ago

Mostly this involved adding a large number of docstrings to the codecs package, and adjusting the documentation generator and CSS to better accommodate the codecs package (improving the readability of tables, and linking from parent packages to child modules and vice versa for navigation).

Additional changes made at the same time: