Following the comment thread on another PR, it turned out that job.py, and possibly other modules as well, still use the Sphinx-style docstrings.
These docstrings should be converted to Google-style docstrings as the Python coding style guideline mandates.
Examples of Google-style docstrings:
https://sphinxcontrib-napoleon.readthedocs.io/en/latest/example_google.html#example-google
Following the comment thread on another PR, it turned out that
job.py, and possibly other modules as well, still use the Sphinx-style docstrings.These docstrings should be converted to Google-style docstrings as the Python coding style guideline mandates.
Examples of Google-style docstrings:
https://sphinxcontrib-napoleon.readthedocs.io/en/latest/example_google.html#example-google