Skip to content

Garbled UI mode doc #3886

@seanpearsonuk

Description

@seanpearsonuk
>>> import ansys.fluent.core as pf
>>> help(pf.launch_fluent)  
...
ui_mode : UIMode or str, optional
       Fluent user interface mode. Options are either the values of the ``UIMode``
       enum or any of ``"no_gui_or_graphics"``, ``"no_gui"``, ``"hidden_gui"``,
       ``"no_graphics"`` or ``"gui"``. The default is ``UIMode.HIDDEN_GUI`` in
       Windows and ``UIMode.NO_GUI`` in Linux. ``"no_gui_or_graphics"`` and
       ``"no_gui"`` user interface modes are supported in Windows starting from Fluent
       version 2024 R1.
...

It mixes strings and enums in the description which is confusing.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions