Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
germa89 authored Nov 8, 2023
1 parent 8d18d92 commit ea508a2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions doc/source/user_guide/mapdl.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ translated from its original MAPDL all CAPS format to a PEP8
compatible format. For example, ``ESEL`` is now the
:func:`Mapdl.esel() <ansys.mapdl.core.Mapdl.esel>` method.

.. vale off

.. tab-set::

Expand All @@ -31,14 +30,13 @@ compatible format. For example, ``ESEL`` is now the
.. tab-item:: Python
:sync: key2

.. code:: python
.. code:: Python
# Selecting elements whose centroid x coordinate
# is between the 1 and 2.
# returns an array of selected elements ids
mapdl.esel("S", "CENT", "X", 1, 2)
.. vale on
Additionally, MAPDL commands
containing a ``/`` or ``*`` have had those characters removed, unless
Expand Down

0 comments on commit ea508a2

Please sign in to comment.