Commit bef209a
authored
DOC: Fix non-standard Input/Output docstring section management (#3505)
## Changes proposed in this pull request
Fix non-standard Input/Output docstring section management: map `Inputs`
and `Outputs` to `params_style` and `returns_style`, respectively, for
`napoleon` custom sections (instead of mapping them to `Parameters`).
Documentation:
https://www.sphinx-doc.org/en/master/usage/extensions/napoleon.html#confval-napoleon_custom_sections
## Documentation that should be reviewed
Any workflow function.1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
73 | | - | |
| 72 | + | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
0 commit comments