6565# ## DOCSTRINGS ###
6666if [[ -z " $CHECK " || " $CHECK " == " docstrings" ]]; then
6767
68- MSG=' Validate docstrings (EX01, EX02, EX04, GL01, GL02, GL03, GL04, GL05, GL06, GL07, GL09, GL10, PR03, PR04, PR05, PR06, PR08, PR09, PR10, RT01, RT02, RT04, RT05, SA02, SA03, SA04, SS01, SS02, SS03, SS04, SS05, SS06)' ; echo $MSG
69- $BASE_DIR /scripts/validate_docstrings.py --format=actions --errors=EX01,EX02, EX04,GL01,GL02,GL03,GL04,GL05,GL06,GL07,GL09,GL10,PR03,PR04,PR05,PR06,PR08,PR09,PR10,RT01,RT02,RT04,RT05,SA02,SA03,SA04,SS01,SS02,SS03,SS04,SS05,SS06
68+ MSG=' Validate docstrings (EX01, EX04, GL01, GL02, GL03, GL04, GL05, GL06, GL07, GL09, GL10, PR03, PR04, PR05, PR06, PR08, PR09, PR10, RT01, RT02, RT04, RT05, SA02, SA03, SA04, SS01, SS02, SS03, SS04, SS05, SS06)' ; echo $MSG
69+ $BASE_DIR /scripts/validate_docstrings.py --format=actions --errors=EX01,EX04,GL01,GL02,GL03,GL04,GL05,GL06,GL07,GL09,GL10,PR03,PR04,PR05,PR06,PR08,PR09,PR10,RT01,RT02,RT04,RT05,SA02,SA03,SA04,SS01,SS02,SS03,SS04,SS05,SS06
7070 RET=$(( $RET + $? )) ; echo $MSG " DONE"
7171
7272 MSG=' Partially validate docstrings (EX03)' ; echo $MSG
7373 $BASE_DIR /scripts/validate_docstrings.py --format=actions --errors=EX03 --ignore_functions \
7474 pandas.Series.plot.line \
7575 pandas.Series.to_sql \
76- pandas.Series.to_latex \
7776 pandas.errors.DatabaseError \
7877 pandas.errors.IndexingError \
7978 pandas.errors.InvalidColumnName \
@@ -87,16 +86,13 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
8786 pandas.Timestamp.ceil \
8887 pandas.Timestamp.floor \
8988 pandas.Timestamp.round \
90- pandas.read_pickle \
9189 pandas.ExcelWriter \
9290 pandas.read_json \
9391 pandas.io.json.build_table_schema \
94- pandas.DataFrame.to_latex \
9592 pandas.io.formats.style.Styler.to_latex \
9693 pandas.read_parquet \
9794 pandas.DataFrame.to_sql \
9895 pandas.read_stata \
99- pandas.core.resample.Resampler.pipe \
10096 pandas.core.resample.Resampler.interpolate \
10197 pandas.plotting.scatter_matrix \
10298 pandas.pivot \
0 commit comments