-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update doc regarding tui * Update conf.py * Expand the root section of settings.rst. (#574) * Expand the root section of settings.rst. * Fix doc build * Add doc paths in API code cache * update doc regarding tui * doc * doc * doc * Fix toctree * Update conf.py Co-authored-by: Mainak Kundu <[email protected]> Co-authored-by: Mainak Kundu <[email protected]>
- Loading branch information
1 parent
19ff92c
commit d9e07fa
Showing
13 changed files
with
72 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1 @@ | ||
MENU_DESCRIPTIONS = { | ||
"solver.tui": """The PyFluent solver text user interface (TUI) API is provided to command the | ||
Fluent solver using commands that are Pythonic versions of the TUI commands used | ||
in the Fluent console. Much like Fluent's TUI the API provides a hierarchical | ||
interface to the underlying procedural interface of the program. | ||
See :ref:`ref_user_guide_tui_api` for general guidance on using the TUI APIs. | ||
The TUI based examples in our gallery, such as in :ref:`ref_mixing_elbow_tui_api`, provide a guide for how to use this API. | ||
""" | ||
} | ||
MENU_DESCRIPTIONS = {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ Solver | |
:hidden: | ||
|
||
settings | ||
tui/index | ||
tuicommands | ||
datamodel/index | ||
fielddata | ||
events | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
.. _ref_solver_tui_commands: | ||
|
||
Solver TUI Commands | ||
=================== | ||
|
||
Introduction | ||
------------ | ||
The solver TUI (text user interface) is exposed in PyFluent in a hierarchy | ||
of Python commands. | ||
|
||
See :ref:`ref_user_guide_tui_commands` for general guidance on using the TUI Commands. | ||
|
||
The TUI based examples in our gallery, such as in :ref:`ref_mixing_elbow_tui_api`, provide a guide for how to use these commands. | ||
|
||
Solver TUI Commands Root | ||
------------------------ | ||
:ref:`ref_solver_tui` | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
:hidden: | ||
|
||
tui/index |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters