Skip to content

Commit 7086141

Browse files
committed
add docstring to developer doc
Signed-off-by: Chris Snow <[email protected]>
1 parent 66b32c1 commit 7086141

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

DEVELOPING.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,15 @@ hpecp license platform-id
5656
- `GET /api/v1/role/99` (returns HTTP 404 - not found)
5757

5858

59-
#### BUILDING DOCS
59+
### DOCS
60+
61+
#### format
62+
63+
Numpy docstring format are required: https://numpydoc.readthedocs.io/en/latest/format.html#docstring-standard
64+
65+
Docstring formatting is verified with flake8 as Travis build step.
66+
67+
#### Building
6068

6169
In the Gitpod Terminal:
6270

0 commit comments

Comments
 (0)