File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 46
46
}
47
47
48
48
# Intersphinx Config
49
- intersphinx_mapping = {'python' : ('https://docs.python.org/3' , None ),
50
- 'cpp_api' : ('https://symengine.org/api-docs/' ,None )}
49
+ intersphinx_mapping = {'python' : ('https://docs.python.org/3' , None )}
51
50
52
51
# Add any paths that contain templates here, relative to this directory.
53
52
templates_path = ['_templates' ]
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 <cpp_api:class_sym_engine_1_1_expression> ` .
21
+ We will start by inspecting the use of [ Expression] ( https://symengine.org/symengine/classSymEngine_1_1Expression.html )
22
22
23
23
``` {code-cell}
24
24
#include <symengine/expression.h>
You can’t perform that action at this time.
0 commit comments