Re: can you improve this text-only beginner copy program?
[email protected] (Stefan Ram)
| Newsgroups | gmane.comp.python.general |
|---|---|
| Organization | Stefan Ram |
| Message-ID | <[email protected]> |
Mark Bourne <[email protected]> wrote or quoted: >I don't know if Sphinx can extract types from type hints but, Yes, Sphinx can extract types from type hints, and there are settings like "autodoc_typehints", "autodoc_typehints_description_target", "autodoc_typehints_format" since version 2.1 or later.