[WIP] chore: add utilities to check if call/forward methods are documented.#13758
[WIP] chore: add utilities to check if call/forward methods are documented.#13758sayakpaul wants to merge 5 commits into
Conversation
stevhliu
left a comment
There was a problem hiding this comment.
very nice!
should we run the checker locally and see what pops up and include the cleanups here before landing this pr?
We can actually run Do we want to fix them in this PR? |
|
oh i see it now, wow this is really handy! i'm ok with either fixing here or in separate pr :) |
Do you maybe want to branch off of this PR branch and open a PR to this one with the fixes? |
|
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
What does this PR do?
To have some much-needed consistency in our docstrings where it should matter.
The diff seems large because of the docstring stuff. Main stuff is under
.github/workflows/,utils/check_forward_call_docstrings.py, andMakefile.