From 69586a427a0dd1f89d0dbc2e4640985b65f33109 Mon Sep 17 00:00:00 2001 From: Tom de Geus Date: Fri, 17 Mar 2023 10:04:19 +0100 Subject: [PATCH] Removing duplicates from documentation --- docs/source/api/xarray_adaptor.rst | 31 ------------------------------ 1 file changed, 31 deletions(-) diff --git a/docs/source/api/xarray_adaptor.rst b/docs/source/api/xarray_adaptor.rst index 03dbc9661..9c40c9334 100644 --- a/docs/source/api/xarray_adaptor.rst +++ b/docs/source/api/xarray_adaptor.rst @@ -11,34 +11,3 @@ Defined in ``xtensor/xarray.hpp`` .. doxygenclass:: xt::xarray_adaptor :members: - -adapt -===== - -Defined in ``xtensor/xadapt.hpp`` - -.. doxygenfunction:: xt::adapt(C&&, const SC&, layout_type) - -.. doxygenfunction:: xt::adapt(C&&, SC&&, SS&&) - -.. doxygenfunction:: xt::adapt(P&&, typename A::size_type, O, const SC&, layout_type, const A&) - -.. doxygenfunction:: xt::adapt(P&&, typename A::size_type, O, SC&&, SS&&, const A&) - -.. doxygenfunction:: xt::adapt(T (&)[N], const SC&, layout_type) - -.. doxygenfunction:: xt::adapt(T (&)[N], SC&&, SS&&) - -.. doxygenfunction:: xt::adapt(C&& pointer, const fixed_shape&); - -.. doxygenfunction:: xt::adapt(C&&, layout_type) - -.. doxygenfunction:: xt::adapt(P&&, typename A::size_type, O, layout_type, const A&) - -.. doxygenfunction:: xt::adapt_smart_ptr(P&&, const SC&, layout_type) - -.. doxygenfunction:: xt::adapt_smart_ptr(P&&, const SC&, D&&, layout_type) - -.. doxygenfunction:: xt::adapt_smart_ptr(P&&, const I (&)[N], layout_type) - -.. doxygenfunction:: xt::adapt_smart_ptr(P&&, const I (&)[N], D&&, layout_type)