Skip to content

Commit c9bbc55

Browse files
committed
Initial commit
0 parents  commit c9bbc55

24 files changed

Lines changed: 1017 additions & 0 deletions

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# ML.ENERGY Tutorials
2+
3+
This directory powers https://ml.energy/tutorials/ via GitHub Pages.
4+
All tutorial resources like slides, notebooks, and reference PDFs are here, too.
10.1 KB
Loading
27.7 KB
Loading
9.03 KB
Loading

assets/favicon/favicon-16x16.png

531 Bytes
Loading

assets/favicon/favicon-32x32.png

1.12 KB
Loading

assets/favicon/favicon.ico

15 KB
Binary file not shown.

assets/favicon/site.webmanifest

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}

index.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8" />
5+
<meta http-equiv="refresh" content="0; url=./neurips25/" />
6+
<script>location.replace('./neurips25/');</script>
7+
<title>Redirecting…</title>
8+
</head>
9+
<body>
10+
<p>Redirecting to <a href="./neurips25/">/tutorials/neurips25</a></p>
11+
</body>
12+
</html>
60.5 KB
Loading

0 commit comments

Comments
 (0)