Skip to content

Commit 4128aa2

Browse files
authored
Merge pull request #221 from ItIsI-Orient/progress_bars
Review of progress-bars
2 parents b95b89d + 0ea58e0 commit 4128aa2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/progress-bars.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The progress bars shown by EasyBuild are *dynamic*: they are only visible when t
1111

1212
Note that for most progress bars each step is treated as being equal even though the time taken for the
1313
various steps varies. There are many factors that impact how long an individual installation step, installing
14-
an easyconfig, or installing an extension may and this makes it very difficult to get a good estimate on how
14+
an easyconfig, or installing an extension may take and this makes it very difficult to get a good estimate on how
1515
much time will be needed.
1616
The download progress bar is an exception here (as long as the size of the file to download could be determined first).
1717

@@ -90,6 +90,8 @@ which shows:
9090

9191
## Relevant configuration options
9292

93+
For information about configuring EasyBuild, see [Configuring Easybuild](https://docs.easybuild.io/configuration/).
94+
9395
### `output-style`
9496

9597
The `output-style` configuration option determines the output style of the `eb` command.
@@ -100,7 +102,7 @@ This also makes `Rich` a *required* dependency for EasyBuild.
100102
Using '`basic`' as value for `output-style` results in basic output (no progress bars).
101103

102104
By default `output-style` is set to '`auto`', which implies using the `Rich` Python package to produce
103-
rich output (incl. progress bars) if is available,
105+
rich output (incl. progress bars) if `Rich` is available,
104106
and falling back to using the basic output style if `Rich` is not available.
105107

106108
### `show-progress-bar`

0 commit comments

Comments
 (0)