Skip to content

Commit dd52ed9

Browse files
authored
Merge pull request #2669 from tdegeus/doc_duplicate
Removing duplicates from documentation
2 parents 5999b3e + 69586a4 commit dd52ed9

1 file changed

Lines changed: 0 additions & 31 deletions

File tree

docs/source/api/xarray_adaptor.rst

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -11,34 +11,3 @@ Defined in ``xtensor/xarray.hpp``
1111

1212
.. doxygenclass:: xt::xarray_adaptor
1313
:members:
14-
15-
adapt
16-
=====
17-
18-
Defined in ``xtensor/xadapt.hpp``
19-
20-
.. doxygenfunction:: xt::adapt(C&&, const SC&, layout_type)
21-
22-
.. doxygenfunction:: xt::adapt(C&&, SC&&, SS&&)
23-
24-
.. doxygenfunction:: xt::adapt(P&&, typename A::size_type, O, const SC&, layout_type, const A&)
25-
26-
.. doxygenfunction:: xt::adapt(P&&, typename A::size_type, O, SC&&, SS&&, const A&)
27-
28-
.. doxygenfunction:: xt::adapt(T (&)[N], const SC&, layout_type)
29-
30-
.. doxygenfunction:: xt::adapt(T (&)[N], SC&&, SS&&)
31-
32-
.. doxygenfunction:: xt::adapt(C&& pointer, const fixed_shape<X...>&);
33-
34-
.. doxygenfunction:: xt::adapt(C&&, layout_type)
35-
36-
.. doxygenfunction:: xt::adapt(P&&, typename A::size_type, O, layout_type, const A&)
37-
38-
.. doxygenfunction:: xt::adapt_smart_ptr(P&&, const SC&, layout_type)
39-
40-
.. doxygenfunction:: xt::adapt_smart_ptr(P&&, const SC&, D&&, layout_type)
41-
42-
.. doxygenfunction:: xt::adapt_smart_ptr(P&&, const I (&)[N], layout_type)
43-
44-
.. doxygenfunction:: xt::adapt_smart_ptr(P&&, const I (&)[N], D&&, layout_type)

0 commit comments

Comments
 (0)