Changes between Initial Version and Version 1 of Ticket #5120


Ignore:
Timestamp:
Aug 27, 2021, 5:00:59 PM (4 years ago)
Author:
Zach Pearson
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5120 – Description

    initial v1  
    77which 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.
    88
    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 I don't really like the giant signature that gets generated online by default; the spacing is weird.
     9Second, 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.
    1010
    1111Adding this extension: