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
Pydoc can be generated with the pydoc command: python -m pydoc <file>. It will list all methods in a class and the corresponding documentation, and supports various file formats. This is a good addition to the app READMEs.
The Pydoc should be generated in the release pipeline, and committed. Decide on if we want to do this on an RC branch, or that we commit it directly to main.
The text was updated successfully, but these errors were encountered:
Pydoc can be generated with the pydoc command:
python -m pydoc <file>
. It will list all methods in a class and the corresponding documentation, and supports various file formats. This is a good addition to the app READMEs.The Pydoc should be generated in the release pipeline, and committed. Decide on if we want to do this on an RC branch, or that we commit it directly to main.
The text was updated successfully, but these errors were encountered: