-
Notifications
You must be signed in to change notification settings - Fork 59
docs: Upgrade cheat sheet. [skip tests] #4640
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
I like point 2. If we can maximse use of |
|
I have just mentioned to @mayankansys that wherever a comment is removed, a blank line should be retained in its place. This applies to all sections, including meshing workflow. |
…fluent into docs/upgrade_cheatsheet
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR updates the PyFluent cheat sheet documentation to provide a more streamlined and modernized reference guide.
Changes:
- Restructured the cheat sheet into focused sections (Quick Start, Session Management, Meshing Workflow, Physics Setup, Solution, Post-Processing)
- Simplified code examples to use modern PyFluent APIs with shorter, more practical snippets
- Added imports section demonstrating the use of
ansys.units.VariableCatalogfor field references
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
| doc/source/cheatsheet/cheat_sheet.qmd | Comprehensive reorganization and modernization of the cheat sheet with condensed examples and improved structure |
| doc/changelog.d/4640.documentation.md | Added changelog entry for the cheat sheet upgrade |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated 8 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Context
What was the situation or problem before this change?
Change Summary
What changes were made?
Rationale
Why was this approach taken?
Impact
What parts of the system or workflows are affected?