Docstring Resources Google Python Style Guide section 3.8 Comments and Docstrings Tutorial for type hints detectron2, see how they did Homework update your forked repo from my repo(ref) following 01_git, create a new branch LAST#_05doc (ex: pan667_05doc) in your forked repo activate the environment you created in 03_conda copy the file code.py to submissions/ and rename it as LAST#.py read the function in the file LAST#.py, add proper doc string with googledoc style, and add proper type hints run black with line length 100, isort, and flake8 on the file stage changes, commit with the message "learning doc", push and submit a pr