docs: add Website badge and point PyPI Homepage at coder-eval.com#41
Merged
Conversation
Add a Website badge to the README next to the existing Docs badge, and repoint the pyproject Homepage URL at the live site so the PyPI sidebar links there instead of the repo (Repository still covers GitHub). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
uipreliga
requested review from
akshaylive,
bai-uipath and
tmatup
as code owners
July 22, 2026 16:19
|
I'll analyze this and get back to you. |
bai-uipath
approved these changes
Jul 22, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Adds a Website badge to the README next to the existing Docs badge, and repoints the
pyproject.tomlHomepageURL at the live site so the PyPI sidebar links there instead of the repo (Repositorystill covers GitHub).Changes
README.md:4— new Website badge (verifiedhttps://coder-eval.comreturns 200)pyproject.toml:54—Homepagemoved from the GitHub repo tohttps://coder-eval.comNote (not addressed here)
The existing Docs badge is broken:
https://uipath.github.io/coder_eval/returns 404, despitemkdocs.ymland.github/workflows/docs.ymlexisting — GitHub Pages is likely not enabled on the repo, or the docs workflow hasn't published successfully. For that reasonDocumentationinpyproject.tomlwas left pointing attree/main/docsrather than the (404ing) Pages URL. Worth a follow-up.🤖 Generated with Claude Code