feat(python): Add Raises: block for google_docstrings (#143)

* Added Google docstring Raises: block

* Added Google docstring change to the Changelog

* Fixed duplicate "Raises:" block, for Python google-style docstrings

* doc: Version

---------

Co-authored-by: danymat <d.danymat@gmail.com>
This commit is contained in:
Colin Kennedy
2023-05-31 04:03:58 -07:00
committed by GitHub
parent e449d5b7ff
commit a113ca9a54
6 changed files with 28 additions and 16 deletions

View File

@@ -189,6 +189,8 @@ Here is the current Neogen version:
Note: We will only document `major` and `minor` versions, not `patch` ones. (only X and Y in X.Y.z)
## 2.14.0~
- Google docstrings now include "Raises:", whenever possible
## 2.13.0~
- Improve google docstrings template (#124)
- Fix minor python retriever issues (#124)