Skip to content

Commit 2bfef7b

Browse files
committed
docs: update README
1 parent 40357b1 commit 2bfef7b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ These Python libraries are used in several Linuxfabrik projects, including the [
1010

1111
## Documentation
1212

13-
HTML documentation is created using [https://pdoc.dev/](https://pdoc.dev/) and can be read in [./docs/index.html](./docs/index.html):
13+
[API Documentation](https://linuxfabrik.github.io/lib/) (hosted on GitHub Pages).
14+
15+
The HTML documentation is created using [https://pdoc.dev/](https://pdoc.dev/) and is located in [./docs/index.html](./docs/index.html).
1416

1517
```
1618
pip install pdoc
@@ -54,7 +56,7 @@ pdoc --output-dir docs \
5456
```
5557

5658

57-
## List of libraries
59+
## Library Index
5860

5961
* args.py:
6062
Extends argparse by new input argument data types on demand.

0 commit comments

Comments
 (0)