Skip to content

Commit 3ea0e77

Browse files
author
Marvin Klerx
committed
fixed docs
1 parent 99a227a commit 3ea0e77

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,9 @@
1515
[![PyPI Downloads - Total](https://static.pepy.tech/badge/robotframework-tablelibrary)](https://pepy.tech/projects/robotframework-tablelibrary)
1616
[![PyPI Downloads - Monthly](https://static.pepy.tech/badge/robotframework-tablelibrary/month)](https://pepy.tech/projects/robotframework-tablelibrary)
1717

18-
## GitHub Repository
19-
20-
**[Here](https://github.com/imbus/robotframework-tablelibrary)** you can find the project at GitHub.
21-
2218
## Keyword Documentation
2319

24-
You can find the keyword documentation generated by libdoc **[here](https://imbus.github.io/robotframework-tablelibrary/keywords.html)**.
20+
Here you can find the **[Keyword Documentation](https://imbus.github.io/robotframework-tablelibrary/keywords.html)** generated by ``libdoc``.
2521

2622
## 📊 RobotFramework TableLibrary
2723

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ dev = [
4545
]
4646

4747
[project.urls]
48-
Repository = "https://github.com/imbus/robotframework-tablelibrary"
48+
Homepage = "https://github.com/imbus/robotframework-tablelibrary"
4949
Documentation = "https://github.com/imbus/robotframework-tablelibrary#readme"
5050
Contributing = "https://github.com/imbus/robotframework-tablelibrary/blob/main/DEVELOPMENT.md"
5151
Issues = "https://github.com/imbus/robotframework-tablelibrary/issues"
52-
KeywordDocs = "https://imbus.github.io/robotframework-tablelibrary/keywords.html"
52+
KeywordDocumentation = "https://imbus.github.io/robotframework-tablelibrary/keywords.html"
5353

5454
[tool.hatch.build.targets.wheel]
5555
require-runtime-dependencies = true

0 commit comments

Comments
 (0)