1.. Copyright (c) 2016, Johan Mabille, Sylvain Corlay and Wolf Vollprecht
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
7Iterators
8=========
9
10In addition to the iterators defined in the different types of expressions, ``xtensor`` provides
11classes that allow to iterate over slices of an expression along a specified axis.
12
13.. toctree::
14
15   xaxis_iterator
16   xaxis_slice_iterator
17