Commit 7cdc7d5
authored
Add tagfiles to support fetching documentation with xeus-cpp-lite (#2862)
Hi,
We can currently fetch the standard documentation through xeus-cpp-lite.
But we can't yet cover any 3rd party lib.
1) Xeus-cling could fetch xtensor documentation (even without xtensor
being installed, because the tagfiles were added to xeus-cling
themselves. Check
[here](https://github.com/jupyter-xeus/xeus-cling/blob/main/share/xeus-cling/tagfiles/xtensor.tag))
. This doesn't sound justified.
2) As discussed with Sylvain in the past, we probably shouldn't populate
xeus-cpp with the tagfiles for all repos but rather have them be a part
of the repo itself. And then when we do a mamba install %xtensor, these
end up in the file system and then can be put to use from there.
Something like
<img width="1528" height="418" alt="image"
src="https://github.com/user-attachments/assets/012d4c8b-f757-4120-821d-eca6a60a2c52"
/>1 parent c7ae1a6 commit 7cdc7d5
File tree
5 files changed
+1361
-1
lines changed- docs/source
- etc/xeus-cpp/tags.d
5 files changed
+1361
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
15 | 26 | | |
16 | 27 | | |
17 | 28 | | |
| |||
290 | 301 | | |
291 | 302 | | |
292 | 303 | | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
293 | 310 | | |
294 | 311 | | |
295 | 312 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
0 commit comments