mirror of
https://github.com/vinta/awesome-python.git
synced 2026-08-03 22:40:46 +00:00
add category links in llms.txt
This commit is contained in:
parent
5f042e2fb2
commit
10c06fb26d
2 changed files with 36 additions and 2 deletions
|
|
@ -352,7 +352,8 @@ class TestBuild:
|
|||
assert "Sitemap: https://awesome-python.com/sitemap.xml" in llms_txt
|
||||
assert "## Categories" in llms_txt
|
||||
assert "**Tools**" in llms_txt
|
||||
assert "- [Widgets](#widgets)" in llms_txt
|
||||
assert "- [Widgets](https://awesome-python.com/categories/widgets/)" in llms_txt
|
||||
assert "- [Widgets](#widgets)" not in llms_txt
|
||||
assert "### Widgets" in llms_txt
|
||||
assert "- [w1](https://example.com) - A widget." in llms_txt
|
||||
assert "- [w2](https://github.com/owner/w2) - A starred widget. (GitHub stars: 42)" in llms_txt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue