Cleaned up makefile, started presentation
This commit is contained in:
17
readme.md
17
readme.md
@@ -2,10 +2,7 @@
|
||||
|
||||
This will be a repository for my code while I work on my thesis. The general idea is to generate a
|
||||
method for automatically producing optimal low-thrust trajectories (including optimizations of the
|
||||
planetary flybys) for a sample mission to Neptune.
|
||||
|
||||
For now, it will just be a location for storing my notes as I come up with a plan. I will update
|
||||
this readme as I flush out the plan a little better and then as I begin producing code.
|
||||
planetary flybys) for a sample mission to Saturn.
|
||||
|
||||
## Dependencies
|
||||
|
||||
@@ -34,8 +31,14 @@ Pkg.build()
|
||||
|
||||
To produce the pdfs, simply run:
|
||||
|
||||
```bash
|
||||
make
|
||||
```bash
|
||||
make
|
||||
```
|
||||
### Julia Code
|
||||
|
||||
They will go in the build directory
|
||||
|
||||
To produce final pdfs:
|
||||
|
||||
```bash
|
||||
make final
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user