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

Skip to content

Commit fa198dc

Browse files
committed
doxygen: Cleanup to remove Sphinx cruft
1 parent 4e95e7a commit fa198dc

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

docs/conf.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@
4646
}
4747

4848
# 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)}
5150

5251
# Add any paths that contain templates here, relative to this directory.
5352
templates_path = ['_templates']

docs/use/api/cpp/firststeps.myst.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 <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)
2222

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

0 commit comments

Comments
 (0)