Skip to content

Commit

Permalink
Natural sorting changes and minor doc updates (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
JennaPaikowsky authored Oct 21, 2024
1 parent bd50ca9 commit 9bbb298
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/source/class_documentation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
API reference
*************

Ansys Dynamic Reporting contains a low-level API that allows the user to access
Ansys Dynamic Reporting contains a low-level API that allows you to access
all the available features and properties in full detail. While this low-level
API is very powerful, it can also be quite complex to use and it requires a
steep learning curve. For a comprehensive description of this API, see
Expand Down
2 changes: 1 addition & 1 deletion doc/source/gettingstarted/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ To get a copy of Ansys, visit the `Ansys <https://www.ansys.com/>`_ website.
is installed separately, and can be found in the Fluids section of the
Ansys installer. Please also note that in all versions, Ansys Dynamic Reporting
is automatically installed if one of the following Ansys products is
installed: EnSight, Forte, Fluent, Polyflow, Icepack.
installed: EnSight, Forte, Fluent, Polyflow, or Icepack.



Expand Down
3 changes: 3 additions & 0 deletions doc/source/lowlevelapi/TemplateObjects.rst
Original file line number Diff line number Diff line change
Expand Up @@ -656,6 +656,9 @@ The accepted sorted orders are:
- 'numeric_up': corresponds to Numeric sort up
- 'numeric_down': corresponds to Numeric sort down
- 'none': corresponds to No sorting
- 'natural_up': corresponds to Natural sort up
- 'natural_down': corresponds to Natural sort down
- 'none': corresponds to No sorting

An example of output of this function is: ['tag1|text_up',
'tag2|numeric_down', 'tag3|none'] where the slider is sorted by "tag1"
Expand Down

0 comments on commit 9bbb298

Please sign in to comment.