From bf13bff2c71a8f262306fd9d0b50667ebb67bff6 Mon Sep 17 00:00:00 2001 From: Maxime Rey <87315832+MaxJPRey@users.noreply.github.com> Date: Mon, 18 Nov 2024 12:51:34 +0100 Subject: [PATCH] doc: Update pymapdl.rst (#3527) * Update pymapdl.rst * chore: adding changelog file 3527.documentation.md [dependabot-skip] --------- Co-authored-by: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> --- doc/changelog.d/3527.documentation.md | 1 + doc/source/user_guide/hpc/pymapdl.rst | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 doc/changelog.d/3527.documentation.md diff --git a/doc/changelog.d/3527.documentation.md b/doc/changelog.d/3527.documentation.md new file mode 100644 index 0000000000..f8883cc2ba --- /dev/null +++ b/doc/changelog.d/3527.documentation.md @@ -0,0 +1 @@ +DOC: Update pymapdl.rst \ No newline at end of file diff --git a/doc/source/user_guide/hpc/pymapdl.rst b/doc/source/user_guide/hpc/pymapdl.rst index 76d27f75ee..00ed2cb135 100644 --- a/doc/source/user_guide/hpc/pymapdl.rst +++ b/doc/source/user_guide/hpc/pymapdl.rst @@ -11,7 +11,7 @@ Introduction PyMAPDL communicates with MAPDL using the gRPC protocol. This protocol offers the many advantages and features described in -see :ref:`ref_project_page`. +:ref:`ref_project_page`. One of these features is that it is not required to have both PyMAPDL and MAPDL processes running on the same machine. This possibility opens the door to many configurations, depending