-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Automotive documentation and Typing [ready] #3075
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3075 +/- ##
==========================================
+ Coverage 85.03% 85.32% +0.28%
==========================================
Files 265 265
Lines 54956 54962 +6
==========================================
+ Hits 46732 46896 +164
+ Misses 8224 8066 -158
|
Uuups appveyor got canceled. |
@gpotter2 This PR is ready for review |
Thanks for the PR. I'd however like for the |
Alright, no problem. |
50d65da
to
90ea22d
Compare
waiting for #3059 |
07d4c9e
to
2e9c37c
Compare
2e9c37c
to
8424f02
Compare
@gpotter2 Rebased and ready for review. This PR changes the typing of |
The typing of select is changed in #3090 too. You can probably rebase on top of it in the meantime :/ |
bbc3814
to
6a0d365
Compare
Sorry for the delay. I'm waiting for 2.4.5.. |
6a0d365
to
8078fc2
Compare
@gpotter2 Rebased. |
bd47d4b
to
0a90098
Compare
…w and add remove-padding configuration to CAN
674fad6
to
d4c8777
Compare
@@ -100,6 +100,9 @@ | |||
# Enable codeauthor and sectionauthor directives | |||
show_authors = True | |||
|
|||
# Mock python-can | |||
autodoc_mock_imports = ["can"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good job for finding this out, I didn't know it was builtin.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Can this PR get merged? |
I've started a new series of documentation improvements.
This PR improves the API documentation of CAN and PythonCANSockets and adds typing to CAN, PythonCANSockets and NativeCANSockets