Changes between Initial Version and Version 1 of Ticket #5120
- Timestamp:
- Aug 27, 2021, 5:00:59 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5120 – Description
initial v1 7 7 which lets those docstrings be read and converted to the usual verbose docstrings without input on our part. The additional benefit is that in future docstrings, it lets us be less verbose and still get good documentation. 8 8 9 Second, I'm always writing code with type hints and I don't think it's good to have to repeat the type in the docstring for it to be picked up by Sphinx. Though Idon't really like the giant signature that gets generated online by default; the spacing is weird.9 Second, I'm always writing code with type hints and I don't think it's good to have to repeat the type in the docstring for it to be picked up by Sphinx. I also don't really like the giant signature that gets generated online by default; the spacing is weird. 10 10 11 11 Adding this extension: