Skip to content
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

Merged
merged 10 commits into from
Jan 21, 2022
Merged

Conversation

germa89
Copy link
Collaborator

@germa89 germa89 commented Jan 18, 2022

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".

@germa89 germa89 self-assigned this Jan 18, 2022
@akaszynski akaszynski changed the title Feat/ clarify non supported commands clarify non supported commands Jan 20, 2022
Comment on lines +674 to +677
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.
Copy link
Collaborator

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.

Copy link
Collaborator Author

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.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

Copy link
Collaborator

@akaszynski akaszynski left a 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
Copy link

codecov bot commented Jan 20, 2022

Codecov Report

Merging #843 (543c7e4) into main (adf5189) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #843   +/-   ##
=======================================
  Coverage   57.58%   57.58%           
=======================================
  Files         172      172           
  Lines       10559    10559           
=======================================
  Hits         6080     6080           
  Misses       4479     4479           

@germa89 germa89 merged commit 5c7d2f3 into main Jan 21, 2022
@germa89 germa89 deleted the feat/-clarify-non-supported-commands branch January 21, 2022 10:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Documentation about unsupported command is not clear.
2 participants