Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add UI return, then visualize() can return now (#1466)
* add UI return, then user can use fv = m.fs.visualize(), then call the save_diagram etc. * add string description for return type here, return type defined in UI code, this way has no need to up date PSE when want to update return items in UI * Update idaes/core/base/flowsheet_model.py update return to snake_case Co-authored-by: Ludovico Bianchi <[email protected]> * Use Sphinx way to generate a clickable reference for Sphinx doc for this module Co-authored-by: Ludovico Bianchi <[email protected]> * Fix Sphinx interpretation issue by removing incorrect `visualize_result:` prefix. This prevents Sphinx from incorrectly adding an extra "Return type" field in the documentation. Co-authored-by: Ludovico Bianchi <[email protected]> --------- Co-authored-by: Ludovico Bianchi <[email protected]>
- Loading branch information