polyply_1.0 icon indicating copy to clipboard operation
polyply_1.0 copied to clipboard

fix documentation

Open fgrunewald opened this issue 4 years ago • 1 comments

Docstrings need to either be added or put into proper format

fgrunewald avatar Apr 05 '20 15:04 fgrunewald

If you want to typehint this completely (optional), you can do something like templates: dict[str, vermouth.molecule.Block], indicating its keys are strings and values are Blocks. You'll still need to tell the str is a resname. And I'm not sure how much sphinx/autodoc/apidoc likes the not-4-spaces indent. But that we can fix later

Originally posted by @pckroon in #29

fgrunewald avatar Oct 14 '21 13:10 fgrunewald