From 0697ca4afd4445153454f440fd665071ac06849e Mon Sep 17 00:00:00 2001 From: admercs Date: Thu, 29 Feb 2024 16:05:38 -0800 Subject: [PATCH] update README status indicators --- .github/workflows/test_docs.yml | 2 +- .github/workflows/test_format.yml | 2 +- README.md | 15 +++++++++++++-- 3 files changed, 15 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test_docs.yml b/.github/workflows/test_docs.yml index 4ab1fb55..1d9dfe2c 100644 --- a/.github/workflows/test_docs.yml +++ b/.github/workflows/test_docs.yml @@ -13,7 +13,7 @@ # Copyright © 2024 Nervosys, LLC #---------------------------------------------------------------------------------------- -name: "Build and Deploy: Documentation (Doxygen, Sphinx, MkDocs)" +name: "Build and Deploy: Documentation" on: push: diff --git a/.github/workflows/test_format.yml b/.github/workflows/test_format.yml index 0c7be258..a7a034dd 100644 --- a/.github/workflows/test_format.yml +++ b/.github/workflows/test_format.yml @@ -13,7 +13,7 @@ # Copyright © 2024 Nervosys, LLC #---------------------------------------------------------------------------------------- -name: "Test: Source Code Formatting" +name: "Format: Source Code" on: push: diff --git a/README.md b/README.md index 9421c00a..1cf71f9a 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ AutonomySim logo

-

+

@@ -18,11 +18,22 @@

+

+ + + + + + +

+

The simulation engine for autonomous systems

## Announcements -* UNDER CONSTRUCTION: We are updating the build systems. Expect a few bumps in the road. +* Windows now has separate Batch/Command and PowerShell build systems. * The `autonomysim` Python package has undergone a complete overhaul! `AutonomyLib` is next. * A new documentation system has been rolled out that covers the Python and C++ APIs. * `Windows`: all build scripts have been translated from Command/Batch to PowerShell. `Unreal Engine` still generates Batch files and we are still ironing out the bugs.