Skip to content

Commit 5dc1bbc

Browse files
committed
Merge dev → main: team page auto-generation and contributor updates
2 parents 0ad5e88 + 956e727 commit 5dc1bbc

File tree

9 files changed

+494
-35
lines changed

9 files changed

+494
-35
lines changed

.github/workflows/tinytorch-preview-dev.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,13 @@ jobs:
5050
pip install --upgrade pip
5151
pip install -r site/requirements.txt
5252
53+
- name: 👥 Generate team page from contributors
54+
working-directory: tinytorch/site
55+
run: |
56+
echo "👥 Generating team page from .all-contributorsrc..."
57+
python3 scripts/generate_team.py
58+
echo "✅ Team page generated"
59+
5360
- name: 🔨 Build Jupyter Book
5461
working-directory: tinytorch/site
5562
run: |

.github/workflows/tinytorch-publish-live.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -367,6 +367,13 @@ jobs:
367367
pip install --upgrade pip
368368
pip install -r site/requirements.txt
369369
370+
- name: 👥 Generate team page from contributors
371+
working-directory: tinytorch/site
372+
run: |
373+
echo "👥 Generating team page from .all-contributorsrc..."
374+
python3 scripts/generate_team.py
375+
echo "✅ Team page generated"
376+
370377
- name: 🔨 Build Jupyter Book
371378
working-directory: tinytorch/site
372379
run: |

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -463,6 +463,7 @@ Thanks goes to these wonderful people who have contributed to making this resour
463463
<td align="center" valign="top" width="11.11%"><a href="https://github.com/keo-dara"><img src="https://avatars.githubusercontent.com/u/175544368?v=4?v=4?s=50" width="50px;" alt="keo-dara"/><br /><sub><b>keo-dara</b></sub></a><br />🪲</td>
464464
<td align="center" valign="top" width="11.11%"><a href="https://github.com/Kobra299"><img src="https://avatars.githubusercontent.com/u/4283156?v=4?v=4?s=50" width="50px;" alt="Wayne Norman"/><br /><sub><b>Wayne Norman</b></sub></a><br />🪲</td>
465465
<td align="center" valign="top" width="11.11%"><a href="https://github.com/lalalostcode"><img src="https://avatars.githubusercontent.com/u/149884766?v=4?v=4?s=50" width="50px;" alt="Ilham Rafiqin"/><br /><sub><b>Ilham Rafiqin</b></sub></a><br />🪲</td>
466+
<td align="center" valign="top" width="11.11%"><a href="https://github.com/oscarf189"><img src="https://avatars.githubusercontent.com/u/28113740?v=4?v=4?s=50" width="50px;" alt="Oscar Flores"/><br /><sub><b>Oscar Flores</b></sub></a><br />✍️</td>
466467
</tr>
467468
</tbody>
468469
</table>

tinytorch/.all-contributorsrc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,15 @@
186186
"code",
187187
"doc"
188188
]
189+
},
190+
{
191+
"login": "oscarf189",
192+
"name": "Oscar Flores",
193+
"avatar_url": "https://avatars.githubusercontent.com/u/28113740?v=4",
194+
"profile": "https://github.com/oscarf189",
195+
"contributions": [
196+
"doc"
197+
]
189198
}
190199
]
191200
}

tinytorch/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,7 @@ Thanks to these wonderful people who helped improve TinyTorch!
288288
<td align="center" valign="top" width="14.28%"><a href="https://github.com/keo-dara"><img src="https://avatars.githubusercontent.com/u/175544368?v=4?v=4?s=80" width="80px;" alt="keo-dara"/><br /><sub><b>keo-dara</b></sub></a><br />🪲</td>
289289
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Kobra299"><img src="https://avatars.githubusercontent.com/u/4283156?v=4?v=4?s=80" width="80px;" alt="Wayne Norman"/><br /><sub><b>Wayne Norman</b></sub></a><br />🪲</td>
290290
<td align="center" valign="top" width="14.28%"><a href="https://github.com/lalalostcode"><img src="https://avatars.githubusercontent.com/u/149884766?v=4?v=4?s=80" width="80px;" alt="Ilham Rafiqin"/><br /><sub><b>Ilham Rafiqin</b></sub></a><br />🪲</td>
291+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/oscarf189"><img src="https://avatars.githubusercontent.com/u/28113740?v=4?v=4?s=80" width="80px;" alt="Oscar Flores"/><br /><sub><b>Oscar Flores</b></sub></a><br />✍️</td>
291292
</tr>
292293
</tbody>
293294
</table>

0 commit comments

Comments
 (0)