Skip to content

Commit 1cec264

Browse files
authored
Updates docs and make small fixes to remove some warnings when building docs (#400)
1 parent bb66001 commit 1cec264

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/sphinx/ygm/utility.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ functionality can be safely included in user programs, but is often already incl
1111
can be used within YGM.
1212

1313
:code:`ygm::utility::timer`
14-
=====================
14+
===========================
1515

1616
The `ygm::utility::timer` class starts a very simple timer using `MPI_Wtime`. It includes `elapsed()` and `reset()`
1717
methods for checking the time since the timer has been started and resetting the start time of a timer, respectively.
@@ -28,7 +28,7 @@ Typical use of the `ygm::utility::timer` is:
2828
world.cout0("Time: ", t.elapsed());
2929

3030
``ygm::utility::progress_indicator``
31-
==================================
31+
====================================
3232

3333
The `ygm::utility::progress_indicator` asynchronously tracks progress through a calculation across all processes, with
3434
each process periodically sending updates that are printed by rank 0. The `progress_indicator` prints the total number

docs/ygm.pdf

19.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)