Skip to content

Commit

Permalink
Merge pull request #22 from tuftsceeo/main
Browse files Browse the repository at this point in the history
catch up
  • Loading branch information
NicK4rT authored Nov 26, 2024
2 parents 1be3b63 + f8416c0 commit fd26ee3
Show file tree
Hide file tree
Showing 23 changed files with 65 additions and 148 deletions.
Binary file modified .github/.DS_Store
Binary file not shown.
4 changes: 2 additions & 2 deletions .github/workflows/render-README.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ jobs:
#git checkout stage || git checkout -b stage
git remote set-url origin https://x-access-token:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git
git push origin main
git push origin main
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Smart System Education Platform

## Location: /README.qmd
## Location: /runner/work/Smart-System-Platform/README.qmd

### Description

Expand Down
7 changes: 3 additions & 4 deletions README.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ execute:
echo: false
message: false
warning: false
editor: visual
editor_options:
chunk_output_type: console
---
Expand All @@ -13,8 +12,8 @@ editor_options:

```{r setup, include=FALSE}
file_path <- fs::path_real("README.qmd")
path_components <- strsplit(file_path, "/")[[1]]
shortened_path <- fs::path_join(path_components[-c(2, 3)])
path_components <- strsplit(as.character(file_path), "/")[[1]]
shortened_path <- fs::path_join(path_components[-c(2:6)])
```

## Location: `r shortened_path`
Expand All @@ -27,7 +26,7 @@ This is the main directory.

The repository has the following directory tree.

```{r}
```{r echo=FALSE}
fs::dir_tree(recurse = FALSE)
```

Expand Down
33 changes: 10 additions & 23 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,8 @@
---
editor: visual
editor_options:
chunk_output_type: console
execute:
echo: false
message: false
warning: false
toc-title: Table of contents
---


# Smart System Education Platform

## Location: /work/Smart-System-Platform/Smart-System-Platform/docs/README.qmd
## Location: /runner/work/Smart-System-Platform/docs/README.qmd

### Description

Expand All @@ -21,8 +12,6 @@ This directory hosts the website.

The repository has the following directory tree.

::: cell
::: {.cell-output .cell-output-stdout}
.
├── README.md
├── README.qmd
Expand All @@ -34,16 +23,14 @@ The repository has the following directory tree.
├── start.html
├── technology.html
└── tools.html
:::
:::

A short description of the directories can be found below.

name description contribution
----------------- ------------------------ --------------
index.html Main page Nick
mission.html Mission statement Nick
technology.html Technology explanation Nick
tools.html Tool links Nick
community.html Community Nick
start.html ... Nick
| name | description | contribution |
|-----------------|------------------------|--------------|
| index.html | Main page | Nick |
| mission.html | Mission statement | Nick |
| technology.html | Technology explanation | Nick |
| tools.html | Tool links | Nick |
| community.html | Community | Nick |
| start.html | | Nick |
2 changes: 1 addition & 1 deletion docs/README.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ editor_options:
```{r setup, include=FALSE}
file_path <- fs::path_real("README.qmd")
path_components <- strsplit(file_path, "/")[[1]]
shortened_path <- fs::path_join(path_components[-c(2, 3)])
shortened_path <- fs::path_join(path_components[-c(2:6)])
```

## Location: `r shortened_path`
Expand Down
23 changes: 5 additions & 18 deletions firmware/README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,8 @@
---
editor: visual
editor_options:
chunk_output_type: console
execute:
echo: false
message: false
warning: false
toc-title: Table of contents
---


# Smart System Education Platform

## Location: /work/Smart-System-Platform/Smart-System-Platform/firmware/README.qmd
## Location: /runner/work/Smart-System-Platform/firmware/README.qmd

### Description

Expand All @@ -21,17 +12,13 @@ This directory will host the custom firmware.

The repository has the following directory tree.

::: cell
::: {.cell-output .cell-output-stdout}
.
├── README.md
├── README.qmd
└── README.rmarkdown
:::
:::

A short description of the directories can be found below.

name description contribution
------ ------------- --------------
NA NA Nick
| name | description | contribution |
|------|-------------|--------------|
| NA | NA | Nick |
2 changes: 1 addition & 1 deletion firmware/README.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ editor_options:
```{r setup, include=FALSE}
file_path <- fs::path_real("README.qmd")
path_components <- strsplit(file_path, "/")[[1]]
shortened_path <- fs::path_join(path_components[-c(2, 3)])
shortened_path <- fs::path_join(path_components[-c(2:6)])
```

## Location: `r shortened_path`
Expand Down
23 changes: 5 additions & 18 deletions hardware/README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,8 @@
---
editor: visual
editor_options:
chunk_output_type: console
execute:
echo: false
message: false
warning: false
toc-title: Table of contents
---


# Smart System Education Platform

## Location: /work/Smart-System-Platform/Smart-System-Platform/hardware/README.qmd
## Location: /runner/work/Smart-System-Platform/hardware/README.qmd

### Description

Expand All @@ -21,17 +12,13 @@ This directory will host files about the smart system hardware.

The repository has the following directory tree.

::: cell
::: {.cell-output .cell-output-stdout}
.
├── README.md
├── README.qmd
└── README.rmarkdown
:::
:::

A short description of the directories can be found below.

name description contribution
------ ------------- --------------
NA NA Nick
| name | description | contribution |
|------|-------------|--------------|
| NA | NA | Nick |
2 changes: 1 addition & 1 deletion hardware/README.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ editor_options:
```{r setup, include=FALSE}
file_path <- fs::path_real("README.qmd")
path_components <- strsplit(file_path, "/")[[1]]
shortened_path <- fs::path_join(path_components[-c(2, 3)])
shortened_path <- fs::path_join(path_components[-c(2:6)])
```

## Location: `r shortened_path`
Expand Down
23 changes: 5 additions & 18 deletions overleaf/README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,8 @@
---
editor: visual
editor_options:
chunk_output_type: console
execute:
echo: false
message: false
warning: false
toc-title: Table of contents
---


# Smart System Education Platform

## Location: /work/Smart-System-Platform/Smart-System-Platform/overleaf/README.qmd
## Location: /runner/work/Smart-System-Platform/overleaf/README.qmd

### Description

Expand All @@ -21,17 +12,13 @@ This directory hosts the latex thesis report.

The repository has the following directory tree.

::: cell
::: {.cell-output .cell-output-stdout}
.
├── README.md
├── README.qmd
└── README.rmarkdown
:::
:::

A short description of the directories can be found below.

name description contribution
------ ------------- --------------
NA NA Nick
| name | description | contribution |
|------|-------------|--------------|
| NA | NA | Nick |
2 changes: 1 addition & 1 deletion overleaf/README.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ editor_options:
```{r setup, include=FALSE}
file_path <- fs::path_real("README.qmd")
path_components <- strsplit(file_path, "/")[[1]]
shortened_path <- fs::path_join(path_components[-c(2, 3)])
shortened_path <- fs::path_join(path_components[-c(2:6)])
```

## Location: `r shortened_path`
Expand Down
27 changes: 5 additions & 22 deletions rstudio/README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,8 @@
---
editor: visual
editor_options:
chunk_output_type: console
execute:
echo: false
message: false
warning: false
toc-title: Table of contents
---


# Smart System Education Platform

## Location: /work/Smart-System-Platform/Smart-System-Platform/rstudio/README.qmd
## Location: /runner/work/Smart-System-Platform/rstudio/README.qmd

### Description

Expand All @@ -21,22 +12,14 @@ This directory hosts the rstudio files.

The repository has the following directory tree.

::: cell
::: {.cell-output .cell-output-stdout}
.
├── README.md
├── README.qmd
├── README.rmarkdown
└── exampleREADME.qmd
:::
:::

A short description of the directories can be found below.

---------------------------------------------------------------------------------
name description contribution
------------------- ---------------------------------------------- --------------
exampleREADME.qmd This is the example README used to generate Nick
all the README.md

---------------------------------------------------------------------------------
| name | description | contribution |
|----|----|----|
| exampleREADME.qmd | This is the example README used to generate all the README.md | Nick |
2 changes: 1 addition & 1 deletion rstudio/README.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ editor_options:
```{r setup, include=FALSE}
file_path <- fs::path_real("README.qmd")
path_components <- strsplit(file_path, "/")[[1]]
shortened_path <- fs::path_join(path_components[-c(2, 3)])
shortened_path <- fs::path_join(path_components[-c(2:6)])
```

## Location: `r shortened_path`
Expand Down
2 changes: 1 addition & 1 deletion rstudio/exampleREADME.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ editor_options:
```{r setup, include=FALSE}
file_path <- fs::path_real("README.qmd")
path_components <- strsplit(file_path, "/")[[1]]
shortened_path <- fs::path_join(path_components[-c(2, 3)])
shortened_path <- fs::path_join(path_components[-c(2:6)])
```

## Location: `r shortened_path`
Expand Down
39 changes: 11 additions & 28 deletions software/README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,8 @@
---
editor: visual
editor_options:
chunk_output_type: console
execute:
echo: false
message: false
warning: false
toc-title: Table of contents
---


# Smart System Education Platform

## Location: /work/Smart-System-Platform/Smart-System-Platform/software/README.qmd
## Location: /runner/work/Smart-System-Platform/software/README.qmd

### Description

Expand All @@ -21,8 +12,6 @@ This directory hosts code for the smart modules.

The repository has the following directory tree.

::: cell
::: {.cell-output .cell-output-stdout}
.
├── README.md
├── README.qmd
Expand All @@ -33,6 +22,7 @@ The repository has the following directory tree.
│ ├── README.qmd
│ ├── boop-o-meters
│ ├── display
│ ├── githubfiledownload
│ ├── p2p
│ └── ping
├── archive
Expand All @@ -57,28 +47,21 @@ The repository has the following directory tree.
├── config.py
├── examples
└── networking.py
:::
:::

A short description of the directories can be found below.

------------------------------------------------------------------------
name description contribution
-------------- ------------------------------------------ --------------
libraries Useful libraries for inputs and outputs Nick

networking Smart Module Networking library Nick

applications Various coding tools and applications Nick

archive Old or outdated code or examples Nick
------------------------------------------------------------------------
| name | description | contribution |
|--------------|-----------------------------------------|--------------|
| libraries | Useful libraries for inputs and outputs | Nick |
| networking | Smart Module Networking library | Nick |
| applications | Various coding tools and applications | Nick |
| archive | Old or outdated code or examples | Nick |

### Helpful links:

ESP-NOW <https://docs.micropython.org/en/latest/library/espnow.html>\
ESP-NOW <https://docs.micropython.org/en/latest/library/espnow.html>
Networking
<https://docs.micropython.org/en/latest/library/network.html>\
<https://docs.micropython.org/en/latest/library/network.html>
AP / WiFi
<https://docs.micropython.org/en/latest/library/network.WLAN.html>

Expand Down
Loading

0 comments on commit fd26ee3

Please sign in to comment.