You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Add API reference documentation with pdoc3 (#59)
* feat: Add API reference documentation with pdoc3
Implements automated API documentation generation:
- Added pdoc3 as optional dependency in [project.optional-dependencies]
- Created GitHub Actions workflow to build and deploy docs on push to main
- Updated README with API reference links and documentation section
- Added docs/api/ to .gitignore (generated content)
Documentation will be automatically published to GitHub Pages at:
https://adcontextprotocol.github.io/adcp-client-python/
Benefits:
- Zero-config API reference from existing docstrings
- Full type signature visibility
- Field descriptions from Pydantic/JSON Schema
- Searchable interface
- Mobile-friendly HTML
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
* chore: Regenerate types to fix import errors
Regenerated all type files to sync timestamps and ensure imports match.
This fixes the CI error where generated.py was trying to import Asset1
which didn't exist in brand_manifest.py.
The issue occurred because types were out of sync between generated
module files and the consolidated generated.py exports.
---------
Co-authored-by: Claude <noreply@anthropic.com>
0 commit comments