[Python] Design & build airplanes from your specifications.
Images in README!
Changed files
.gitignore
@@ -1,5 +1,8 @@
1
1
# .gitignore
2
2
**/__pycache__/
3
3
**/log.txt
4
Added:
**/*.html
5
Added:
**/*.pdf
6
Added:
**/*.tex
4
7
save/
5
8
TAGS
README.org
@@ -9,6 +9,10 @@
9
9
10
10
I adapted it from my own code for the UCLA MAE 154B final project (Spring 2019).
11
11
12
Added:
#+CAPTION: Test image for the README
13
Added:
#+NAME: fig:Test-Image
14
Added:
[[./doc/diagram.png]]
15
Added:
12
16
* Program Structure
13
17
14
18
** =creator.py=
doc/diagram
@@ -1,5 +0,0 @@
1
Removed:
hide footbox
2
Removed:
title Sequence Diagram (Footer removed)
3
Removed:
4
Removed:
Alice -> Bob: Authentication Request
5
Removed:
Bob --> Alice: Authentication Response
doc/diagram.pum
@@ -0,0 +1,5 @@
1
Added:
hide footbox
2
Added:
title Sequence Diagram (Footer removed)
3
Added:
4
Added:
Alice -> Bob: Authentication Request
5
Added:
Bob --> Alice: Authentication Response