-
Notifications
You must be signed in to change notification settings - Fork 142
chore: remove Python UPF examples and related documentation #4197
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
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 removes Python UPF (User Programmable Features) examples and documentation from PyMAPDL, addressing issue #4175. The removal includes comprehensive cleanup of UPF-related content across documentation files and example directories.
- Removes the entire UPF user guide documentation and Python UPF examples
- Updates the main user guide to clarify that UPF commands are not supported in PyMAPDL
- Removes references to UPF content from table of contents and index files
Reviewed Changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| doc/source/user_guide/upf.rst | Complete removal of the Python UPF user guide documentation |
| doc/source/user_guide/mapdl.rst | Adds clarification that UPF commands are not supported in PyMAPDL |
| doc/source/user_guide/index.rst | Removes UPF from the advanced topics table of contents |
| doc/source/examples/extended_examples/index.rst | Removes Python UPF examples from the extended examples index |
| doc/source/examples/extended_examples/Python_UPF/python_upf_examples.rst | Complete removal of Python UPF example documentation |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4197 +/- ##
==========================================
+ Coverage 91.31% 91.38% +0.07%
==========================================
Files 193 193
Lines 15731 15731
==========================================
+ Hits 14364 14376 +12
+ Misses 1367 1355 -12 🚀 New features to boost your workflow:
|
|
@pyansys-ci-bot LGTM. |
pyansys-ci-bot
left a comment
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.

Description
As the title.
Issue linked
Close #4175
Checklist
draftif it is not ready to be reviewed yet.feat: adding new MAPDL command)