Skip to content

Commit 3b360fd

Browse files
committed
docs: a bit more in docstring examples
1 parent 1f6d4b7 commit 3b360fd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/get-started/docstring-examples.qmd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,8 @@ def f() -> int:
107107
108108
```
109109

110+
See the [numpydoc Returns specification](https://numpydoc.readthedocs.io/en/latest/format.html#returns) for more on the general form of the Returns section.
111+
110112

111113
## Using interlinks in docstrings
112114

0 commit comments

Comments
 (0)