File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 42
42
"jax" : ["input/TeX" , "output/HTML-CSS" ],
43
43
}
44
44
45
+ # Intersphinx Config
46
+ intersphinx_mapping = {'python' : ('https://docs.python.org/3' , None ),
47
+ 'cpp_api' : ('https://symengine.org/api-docs/' ,None )}
48
+
45
49
# Add any paths that contain templates here, relative to this directory.
46
50
templates_path = ['_templates' ]
47
51
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ This is meant to be a gentle introduction to the `symengine` C++ library.
18
18
19
19
## Working with Expressions
20
20
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> ` .
22
22
23
23
``` {code-cell}
24
24
#include <symengine/expression.h>
You can’t perform that action at this time.
0 commit comments