Skip to content

Commit f947d78

Browse files
Add figure caption
1 parent 8a92ea3 commit f947d78

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

OVERVIEW.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,12 @@ For a more up-to-date view on what features might be added, see <https://github.
127127

128128
### Under the hood
129129

130+
131+
130132
![](vignettes/figures/slow_sum.svg)
131133

134+
_Figure: Sequence diagram illustrating how signaled progression conditions are captured by `with_progress()` and relayed to the two progression handlers 'progress' (a progress bar in the terminal) and 'beepr' (auditory) that the end user has choosen._
135+
132136

133137
### Debugging
134138

vignettes/figures/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,6 @@ all: slow_sum.svg
22

33
%.svg: %.bob
44
svgbob --font-family=monospace --output $@ < $<
5+
6+
%.png: %.svg
7+
inkscape -z -d 192 -e $@ $<

0 commit comments

Comments
 (0)