Skip to content

Commit 6ad4cc5

Browse files
dmitriy-sobolevakukanov
authored andcommitted
[oneDPL] Fix rendering of list in iterators.rst
Fix indentation to show the bullet lists properly.
1 parent 46530e0 commit 6ad4cc5

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

source/elements/oneDPL/source/parallel_api/iterators.rst

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ Let us define a named requirement, ``AdaptingIteratorSource``, to describe valid
1313
types that can be used as source for oneDPL iterators as described below.
1414
The type ``Iter`` satisfies the ``AdaptingIteratorSource`` named requirement if it is any of the following:
1515

16-
* A random access iterator
17-
* The unspecified iterator-like type returned by ``oneapi::dpl::begin`` or ``oneapi::dpl::end``
18-
* A ``permutation_iterator``
19-
* A ``transform_iterator``
20-
* A ``counting_iterator``
21-
* A ``discard_iterator``
22-
* A ``zip_iterator``
16+
* A random access iterator
17+
* The unspecified iterator-like type returned by ``oneapi::dpl::begin`` or ``oneapi::dpl::end``
18+
* A ``permutation_iterator``
19+
* A ``transform_iterator``
20+
* A ``counting_iterator``
21+
* A ``discard_iterator``
22+
* A ``zip_iterator``
2323

2424
.. code:: cpp
2525
@@ -155,13 +155,13 @@ iterator instances to determine their position in the index map. ``SourceIterato
155155

156156
The type ``IndexMap`` must be one of the following:
157157

158-
* A random access iterator
159-
* The unspecified iterator-like type returned by ``oneapi::dpl::begin`` or ``oneapi::dpl::end``
160-
* A ``permutation_iterator``
161-
* A ``transform_iterator``
162-
* A ``counting_iterator``
163-
* A functor with a signature equivalent to ``T operator()(const T&) const`` where ``T`` is a
164-
``std::iterator_traits<SourceIterator>::difference_type``
158+
* A random access iterator
159+
* The unspecified iterator-like type returned by ``oneapi::dpl::begin`` or ``oneapi::dpl::end``
160+
* A ``permutation_iterator``
161+
* A ``transform_iterator``
162+
* A ``counting_iterator``
163+
* A functor with a signature equivalent to ``T operator()(const T&) const`` where ``T`` is a
164+
``std::iterator_traits<SourceIterator>::difference_type``
165165

166166

167167
``permutation_iterator::operator*`` uses the counter value of the instance on which

0 commit comments

Comments
 (0)