Skip to content

Commit

Permalink
use monospace
Browse files Browse the repository at this point in the history
  • Loading branch information
MasonProtter committed Jan 28, 2024
1 parent be84771 commit 9a860e7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ multithreaded calculations via higher-order functions, with a focus on [data par
It re-exports the very useful function `chunks` from [ChunkSplitters.jl](https://github.com/m3g/ChunkSplitters.jl), and
provides the following functions

<details><summary>tmapreduce</summary>
<details><summary>`tmapreduce`</summary>
<p>

tmapreduce(f, op, A::AbstractArray;
Expand Down Expand Up @@ -46,7 +46,7 @@ needed if you are using a `:static` schedule, since the `:dynamic` schedule is u
</details>
</p>

<details><summary>treducemap</summary>
<details><summary>`treducemap`</summary>
<p>

treducemap(op, f, A::AbstractArray;
Expand Down Expand Up @@ -85,7 +85,7 @@ needed if you are using a `:static` schedule, since the `:dynamic` schedule is u
</details>
</p>

<details><summary>treduce</summary>
<details><summary>`treduce`</summary>
<p>


Expand Down Expand Up @@ -124,7 +124,7 @@ needed if you are using a `:static` schedule, since the `:dynamic` schedule is u
</details>
</p>

<details><summary>tforeach</summary>
<details><summary>`tforeach`</summary>
<p>

tforeach(f, A::AbstractArray;
Expand All @@ -144,7 +144,7 @@ Apply `f` to each element of `A` on multiple parallel tasks, and return `nothing
</details>
</p>

<details><summary>tmap</summary>
<details><summary>`tmap`</summary>
<p>


Expand All @@ -166,7 +166,7 @@ A multithreaded function like `Base.map`. Create a new container `similar` to `A
</details>
</p>

<details><summary>tmap!</summary>
<details><summary>`tmap!`</summary>
<p>

tmap!(f, out, A::AbstractArray;
Expand Down

0 comments on commit 9a860e7

Please sign in to comment.