Skip to content

Commit 75e5cb8

Browse files
committed
Revert "rm auto-generated docs/"
This reverts commit 600a857.
1 parent eee28b4 commit 75e5cb8

17 files changed

+157
-0
lines changed

docs/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
repos

docs/articles/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
logs
2+
checkpoints.h5
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<!doctype html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<meta http-equiv="refresh" content="0; url=https://keras.rstudio.com/articles/about_keras_layers.html">
6+
<link rel="canonical" href="https://keras.rstudio.com/articles/about_keras_layers.html" />
7+
</head>
8+
<body>
9+
</body>
10+
</html>
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<!doctype html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<meta http-equiv="refresh" content="0; url=https://keras.rstudio.com/articles/about_keras_models.html">
6+
<link rel="canonical" href="https://keras.rstudio.com/articles/about_keras_models.html" />
7+
</head>
8+
<body>
9+
</body>
10+
</html>

docs/articles/applications.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<!doctype html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<meta http-equiv="refresh" content="0; url=https://keras.rstudio.com/articles/applications.html">
6+
<link rel="canonical" href="https://keras.rstudio.com/articles/applications.html" />
7+
</head>
8+
<body>
9+
</body>
10+
</html>

docs/articles/backend.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<!doctype html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<meta http-equiv="refresh" content="0; url=https://keras.rstudio.com/articles/backend.html">
6+
<link rel="canonical" href="https://keras.rstudio.com/articles/backend.html" />
7+
</head>
8+
<body>
9+
</body>
10+
</html>

docs/articles/custom_layers.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<!doctype html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<meta http-equiv="refresh" content="0; url=https://keras.rstudio.com/articles/custom_layers.html">
6+
<link rel="canonical" href="https://keras.rstudio.com/articles/custom_layers.html" />
7+
</head>
8+
<body>
9+
</body>
10+
</html>

docs/articles/examples/index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<!doctype html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<meta http-equiv="refresh" content="0; url=https://keras.rstudio.com/articles/examples/index.html">
6+
<link rel="canonical" href="https://keras.rstudio.com/articles/examples/index.html" />
7+
</head>
8+
<body>
9+
</body>
10+
</html>

docs/articles/faq.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<!doctype html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<meta http-equiv="refresh" content="0; url=https://keras.rstudio.com/articles/faq.html">
6+
<link rel="canonical" href="https://keras.rstudio.com/articles/faq.html" />
7+
</head>
8+
<body>
9+
</body>
10+
</html>

docs/articles/functional_api.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<!doctype html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<meta http-equiv="refresh" content="0; url=https://keras.rstudio.com/articles/functional_api.html">
6+
<link rel="canonical" href="https://keras.rstudio.com/articles/functional_api.html" />
7+
</head>
8+
<body>
9+
</body>
10+
</html>

0 commit comments

Comments
 (0)