Mojo-Numerics-and-Algorithms-group / NuMojo

NuMojo is a library for numerical computing in Mojo 🔥 similar to numpy in Python.
Apache License 2.0
86 stars 15 forks source link

bunch of doc stuff #78

Closed MadAlex1997 closed 1 month ago

MadAlex1997 commented 1 month ago

Fixing some doc strings to make the auto-documentation better. Not ready yet.

MadAlex1997 commented 1 month ago

Fixed docstrings for all of the "public" functions. Changed a few public fields from _ prefix to nd prefix to expose them in the docs and autocomplete.