-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from Bitfroest/feature/fix-module-import
Fix order of includes and modules folder path, Format with yapf, Closes #5
- Loading branch information
Showing
7 changed files
with
364 additions
and
183 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
[style] | ||
# YAPF uses the google style | ||
based_on_style = google | ||
spaces_before_comment = 4 | ||
split_before_named_assigns = False | ||
column_limit = 100 |
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
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,15 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<style> | ||
h2{font-family:Arial;} | ||
h2 { | ||
font-family: Arial; | ||
} | ||
</style> | ||
|
||
<body> | ||
<h2>Custom Screw Generator</h2> | ||
<p>You can manipulate the whole parameter set of the screw in the following technical drawing.</p> | ||
<img src="resources/technical.png"> | ||
<h2>Custom Screw Generator</h2> | ||
<p>You can manipulate the whole parameter set of the screw in the following technical drawing.</p> | ||
<img src="resources/technical.png"> | ||
</body> | ||
|
||
</html> |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
requests==2.18.4 |
Oops, something went wrong.