diff --git a/docs/sphinx/api/public_api.rst b/docs/sphinx/api/public_api.rst index 5621e0d6194e..5979635adca3 100644 --- a/docs/sphinx/api/public_api.rst +++ b/docs/sphinx/api/public_api.rst @@ -90,6 +90,7 @@ Functions :cpp:func:`hpx::partial_sort_copy` :cppreference-generic:`algorithm,partial_sort_copy` :cpp:func:`hpx::partition` :cppreference-generic:`algorithm,partition` :cpp:func:`hpx::partition_copy` :cppreference-generic:`algorithm,partition_copy` + :cpp:func:`hpx::parallel::v1::reduce_by_key` `reduce_by_key `_ :cpp:func:`hpx::remove` :cppreference-generic:`algorithm,remove` :cpp:func:`hpx::remove_copy` :cppreference-generic:`algorithm,remove_copy` :cpp:func:`hpx::remove_copy_if` :cppreference-generic:`algorithm,remove_copy,remove_copy_if` @@ -111,6 +112,7 @@ Functions :cpp:func:`hpx::shift_left` :cppreference-generic:`algorithm,shift,shift_left` :cpp:func:`hpx::shift_right` :cppreference-generic:`algorithm,shift,shift_right` :cpp:func:`hpx::sort` :cppreference-generic:`algorithm,sort` + :cpp:func:`hpx::parallel::v1::sort_by_key` `sort_by_key `_ :cpp:func:`hpx::stable_partition` :cppreference-generic:`algorithm,stable_partition` :cpp:func:`hpx::stable_sort` :cppreference-generic:`algorithm,stable_sort` :cpp:func:`hpx::starts_with` :cppreference-generic:`algorithm/ranges,starts_with`