Skip to content

Commit 538241b

Browse files
extended the doc strings to use them in the sphinx documentation
1 parent cabb3b4 commit 538241b

File tree

2 files changed

+663
-261
lines changed

2 files changed

+663
-261
lines changed

.pylintrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,14 +176,14 @@ function-naming-style=snake_case
176176

177177
# Good variable names which should always be accepted, separated by a comma.
178178
good-names=i,
179+
x,
179180
j,
180181
k,
181182
ex,
182183
Run,
183184
_,
184185
X,
185186
QDM1,
186-
a,
187187
LS_simh,LS_simp,VS_1_simh,VS_2_simp,VS_1_simp,
188188
CMethods
189189

@@ -335,7 +335,7 @@ indent-string=' '
335335
max-line-length=100
336336

337337
# Maximum number of lines in a module.
338-
max-module-lines=1000
338+
max-module-lines=10000
339339

340340
# Allow the body of a class to be on the same line as the declaration if body
341341
# contains single statement.

0 commit comments

Comments
 (0)