Skip to content

Commit 0721d6a

Browse files
weiguoztyphoonzero
authored andcommitted
remove useless submodule (#76)
1 parent b0a3ccd commit 0721d6a

File tree

9 files changed

+2
-104
lines changed

9 files changed

+2
-104
lines changed

.gitmodules

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,6 @@
22
path = sqlflow
33
url = https://github.com/sql-machine-learning/sqlflow
44
branch = develop
5-
[submodule "pysqlflow"]
6-
path = pysqlflow
7-
url = https://github.com/sql-machine-learning/pysqlflow
8-
branch = develop
9-
[submodule "gohive"]
10-
path = gohive
11-
url = https://github.com/sql-machine-learning/gohive
12-
branch = develop
13-
[submodule "gomaxcompute"]
14-
path = gomaxcompute
15-
url = https://github.com/sql-machine-learning/gomaxcompute
16-
branch = develop
175
[submodule "elasticdl"]
186
path = elasticdl
197
url = https://github.com/sql-machine-learning/elasticdl

_config.yml

Lines changed: 1 addition & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -40,35 +40,14 @@ defaults:
4040
nav_exclude: true
4141
grand_parent: ElasticDL
4242
prefix: '/elasticdl/'
43-
- scope:
44-
path: "pysqlflow"
45-
values:
46-
layout: "doc"
47-
nav_exclude: true
48-
grand_parent: PySQLFlow
49-
prefix: '/pysqlflow/'
50-
- scope:
51-
path: "gohive"
52-
values:
53-
layout: "doc"
54-
nav_exclude: true
55-
grand_parent: GoHive
56-
prefix: '/gohive/'
57-
- scope:
58-
path: "gomaxcompute"
59-
values:
60-
layout: "doc"
61-
nav_exclude: true
62-
grand_parent: GoMaxCompute
63-
prefix: '/gomaxcompute/'
6443
- scope:
6544
path: "sqlflow/doc/run/docker.md"
6645
values:
6746
nav_exclude: false
6847
parent: Get Started
6948
nav_order: 1
7049
- scope:
71-
path: "sqlflow/doc/user_guide.md"
50+
path: "sqlflow/doc/language_guide.md"
7251
values:
7352
nav_exclude: false
7453
parent: Get Started
@@ -218,42 +197,6 @@ defaults:
218197
parent: Contributes
219198
grand_parent: SQLFlow
220199
nav_order: 3
221-
- scope:
222-
path: "gohive/README.md"
223-
values:
224-
nav_exclude: false
225-
parent: GoHive
226-
nav_order: 1
227-
- scope:
228-
path: "gohive/doc/design.md"
229-
values:
230-
nav_exclude: false
231-
parent: GoHive
232-
nav_order: 2
233-
- scope:
234-
path: "gohive/docker/README.md"
235-
values:
236-
nav_exclude: false
237-
parent: GoHive
238-
nav_order: 3
239-
- scope:
240-
path: "gomaxcompute/README.md"
241-
values:
242-
nav_exclude: false
243-
parent: GoMaxCompute
244-
nav_order: 1
245-
- scope:
246-
path: "pysqlflow/doc/design/client_design_doc.md"
247-
values:
248-
nav_exclude: false
249-
parent: PySQLFlow
250-
nav_order: 1
251-
- scope:
252-
path: "pysqlflow/doc/design/magic_design_doc.md"
253-
values:
254-
nav_exclude: false
255-
parent: PySQLFlow
256-
nav_order: 2
257200
- scope:
258201
path: "elasticdl/doc/data_preparation_design.md"
259202
values:

_data/navigation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
main:
22
- title: "User Guide"
3-
url: sqlflow/doc/user_guide
3+
url: sqlflow/doc/language_guide
44
- title: "Documents"
55
url: doc_index/sqlflow
66
- title: "ElasticDL"

doc_index/gohive.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

doc_index/gomaxcompute.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

doc_index/pysqlflow.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

gohive

Lines changed: 0 additions & 1 deletion
This file was deleted.

gomaxcompute

Lines changed: 0 additions & 1 deletion
This file was deleted.

pysqlflow

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)