You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<DocSectiontype="property"name="input"module="metaflow.flowspec"show_import="False"heading_level="4"link="https://github.com/Netflix/metaflow/tree/master/">
<Descriptionsummary="A Flow represents all existing flows with a certain name, in other words,\nclasses derived from 'FlowSpec'"extended_summary="As such, it contains all Runs (executions of a flow) related to this flow." />
</DocSection>
Results in
It appears that if I add a SigArg component the description renders
<SigArgSection>
</SigArgSection>
But this is not desired behavior, since the presence of SigArg also adds parenthesis to the rendered object name.