Commit 6d5e21b
authored
[BUG] fix docstring style for the API
#### Metadata
* Reference Issue: Fixes #1548
#### Details
Our docstrings are written in NumPy docstring style, however in `mkdocs.yml` we used `docstring_style: google` which led to having a wall of text for the parameter sections in the API ref in the documentation.1 parent 5a840c8 commit 6d5e21b
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
130 | | - | |
131 | 130 | | |
132 | 131 | | |
133 | 132 | | |
| |||
138 | 137 | | |
139 | 138 | | |
140 | 139 | | |
141 | | - | |
| 140 | + | |
142 | 141 | | |
143 | 142 | | |
144 | 143 | | |
| |||
0 commit comments