Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit ba24543

Browse files
committed
qa: fix linting errors in documentation
Signed-off-by: Matthew Weier O'Phinney <matthew@weierophinney.net>
1 parent eb0d81a commit ba24543

File tree

3 files changed

+6
-9
lines changed

3 files changed

+6
-9
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# laminas-progressbar
22

3-
[![Build Status](https://travis-ci.com/laminas/laminas-progressbar.svg?branch=master)](https://travis-ci.com/laminas/laminas-progressbar)
4-
[![Coverage Status](https://coveralls.io/repos/github/laminas/laminas-progressbar/badge.svg?branch=master)](https://coveralls.io/github/laminas/laminas-progressbar?branch=master)
3+
[![Build Status](https://github.com/laminas/laminas-progressbar/workflows/Continuous%20Integration/badge.svg)](https://github.com/laminas/laminas-progressbar/actions?query=workflow%3A"Continuous+Integration")
54

65
laminas-progressbar is a component to create and update progress bars in different
76
environments. It consists of a single backend, which outputs the progress through
@@ -23,6 +22,6 @@ Browse the documentation online at https://docs.laminas.dev/laminas-progressbar/
2322

2423
## Support
2524

26-
* [Issues](https://github.com/laminas/laminas-progressbar/issues/)
27-
* [Chat](https://laminas.dev/chat/)
28-
* [Forum](https://discourse.laminas.dev/)
25+
- [Issues](https://github.com/laminas/laminas-progressbar/issues/)
26+
- [Chat](https://laminas.dev/chat/)
27+
- [Forum](https://discourse.laminas.dev/)

docs/book/index.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/book/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../README.md

docs/book/intro.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ through one of the multiple adapters. On every update, it takes an absolute
66
value and optionally a status message, and then calls the adapter with some
77
precalculated values like percentage and estimated time left.
88

9-
Basic Usage
10-
-----------
9+
## Basic Usage
1110

1211
To use the component, instantiate `Laminas\ProgressBar\ProgressBar`, providing both
1312
a a min- and a max-value, and an adapter for providing data output. If you want
@@ -36,8 +35,7 @@ You can also call the `update()` method of `ProgressBar` without arguments;
3635
doing so recalculates ETA and notifies the adapter. This is useful when there is
3736
no data update but you want the progressbar to be updated.
3837

39-
Persistent Progress
40-
-------------------
38+
## Persistent Progress
4139

4240
If you want the progressbar to be persistent over multiple requests, you can
4341
give the name of a session namespace as fourth argument to the constructor. In

0 commit comments

Comments
 (0)