Skip to content
This repository was archived by the owner on Jun 9, 2020. It is now read-only.

Commit 0d28a6e

Browse files
committed
Merge branch 'add-array-types'
2 parents 85e68fe + fecd37d commit 0d28a6e

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

cwlgen/elements.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,7 @@ class CommandInputArraySchema(object):
156156
def __init__(self, items=None, label=None, input_binding=None):
157157
'''
158158
:param items: Defines the type of the array elements.
159-
:type: CWLType | CommandInputRecordSchema | CommandInputEnumSchema | CommandInputArraySchema | string |
160-
array<CWLType | CommandInputRecordSchema | CommandInputEnumSchema | CommandInputArraySchema | string>
159+
:type: `CWLType | CommandInputRecordSchema | CommandInputEnumSchema | CommandInputArraySchema | string | array<CWLType | CommandInputRecordSchema | CommandInputEnumSchema | CommandInputArraySchema | string>`
161160
:param label: A short, human-readable label of this object.
162161
:type label: STRING
163162
:param input_binding:

doc/source/classes.rst

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,15 @@ CommandOutputBinding
9494
:special-members:
9595
:exclude-members: __weakref__
9696

97+
CommandInputArraySchema
98+
"""""""""""""""""""""""
99+
100+
.. autoclass:: cwlgen.CommandInputArraySchema
101+
:members:
102+
:private-members:
103+
:special-members:
104+
:exclude-members: __weakref__
105+
97106
.. _requirements:
98107

99108
Requirements
@@ -137,7 +146,7 @@ CWLToolParser
137146
:private-members:
138147
:special-members:
139148
:exclude-members: __weakref_
140-
_
149+
141150
InputsParser
142151
""""""""""""
143152

0 commit comments

Comments
 (0)