From 0fd64c7f1895d4bb8ee14744b680b814f3513d11 Mon Sep 17 00:00:00 2001 From: Kathy Pippert <84872299+PipKat@users.noreply.github.com> Date: Fri, 14 Apr 2023 11:06:36 -0400 Subject: [PATCH 1/2] Update index.rst In the index file for the Contribute section, explain how to switch doc versions from stable to dev or previous releases. --- doc/source/contributing/index.rst | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/doc/source/contributing/index.rst b/doc/source/contributing/index.rst index e5f21b77..92fc8d00 100644 --- a/doc/source/contributing/index.rst +++ b/doc/source/contributing/index.rst @@ -46,11 +46,9 @@ To build the PyAnsys Math documentation locally, in the root directory of the re Documentation for the latest stable release of PyAnsys Math is hosted at `PyAnsys Math Documentation `_. -Documentation for the latest development version, which tracks the -``main`` branch, is hosted at -`Development PyAnsys Math Documentation `_. -This version is automatically kept up to date via GitHub actions. - +In the upper right corner of the documentation’s title bar, there is an option for +switching from viewing the documentation for the latest stable release to viewing +the documentation for the development version or previously released versions. Adhere to code style -------------------- From 099a45103a480e939bc3973bce2a1bc6bc72c97f Mon Sep 17 00:00:00 2001 From: Kathy Pippert <84872299+PipKat@users.noreply.github.com> Date: Fri, 14 Apr 2023 16:46:23 -0400 Subject: [PATCH 2/2] Update index.rst --- doc/source/contributing/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/contributing/index.rst b/doc/source/contributing/index.rst index 92fc8d00..6270ef9f 100644 --- a/doc/source/contributing/index.rst +++ b/doc/source/contributing/index.rst @@ -32,7 +32,7 @@ templates: If your issue does not fit into one of these categories, create your own issue. -To reach the PyAnsys support team, email `pyansys.core@ansys.com `_. +To reach the project support team, email `pyansys.core@ansys.com `_. Build documentation