Skip to content

Commit 8b2c786

Browse files
QiJunewangkuiyi
authored andcommitted
add document for elasticdl (#71)
* init commit * update link
1 parent cc81fc1 commit 8b2c786

File tree

4 files changed

+75
-1
lines changed

4 files changed

+75
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ _site
44
Gemfile.lock
55
*~
66
.idea
7+
.jekyll-metadata

_config.yml

Lines changed: 61 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,11 +105,71 @@ defaults:
105105
layout: doc
106106
parent: GoHive
107107
prefix: '/gohive/'
108+
109+
108110
- scope:
109111
path: "elasticdl"
110112
values:
111-
layout: doc
113+
nav_exclude: true
114+
prefix: '/elasticdl'
115+
- scope:
116+
path: "elasticdl/elasticdl/doc/overview.md"
117+
values:
118+
nav_exclude: false
112119
parent: ElasticDL
120+
- scope:
121+
path: "elasticdl/elasticdl/doc/worker_optimization_design.md"
122+
values:
123+
nav_exclude: false
124+
parent: ElasticDL
125+
- scope:
126+
path: "elasticdl/elasticdl/doc/odps_support_design.md"
127+
values:
128+
nav_exclude: false
129+
parent: ElasticDL
130+
- scope:
131+
path: "elasticdl/elasticdl/doc/model_evaluation_design.md"
132+
values:
133+
nav_exclude: false
134+
parent: ElasticDL
135+
- scope:
136+
path: "elasticdl/elasticdl/doc/model_building.md"
137+
values:
138+
nav_exclude: false
139+
parent: ElasticDL
140+
- scope:
141+
path: "elasticdl/elasticdl/doc/high-level-api.md"
142+
values:
143+
nav_exclude: false
144+
parent: ElasticDL
145+
- scope:
146+
path: "elasticdl/elasticdl/doc/elastic_sync_sgd.md"
147+
values:
148+
nav_exclude: false
149+
parent: ElasticDL
150+
- scope:
151+
path: "elasticdl/elasticdl/doc/elastic_scheduling.md"
152+
values:
153+
nav_exclude: false
154+
parent: ElasticDL
155+
- scope:
156+
path: "elasticdl/elasticdl/doc/distributed_embedding_layer_design.md"
157+
values:
158+
nav_exclude: false
159+
parent: ElasticDL
160+
- scope:
161+
path: "elasticdl/elasticdl/doc/data_preparation_design.md"
162+
values:
163+
nav_exclude: false
164+
parent: ElasticDL
165+
- scope:
166+
path: "elasticdl/elasticdl/doc/distributed_embedding_layer_design.md"
167+
values:
168+
nav_exclude: false
169+
parent: ElasticDL
170+
171+
172+
113173

114174
footer:
115175
links:

_data/navigation.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,7 @@ main:
33
url: sqlflow/doc/installation
44
- title: "Documents"
55
url: doc_index/sqlflow
6+
- title: "ElasticDL"
7+
url: https://github.com/sql-machine-learning/elasticdl
68
- title: "GitHub"
79
url: https://github.com/sql-machine-learning

doc_index/elasticdl.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
has_children: true
3+
title: ElasticDL
4+
nav_order: 4
5+
layout: doc
6+
---
7+
8+
# ElasticDL
9+
10+
[ElasticDL](https://github.com/sql-machine-learning/elasticdl), A Kubernetes-native Deep Learning Framework.
11+

0 commit comments

Comments
 (0)