Skip to content

Fix obsolete and invalid documentation#128

Merged
ad-m merged 4 commits intomasterfrom
worktree-parsed-snacking-fog
Mar 7, 2026
Merged

Fix obsolete and invalid documentation#128
ad-m merged 4 commits intomasterfrom
worktree-parsed-snacking-fog

Conversation

@ad-m
Copy link
Owner

@ad-m ad-m commented Mar 7, 2026

Summary

  • README.md: Fix badge link (setup.pypyproject.toml), fix broken example filename (recaptcha.pyrecaptcha_request.py), fix typos and grammar
  • docs/: Same fixes in usage.rst and index.rst; rewrite development.rst (TravisCI → GitHub Actions, setup.pypython -m build, bumpversion → git tags); update conf.py copyright to 2018-2026, remove hardcoded version, fix deprecated html_theme_path
  • Makefile: setup.py sdistpython -m build, rename geckodriverchromedriver throughout
  • CHANGELOG.rst: Add comprehensive "Unreleased" section covering all changes since 1.0.0 (new features, breaking Python 3.9+ requirement, removed deps, bug fixes)
  • CODE_OF_CONDUCT.md: Update contact email to naczelnik@jawne.info.pl

Test plan

  • Sphinx docs build cleanly with sphinx-build -W (warnings as errors)
  • All referenced example files verified to exist
  • No functional code changes

🤖 Generated with Claude Code

Adam Dobrawy and others added 4 commits March 7, 2026 14:49
Update outdated references (setup.py → pyproject.toml, TravisCI → GitHub
Actions), fix broken example file links, correct typos and grammar in
README and Sphinx docs, update copyright year range, fix
geckodriver/chromedriver naming confusion in Makefile, update contact
email in CODE_OF_CONDUCT.md, and add comprehensive changelog entries
for all changes since 1.0.0.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Remove manual twine upload step from development docs and add trusted
publishing changelog entry (PR #114).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…TextTask inputs

Document three recently added features that were missing usage examples:
- Context manager support on AnticaptchaClient
- on_check callback parameter on Job.join()
- ImageToTextTask accepting file paths and raw bytes

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@ad-m ad-m merged commit 85ae73f into master Mar 7, 2026
7 of 8 checks passed
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.

1 participant