-
Notifications
You must be signed in to change notification settings - Fork 397
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: add mkdocstrings for api reference #517
Conversation
Signed-off-by: heitorlessa <[email protected]>
Codecov Report
@@ Coverage Diff @@
## develop #517 +/- ##
========================================
Coverage 99.90% 99.90%
========================================
Files 107 107
Lines 4266 4281 +15
Branches 208 212 +4
========================================
+ Hits 4262 4277 +15
Misses 1 1
Partials 3 3
Continue to review full report at Codecov.
|
* develop: chore(deps): bump boto3 from 1.18.0 to 1.18.1 (aws-powertools#528) fix(tracer): mypy generic to preserve decorated method signature (aws-powertools#529) fix(parser): Make ApiGateway version, authorizer fields optional (aws-powertools#532) fix(mypy): fixes to resolve no implicit optional errors (aws-powertools#521) chore(deps): bump boto3 from 1.17.110 to 1.18.0 (aws-powertools#527) feat(feat-toggle): New simple feature toggles rule engine (WIP) (aws-powertools#494) chore(deps-dev): bump mkdocs-material from 7.1.9 to 7.1.10 (aws-powertools#522) chore(deps): bump boto3 from 1.17.102 to 1.17.110 (aws-powertools#523) chore(deps-dev): bump isort from 5.9.1 to 5.9.2 (aws-powertools#514) feat(mypy): add mypy support to makefile (aws-powertools#508) feat(api-gateway): add debug mode (aws-powertools#507)
Pausing this work to prioritize #563 |
742ccf5
to
b582992
Compare
Closing as a lot has changed since then in mkdocstrings, and I'll make one PR for each utility instead to split the work. |
Issue #, if available: #346 #481
Description of changes:
Pre-work required before revamping Event Source Data Classes and Parser documentation. This PR auto-generate and embed API reference docs.
As part of this work, we need to reformat our docstrings since
mkdocstrings
doesn't support Numpy format we've been using.Checklist
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.