You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, this package's documentation is limited to the README file provided in the repository/distributed bundle. This isn't useful for people programming in an editor or using the help function. The following changes need to be made:
Add a changelog of changes during each release.
Add PEP 526-style instance variable annotations for each of the public fields on the Pokemon object.
Add docstrings to all (if possible) modules/classes/methods/attributes.
(Optional) Host generated documentation on a website such as readthedocs.
This will probably be pushed as a minor version update since it doesn't change the API of the package.
The text was updated successfully, but these errors were encountered:
Currently, this package's documentation is limited to the README file provided in the repository/distributed bundle. This isn't useful for people programming in an editor or using the
help
function. The following changes need to be made:Pokemon
object.This will probably be pushed as a minor version update since it doesn't change the API of the package.
The text was updated successfully, but these errors were encountered: