-
-
Notifications
You must be signed in to change notification settings - Fork 12
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
Documentation for python can transport interface #241
Merged
mdabrowski1990
merged 24 commits into
main
from
documentation-for-python-can-transport-interface
Nov 2, 2023
Merged
Documentation for python can transport interface #241
mdabrowski1990
merged 24 commits into
main
from
documentation-for-python-can-transport-interface
Nov 2, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Move examples to different directory (change structure of examples)
Add examples page to documentation.
- update CAN Segmenter functionality documentation - leave TODO marks in sections to update
adjust readthedocs configuration so it builds again
fix to make a test build
try to solve graphviz issue
try to fix graphviz issue
hopefully sudo is avaialble although I doubt that =/
seems like I found a fix for graphviz issue
Update tables with implementation statuses.
add development version installation command
- include code in examples section - rework installation page - adjust current status of features - provide user guide for python-can transport interface -
add link to knowledge base
mdabrowski1990
added
documentation
Improvements or additions to documentation
CAN
Related to CAN specific implementation
labels
Oct 31, 2023
Remove python 3.12 from static code analysis as it is not stable at the moment
Codecov Report
@@ Coverage Diff @@
## main #241 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 39 39
Lines 2346 2346
=========================================
Hits 2346 2346
Flags with carried forward coverage won't be shown. Click here to find out more.
|
test if graphviz extension needs to be specified
adjust link to readthedocs
…tps://github.com/mdabrowski1990/uds into documentation-for-python-can-transport-interface
fix minor mistakes
mdabrowski1990
commented
Oct 31, 2023
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.
LGTM
Add link to documentation
n135c10r
approved these changes
Nov 2, 2023
mdabrowski1990
deleted the
documentation-for-python-can-transport-interface
branch
November 2, 2023 21:10
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
How Has This Been Tested?
Process
I know the process and did my best to follow it