Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d4a26db

Browse files
committed
sphinx: Init intersphinx link to C++ API
1 parent 464e921 commit d4a26db

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/conf.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@
4242
"jax": ["input/TeX", "output/HTML-CSS"],
4343
}
4444

45+
# Intersphinx Config
46+
intersphinx_mapping = {'python': ('https://docs.python.org/3', None),
47+
'cpp_api': ('https://symengine.org/api-docs/',None)}
48+
4549
# Add any paths that contain templates here, relative to this directory.
4650
templates_path = ['_templates']
4751

docs/use/cpp/firststeps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This is meant to be a gentle introduction to the `symengine` C++ library.
1818

1919
## Working with Expressions
2020

21-
We will start by inspecting the use of {ref}`Expression <doxid-class_sym_engine_1_1_expression>`.
21+
We will start by inspecting the use of {ref}`Expression <cpp_api:class_sym_engine_1_1_expression>`.
2222

2323
```{code-cell}
2424
#include <symengine/expression.h>

0 commit comments

Comments
 (0)