cadop / HumanGenerator

A free and open source human generator integrated inside Nvidia Omniverse
GNU Affero General Public License v3.0
18 stars 1 forks source link

Docstrings #24

Closed cadop closed 1 year ago

cadop commented 1 year ago

We need docstrings and type hints for functions, at a minimum.

Doctests using examples parameter would be beneficial, but at least for some of the main calling functions this would be good.

grebz-dev commented 1 year ago

Doctests will require init boilerplate for many functions. Should I include the requisite init code for each test?