diff --git a/entries/auton/auton.typ b/entries/auton/auton.typ deleted file mode 100644 index 6494a34..0000000 --- a/entries/auton/auton.typ +++ /dev/null @@ -1,5 +0,0 @@ -#include "./close-awp/close-awp.typ" -#include "./far-awp/far-awp.typ" -#include "./disrupt/disrupt.typ" -#include "./skills/skills.typ" -#include "./pre-skills/pre-skills.typ" \ No newline at end of file diff --git a/entries/entries.typ b/entries/entries.typ index 698285e..baa2a99 100644 --- a/entries/entries.typ +++ b/entries/entries.typ @@ -2,18 +2,26 @@ #include "./structure/structure.typ" -#include "./versioning/versioning.typ" +#include "./driver/driver.typ" + +#include "./odom/odom.typ" #include "./pros/pros.typ" -#include "./driver/driver.typ" +#include "./auton/disrupt/disrupt.typ" -#include "./odom/odom.typ" +#include "./auton/close-awp/close-awp.typ" + +#include "./auton/far-awp/far-awp.typ" + +#include "./auton/pre-skills/pre-skills.typ" + +#include "./auton/skills/skills.typ" #include "./boomerang/boomerang.typ" -#include "./auton/auton.typ" +#include "./versioning/versioning.typ" -#include "./catapult/catapult.typ" +#include "./pure_pursuit/pure_pursuit.typ" -#include "./pure_pursuit/pure_pursuit.typ" \ No newline at end of file +#include "./lift/lift.typ" \ No newline at end of file diff --git a/entries/intro/intro.typ b/entries/intro/intro.typ index e78415b..a927df7 100644 --- a/entries/intro/intro.typ +++ b/entries/intro/intro.typ @@ -9,7 +9,7 @@ #show: create-body-entry.with( title: "Introduction", type: "notebook", - date: datetime(year: 2024, month: 1, day: 15), + date: datetime(year: 1, month: 1, day: 1), author: "Andrew Curtis", ) diff --git a/entries/pure_pursuit/pure_pursuit.typ b/entries/pure_pursuit/pure_pursuit.typ index 0ef929a..511ea1d 100644 --- a/entries/pure_pursuit/pure_pursuit.typ +++ b/entries/pure_pursuit/pure_pursuit.typ @@ -8,7 +8,7 @@ #show: create-body-entry.with( title: "Concept: Pure Pursuit", type: "concept", - date: datetime(year: 2023, month: 11, day: 28), // TODO: fix date + date: datetime(year: 2024, month: 3, day: 6), author: "Andrew Curtis", )