Skip to content

Fix doc rot in functions export#1661

Merged
nathanjmcdougall merged 2 commits intomainfrom
copilot/fix-doc-rot-functions-export
Mar 30, 2026
Merged

Fix doc rot in functions export#1661
nathanjmcdougall merged 2 commits intomainfrom
copilot/fix-doc-rot-functions-export

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Mar 30, 2026

Static checks failing because docs/functions.txt was stale — missing two functions added to usethis._file.pyproject_toml.deps.

  • Regenerated docs/functions.txt via export-functions hook
  • Updated the <!-- sync:docs/functions.txt --> block in AGENTS.md to match

Added entries:

- `get_project_deps()` (`usethis._file.pyproject_toml.deps`)
- `get_dep_groups()` (`usethis._file.pyproject_toml.deps`)

Add missing entries for get_project_deps() and get_dep_groups() from
usethis._file.pyproject_toml.deps to docs/functions.txt and the
corresponding sync block in AGENTS.md.

Agent-Logs-Url: https://github.com/usethis-python/usethis-python/sessions/f6e00f07-2014-49e6-b81d-20927e21a437

Co-authored-by: nathanjmcdougall <18602289+nathanjmcdougall@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix doc rot in functions export Fix doc rot in functions export Mar 30, 2026
Copilot AI requested a review from nathanjmcdougall March 30, 2026 22:59
@nathanjmcdougall nathanjmcdougall marked this pull request as ready for review March 30, 2026 23:09
@nathanjmcdougall nathanjmcdougall merged commit c3d3007 into main Mar 30, 2026
11 checks passed
@nathanjmcdougall nathanjmcdougall deleted the copilot/fix-doc-rot-functions-export branch March 30, 2026 23:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix doc rot in functions export

2 participants