API Documentation #120
cmichelenstrofer
started this conversation in
Dev
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Type hints
Mapping[]
->dict[]
,Iterable[]->list[]
, etc.Union
instead of the newer|
since it doesn't compile right.Docstrings
:note:
directive:math:
directive for math, etc. See the Sphinx reStructuredText document. Do not use backquotes without a specific directive.:python:
directive for code (defined in the conf.py file)Resources
Beta Was this translation helpful? Give feedback.
All reactions