Skip to content

Commit

Permalink
#39: improve spacing and formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
cwschilly committed Sep 3, 2024
1 parent a06166f commit 4469bd9
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ _In future directions, we will assume that the `vt-tv` source is located in `${V
`vt-tv` can installed as either a standalone C++ app or as a Python module. Instructions for both cases are included in the dropdowns below.

<details>
<summary><h3><code>vt-tv</code> Standalone</h3></summary>
<summary><b>Standalone</b></summary>

### 1. Build

Expand Down Expand Up @@ -100,7 +100,7 @@ Additionally, DARMA-tasking's Load Balancing Analysis Framework (LBAF) provides

</details>
<details>
<summary><h3><code>vt-tv</code> Python Module</h3></summary>
<summary><b>Python Module</b></summary>

### Dependencies

Expand Down Expand Up @@ -206,7 +206,9 @@ visualization:
While `vt-tv` natively supports a variety of QOI, such as the `load`, `id`, or `volume` of ranks and objects[^1], we also support user-defined QOI, called `attributes`.

<details>
<summary><h4>Rank Attributes</h4></summary>
<summary><b>Rank Attributes</b></summary>

<br />

Rank `attributes` are defined in the `metadata` field of the JSON data files. For example:

Expand All @@ -224,7 +226,9 @@ In this example, the user defines `max_memory_usage` as a rank attribute. This c

</details>
<details>
<summary><h4>Object Attributes</h4></summary>
<summary><b>Object Attributes</b></summary>

<br />

Object `attributes` are defined in the `tasks` field of the JSON data files. For example:

Expand Down

0 comments on commit 4469bd9

Please sign in to comment.