I don't see much information in this package development guide regarding examples for a package. Well written Python packages provide examples on how to use that package. Those examples can be in docstrings of the code which are rendered by Sphinx for documentation. Examples can also be executable Python scripts or Jupyter notebooks which are typically located in the root directory of the project or as an external repository. Providing some guidance on how developers of Python packages can provide examples to their users should be included in this package development guide.