Skip to content

Commit 1907d45

Browse files
author
awu42
committed
Added parameter and return value information in docstrings
1 parent 83f778c commit 1907d45

File tree

2 files changed

+185
-119
lines changed

2 files changed

+185
-119
lines changed

ci/code_checks.sh

-1
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
318318
$BASE_DIR/scripts/validate_docstrings.py --format=actions --errors=GL03,GL04,GL05,GL06,GL07,GL09,GL10,SS04,SS05,PR03,PR04,PR05,PR10,EX04,RT01,RT04,RT05,SA02,SA03,SA05
319319
RET=$(($RET + $?)) ; echo $MSG "DONE"
320320

321-
### VALIDATE TITLE CAPITALIZATION CONVENTION ###
322321
MSG='Validate correct capitalization among titles in documentation' ; echo $MSG
323322
$BASE_DIR/scripts/validate_rst_title_capitalization.py $BASE_DIR/doc/source/development/contributing.rst
324323
RET=$(($RET + $?)) ; echo $MSG "DONE"

0 commit comments

Comments
 (0)