Python doc adjustments (#4756)

* Doc and adjustments of project.py

* Doc and adjustments view.py

* Python doc cleanup

* Python : Add copy of files to deployment folder

* Python : Several updates to doc

* Python : Limit line lenghts

* Minor adjustments
This commit is contained in:
Magne Sjaastad
2019-09-24 11:06:24 +02:00
committed by GitHub
parent 8209adfe91
commit e3aa160265
8 changed files with 218 additions and 94 deletions

View File

@@ -64,7 +64,8 @@ class GridCaseGroup(PdmObject):
""" Compute statistics for the given case ids
Arguments:
case_ids(list): list of case ids. If this is None all cases in group are included
case_ids(list of integers): list of case ids.
If this is None all cases in group are included
"""
if case_ids is None: