chore: add documentation RI #11
Reference in New Issue
Block a user
Delete Branch "chore/add-documentation"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Code functionality left unchanged, only added docs where missing
For review pay special attention to:
close: N25B-298
assigned to @8464960
At least PyCharm can infer constructor argument docs from
ivardeclarations when the names are the same (not in Python 2.7).To make it less verbose, I suggest removing the
paramdocs for these classes.This blank line can be removed
Hmm the type in the
__init__argumentlimit_mswas allowed to beint, but the type of the class attribute is definitely neverint.These are good test descriptions 👍 Describing the arguments types is excessive though, especially because they're almost all the same.
Good work!
In many places,
typeis used withivar. The generated HTML docs generator does not seem to understand these.vartypeis used inActuationReceiver, which the generator does understand. Perhaps change allivartypes to usevartype.How did you determine this was an
SSLSession? As far as I can determine, it's aqi.ObjectThe types of these variables don't show up in the generated documentation for me
I think this is missing a
:param:entry foridentifierPerhaps a reference to the ZMQ docs could be useful here?
This does not seem to generate correctly:
{width=472 height=150}
Typo:
Maybe just make this
qi.ObjectSome of the return specifications don't seem to generate correctly. I have made one comment on this in the changes, but I'll also insert an example image here:
left review comments
Ah, because there's a newline. I guess this happens in more cases.
changed this file in version 2 of the diff
changed this line in version 2 of the diff
changed this file in version 2 of the diff
changed this line in version 2 of the diff
changed this line in version 2 of the diff
changed this line in version 2 of the diff
changed this line in version 2 of the diff
added 1 commit
c5330753- chore: applied all feedbackCompare with previous version
There's a blank line at the beginning of the function.
added 1 commit
64c6f0ad- docs: make doc generator understand multi lineCompare with previous version
changed this line in version 4 of the diff
added 1 commit
6859451b- Apply 1 suggestion(s) to 1 file(s)Compare with previous version
changed this line in version 5 of the diff
added 1 commit
c1e92feb- Apply 1 suggestion(s) to 1 file(s)Compare with previous version
added 1 commit
a5387136- docs: remove duplicate and double spaceCompare with previous version
approved this merge request
approved this merge request
mentioned in commit
8d6dd23acb