-
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 #35 from asam-ev/vehicle-structure
Vehicle structure
- Loading branch information
Showing
6 changed files
with
1,709 additions
and
0 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,10 @@ | ||
= Vehicle structure | ||
|
||
include::vehicle-structure-introduction.adoc[leveloffset=+1] | ||
include::vehicle-structure-general.adoc[leveloffset=+1] | ||
include::vehicle-structure-model-creation.adoc[leveloffset=+1] | ||
include::vehicle-structure-model-structure.adoc[leveloffset=+1] | ||
include::vehicle-structure-notes.adoc[leveloffset=+1] | ||
|
||
|
||
|
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,3 @@ | ||
= General | ||
|
||
//Add general information about the vehicle structure |
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,3 @@ | ||
= Introduction | ||
|
||
// Introduction to the vehicle structure chapter |
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,3 @@ | ||
= Model creation | ||
|
||
// Describe how the vehicle structure model is created |
Oops, something went wrong.