-
Notifications
You must be signed in to change notification settings - Fork 13
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
Doc/fix typos #103
Doc/fix typos #103
Conversation
Codecov Report
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. @@ Coverage Diff @@
## main #103 +/- ##
=======================================
Coverage 96.95% 96.95%
=======================================
Files 67 67
Lines 2266 2266
Branches 438 375 -63
=======================================
Hits 2197 2197
Misses 59 59
Partials 10 10
|
Seems like CI is broken because of (I'm guessing) a problem with pyyaml wheels. I'll look at this at some point, thanks for the PR. |
As I see in Required |
Fixes some typos.
Also, I removed some python related files from
docs/
(__init__.py
,autowiring.py
,py.typed
):I haven't found any usages of
autowiring.py
- all code fragments moved todocs_src/
.So, it looks cleaner without them.