-
Notifications
You must be signed in to change notification settings - Fork 123
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
clarify non supported commands #843
Conversation
Some these commands do not make sense in a Python context. | ||
For example the ``*ASK`` can be replaced with a Python ``input``, | ||
``*IF`` with a Python ``if`` statement, and instead of ``*CREATE`` and | ||
``*USE`` can simply call another Python function or module. |
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.
Provide a link to mapdl.input
Otherwise, great notes.
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.
But it is python input.
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.
Done.
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.
Approved with minor suggestions.
Locally and as a PDF, sphinxemoji
looks great. In fact, it matches what you'd see in popular repositories like kubernetes-client/python.
Codecov Report
@@ Coverage Diff @@
## main #843 +/- ##
=======================================
Coverage 57.58% 57.58%
=======================================
Files 172 172
Lines 10559 10559
=======================================
Hits 6080 6080
Misses 4479 4479 |
Close #837 by rewriting the section and adding table and emojis.
I do recognize that the emojis might look a bit .... not serious... I'm happy to delete them if needed. But I do think it helps to make the table more visual and less "exhausting to read".