diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2019-04-07 19:29:52 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2019-04-07 19:29:52 +0900 |
commit | df05d9254d8098534de4db25e9f6de02c78fff2c (patch) | |
tree | e170986fe398afc42261695c05ecf85a3ed533a3 /tests/test_ext_napoleon_docstring.py | |
parent | d501bc136ce5069e97a5f347dbc694717dddced8 (diff) | |
parent | 70ed093b8b45d19beec391def65125a69cb04518 (diff) | |
download | sphinx-git-df05d9254d8098534de4db25e9f6de02c78fff2c.tar.gz |
Merge branch '2.0'
Diffstat (limited to 'tests/test_ext_napoleon_docstring.py')
-rw-r--r-- | tests/test_ext_napoleon_docstring.py | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/test_ext_napoleon_docstring.py b/tests/test_ext_napoleon_docstring.py index 86ded7d89..a333dc47b 100644 --- a/tests/test_ext_napoleon_docstring.py +++ b/tests/test_ext_napoleon_docstring.py @@ -473,12 +473,21 @@ Raises: A setting wasn't specified, or was invalid. ValueError: Something something value error. + :py:class:`AttributeError` + errors for missing attributes. + ~InvalidDimensionsError + If the dimensions couldn't be parsed. + `InvalidArgumentsError` + If the arguments are invalid. """, """ Example Function :raises RuntimeError: A setting wasn't specified, or was invalid. :raises ValueError: Something something value error. +:raises AttributeError: errors for missing attributes. +:raises ~InvalidDimensionsError: If the dimensions couldn't be parsed. +:raises InvalidArgumentsError: If the arguments are invalid. """), ################################ (""" |