Skip to content

Commit

Permalink
docstring improvement for DatasetSeries
Browse files Browse the repository at this point in the history
  • Loading branch information
neutrinoceros committed Jun 29, 2020
1 parent f39b82f commit 9813cc9
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions yt/data_objects/time_series.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,9 @@ class DatasetSeries(object):
Parameters
----------
outputs : list or pattern
This can either be a list of filenames (such as ["DD0001/DD0001",
"DD0002/DD0002"]) or a pattern to match, such as
"DD*/DD*.index"). If it's the former, they will be loaded in
order. The latter will be identified with the glob module and then
sorted.
A list of filenames, for instance ["DD0001/DD0001", "DD0002/DD0002"],
or a glob pattern (i.e. containing wildcards '[]?!*') such as "DD*/DD*.index".
In the latter case, results are sorted automatically.
parallel : True, False or int
This parameter governs the behavior when .piter() is called on the
resultant DatasetSeries object. If this is set to False, the time
Expand Down

0 comments on commit 9813cc9

Please sign in to comment.