Skip to content

Commit 30e5c0d

Browse files
docs: fix post documentation (#3684)
* doc: fix post documentation * chore: adding changelog file 3684.documentation.md [dependabot-skip] --------- Co-authored-by: pyansys-ci-bot <[email protected]>
1 parent b3c1172 commit 30e5c0d

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

doc/changelog.d/3684.documentation.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
docs: fix post documentation

src/ansys/mapdl/core/post.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -944,11 +944,6 @@ def nodal_displacement(self, component="NORM") -> np.ndarray:
944944
numpy.ndarray
945945
Array containing the nodal structural displacement.
946946
947-
Notes
948-
-----
949-
This command always returns all nodal displacements regardless
950-
of if the nodes are selected or not.
951-
952947
Examples
953948
--------
954949
Displacement in the ``'X'`` direction for the current result.

0 commit comments

Comments
 (0)