Skip to content

Commit 1e5e9dc

Browse files
Add missing cast documentation
1 parent 2b1167c commit 1e5e9dc

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

docs/source/api/cast_index.rst

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
.. Copyright (c) 2016, Johan Mabille, Sylvain Corlay
2+
3+
Distributed under the terms of the BSD 3-Clause License.
4+
5+
The full license is in the file LICENSE, distributed with this software.
6+
7+
.. raw:: html
8+
9+
<style>
10+
.rst-content table.docutils {
11+
width: 100%;
12+
table-layout: fixed;
13+
}
14+
15+
table.docutils .line-block {
16+
margin-left: 0;
17+
margin-bottom: 0;
18+
}
19+
20+
table.docutils code.literal {
21+
color: initial;
22+
}
23+
24+
code.docutils {
25+
background: initial;
26+
}
27+
</style>
28+
29+
30+
Cast
31+
====
32+
33+
.. doxygengroup:: batch_conversion
34+
:project: xsimd
35+
:content-only:

0 commit comments

Comments
 (0)