Skip to content

Commit 29cf6c6

Browse files
authored
Documentation: update C++ documentation links to target Developer Portal (#1106)
* Update doc links * add fix for CI * update doc with correct lbinks * fix doc * Revert "add fix for CI" This reverts commit c76ae2d.
1 parent 0493fe5 commit 29cf6c6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/source/concepts/waysofusing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ DPF offers multiple development APIs depending on your environment. These plugin
5353

5454
- CPython based (see :ref:`user_guide_custom_operators`)
5555

56-
- C++ based (see C++ documentation)
56+
- C++ based (see "DPF/USER GUIDE" section of `C++ documentation <https://developer.ansys.com/docs>`_)
5757

5858
DPF integration
5959
---------------

docs/source/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ It is independent of the Ansys installer.
133133

134134
1. The Data Processing Framework section in `Platform panel <https://ansysapi.ansys.com/account/secured?returnurl=/Views/Secured/main_page.html?lang=en>`_.
135135

136-
2. `Developer Portal <https://developer.ansys.com/product/DPF-Server-Client-Library/index.xhtml>`_
136+
2. The Data Processing Framework section in `Developer Portal <https://developer.ansys.com/docs>`_
137137

138138
- CPython modules documentation:
139139

@@ -149,7 +149,7 @@ It is independent of the Ansys installer.
149149

150150
**Enriching DPF capabilities**
151151

152-
- C++ operator's library (see C++ documentation)
152+
- C++ operator's library (see "DPF/USER GUIDE" section of `C++ documentation <https://developer.ansys.com/docs>`_)
153153

154154
- `C++ solver reader plugin <https://astonishing-hyacinth-e64.notion.site/How-to-write-a-new-solver-reader-as-a-DPF-s-plugin-bd2d2a3cf51f47ef9e70df45d64f89cb>`_
155155

0 commit comments

Comments
 (0)