[Api Docs 2.0] hide the import statement if `show_import="False"`
hamelsmu opened this issue · 2 comments
hamelsmu commented
Please hide the import statement if show_import="False"
<DocSection type="property" name="input" module="metaflow.flowspec" show_import="False" heading_level="4" link="https://github.com/Netflix/metaflow/tree/master/">
<Description summary="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>
obgibson commented
It would be better to have show_import="false"
(to hide import) and show_import
(to show import)
obgibson commented
Merged a change that handles show_import="False"
for now