From 2324c2f7cd81f90bc4b7709245c0075d8b723352 Mon Sep 17 00:00:00 2001 From: blendoit Date: Fri, 4 Oct 2019 12:18:34 -0700 Subject: Images in README! --- .gitignore | 3 +++ README.org | 4 ++++ doc/diagram | 5 ----- doc/diagram.pum | 5 +++++ 4 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 doc/diagram create mode 100644 doc/diagram.pum diff --git a/.gitignore b/.gitignore index c62ecf2..225020c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,8 @@ # .gitignore **/__pycache__/ **/log.txt +**/*.html +**/*.pdf +**/*.tex save/ TAGS \ No newline at end of file diff --git a/README.org b/README.org index 562423f..eaed041 100644 --- a/README.org +++ b/README.org @@ -9,6 +9,10 @@ With the final objective of designing a lightweight FAR 23 compliant airfoil. I adapted it from my own code for the UCLA MAE 154B final project (Spring 2019). +#+CAPTION: Test image for the README +#+NAME: fig:Test-Image +[[./doc/diagram.png]] + * Program Structure ** =creator.py= diff --git a/doc/diagram b/doc/diagram deleted file mode 100644 index 6140981..0000000 --- a/doc/diagram +++ /dev/null @@ -1,5 +0,0 @@ -hide footbox -title Sequence Diagram (Footer removed) - -Alice -> Bob: Authentication Request -Bob --> Alice: Authentication Response diff --git a/doc/diagram.pum b/doc/diagram.pum new file mode 100644 index 0000000..6140981 --- /dev/null +++ b/doc/diagram.pum @@ -0,0 +1,5 @@ +hide footbox +title Sequence Diagram (Footer removed) + +Alice -> Bob: Authentication Request +Bob --> Alice: Authentication Response -- cgit v1.2.3