Skip to content

Commit c4bfdd3

Browse files
authored
feat: ✨ add examples section to docstring template (#39)
## Description Since we generally want to add examples to our Python functions (but maybe not all functions?), I have added it to the docstring template. Thoughts? Feel free to disagree. <!-- Select quick/in-depth as necessary --> This PR needs an in-depth review.
1 parent ae625a5 commit c4bfdd3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.vscode/google-notypes.mustache

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,8 @@ Yields:
3434
{{descriptionPlaceholder}}.
3535
{{/yields}}
3636
{{/yieldsExist}}
37+
38+
Examples:
39+
```{python}
40+
{{descriptionPlaceholder}}
41+
```

0 commit comments

Comments
 (0)