From 3d21eb94882e4d99dcaf13c70487b0a71174fffd Mon Sep 17 00:00:00 2001 From: Maxime Rey <87315832+MaxJPRey@users.noreply.github.com> Date: Mon, 12 Aug 2024 15:13:21 +0200 Subject: [PATCH 1/4] Rename grpc as gRPC. --- doc/source/getting_started.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/getting_started.rst b/doc/source/getting_started.rst index aa744e83..7e6e76a8 100644 --- a/doc/source/getting_started.rst +++ b/doc/source/getting_started.rst @@ -8,7 +8,7 @@ PyAnsys libraries fall into two categories: Most PyAnsys packages require a local installation of Ansys. The version of Ansys installed dictates the interface and features available to -you. However, PyAnsys libraries use `grpc`_ to communicate to the +you. However, PyAnsys libraries use `gRPC`_ to communicate to the products, you can have the product installed remotely and connect to that remote instance. This still requires that you need a copy of Ansys installed on the host machine. From 167cadaf1b37ca46aad50623e2805440fb13b7cf Mon Sep 17 00:00:00 2001 From: Maxime Rey <87315832+MaxJPRey@users.noreply.github.com> Date: Mon, 12 Aug 2024 15:14:32 +0200 Subject: [PATCH 2/4] Update links.rst --- doc/source/links.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/links.rst b/doc/source/links.rst index db61cc7e..41675385 100644 --- a/doc/source/links.rst +++ b/doc/source/links.rst @@ -3,7 +3,7 @@ .. _ansys_fluent_page: https://www.ansys.com/products/fluids/ansys-fluent .. _ansys_aedt_page: https://www.ansys.com/products/electronics/ansys-maxwell .. _dpf_post_gh: https://github.com/ansys/pydpf-post -.. _grpc: https://grpc.io/ +.. _gRPC: https://grpc.io/ .. _ansys: https://www.ansys.com/ .. _ansys_students: https://www.ansys.com/academic/students .. _pip: https://pypi.org/project/pip/ From d6760563576df825e31820f157de471e16997c62 Mon Sep 17 00:00:00 2001 From: Maxime Rey <87315832+MaxJPRey@users.noreply.github.com> Date: Mon, 12 Aug 2024 15:16:23 +0200 Subject: [PATCH 3/4] Revert --- doc/source/links.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/links.rst b/doc/source/links.rst index 41675385..db61cc7e 100644 --- a/doc/source/links.rst +++ b/doc/source/links.rst @@ -3,7 +3,7 @@ .. _ansys_fluent_page: https://www.ansys.com/products/fluids/ansys-fluent .. _ansys_aedt_page: https://www.ansys.com/products/electronics/ansys-maxwell .. _dpf_post_gh: https://github.com/ansys/pydpf-post -.. _gRPC: https://grpc.io/ +.. _grpc: https://grpc.io/ .. _ansys: https://www.ansys.com/ .. _ansys_students: https://www.ansys.com/academic/students .. _pip: https://pypi.org/project/pip/ From ccbee7c3876edb5be46fef41483661c7573d564f Mon Sep 17 00:00:00 2001 From: Maxime Rey <87315832+MaxJPRey@users.noreply.github.com> Date: Mon, 12 Aug 2024 15:17:15 +0200 Subject: [PATCH 4/4] Update getting_started.rst --- doc/source/getting_started.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/getting_started.rst b/doc/source/getting_started.rst index 7e6e76a8..41afef4e 100644 --- a/doc/source/getting_started.rst +++ b/doc/source/getting_started.rst @@ -8,7 +8,7 @@ PyAnsys libraries fall into two categories: Most PyAnsys packages require a local installation of Ansys. The version of Ansys installed dictates the interface and features available to -you. However, PyAnsys libraries use `gRPC`_ to communicate to the +you. However, PyAnsys libraries use `gRPC `_ to communicate to the products, you can have the product installed remotely and connect to that remote instance. This still requires that you need a copy of Ansys installed on the host machine.