Built-in methods/classes/functions lack documentation. #2680
Labels
Comments
this seems pretty straightforward. Can i start working on this one? @youknowone @DimitrisJim ? |
Go ahead @AthulMuralidhar! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Most (?) of the built in functionality currently lacks corresponding documentation. The functionality to grab and attach the docs is there, the docs just haven't been added.
This, I believe, could make a good first issue for many people, it just involves taking the documentation and adding it before (after works too but most current examples add it before) the
#[py(function/method/class)]
attribute. As an example, forlist.append
one could just add:The main built-in classes seem to have documentation for the classes but not for the methods. Builtin modules, I'd assume, probably also have many more cases.
The text was updated successfully, but these errors were encountered: