8000 Adds CommandInputArraySchema to classes.rst for doc generator · illusional/python-cwlgen@fecd37d · GitHub
[go: up one dir, main page]

Skip to content

Commit fecd37d

Browse files
committed
Adds CommandInputArraySchema to classes.rst for doc generator
1 parent 4306c15 commit fecd37d

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
@@ -129,8 +129,7 @@ class CommandInputArraySchema(object):
129129
def __init__(self, items=None, label=None, input_binding=None):
130130
'''
131131
:param items: Defines the type of the array elements.
132-
:type: CWLType | CommandInputRecordSchema | CommandInputEnumSchema | CommandInputArraySchema | string |
133-
array<CWLType | CommandInputRecordSchema | CommandInputEnumSchema | CommandInputArraySchema | string>
132+
:type: `CWLType | CommandInputRecordSchema | CommandInputEnumSchema | CommandInputArraySchema | string | array<CWLType | CommandInputRecordSchema | CommandInputEnumSchema | CommandInputArraySchema | string>`
134133
:param label: A short, human-readable label of this object.
135134
:type label: STRING
136135
: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)
0