From 74300fe53d784693c350a6d6bbc0ef8870c1a535 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 26 Nov 2024 22:17:30 +0000 Subject: [PATCH] Render README.qmd files to gfm --- software/README.md | 2 ++ software/main/README.md | 1 + software/release/README.md | 1 + 3 files changed, 4 insertions(+) diff --git a/software/README.md b/software/README.md index 90fe697..038e50e 100644 --- a/software/README.md +++ b/software/README.md @@ -49,6 +49,7 @@ The repository has the following directory tree. │ ├── ssd1306.py │ └── variableLED.py ├── main + │ ├── README.md │ ├── README.qmd │ └── main.py ├── networking @@ -57,6 +58,7 @@ The repository has the following directory tree. │ ├── examples │ └── networking.py └── release + ├── README.md ├── README.qmd ├── adxl345.py ├── config.py diff --git a/software/main/README.md b/software/main/README.md index ec58bdb..c2334b2 100644 --- a/software/main/README.md +++ b/software/main/README.md @@ -13,6 +13,7 @@ This directory hosts the main code for the smart modules. The repository has the following directory tree. . + ├── README.md ├── README.qmd ├── README.rmarkdown └── main.py diff --git a/software/release/README.md b/software/release/README.md index 112dbbc..f0d5469 100644 --- a/software/release/README.md +++ b/software/release/README.md @@ -13,6 +13,7 @@ This directory hosts release ready code for the smart modules. The repository has the following directory tree. . + ├── README.md ├── README.qmd ├── README.rmarkdown ├── adxl345.py