Skip to content

Commit 7307c67

Browse files
committed
Merge remote-tracking branch 'AhyoungRyu/netinst-docs' into netinst
2 parents 7e749ad + 0eedd2a commit 7307c67

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

docs/_includes/themes/zeppelin/_navigation.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,3 +111,4 @@
111111
</nav><!--/.navbar-collapse -->
112112
</div>
113113
</div>
114+

docs/manual/interpreterinstallation.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
layout: page
3-
title: "Getting Started"
3+
title: "Interpreter Installation"
44
description: ""
5-
group: install
5+
group: manual
66
---
77
<!--
88
Licensed under the Apache License, Version 2.0 (the "License");
@@ -45,7 +45,7 @@ You can get full list of community managed interpreters by running
4545
./bin/install-interpreter.sh --list
4646
```
4747

48-
Once you have installed interpreter, restart Zeppelin. And then you'll need to [create interpreter setting](../manual/interpreters.html#what-is-zeppelin-interpreter) and [bind it with your notebook](../manual/interpreters.html#what-is-zeppelin-interpreter-setting).
48+
Once you have installed interpreters, you need to restart Zeppelin. And then [create interpreter setting](../manual/interpreters.html#what-is-zeppelin-interpreter) and [bind it with your notebook](../manual/interpreters.html#what-is-zeppelin-interpreter-setting).
4949

5050

5151
## 3rd party interpreters
@@ -70,7 +70,7 @@ And then restart Zeppelin, [create interpreter setting](../manual/interpreters.h
7070
./bin/install-interpreter.sh --name interpreter1,interpreter2 --repository groupId1:artifact1:version1,groupId2:artifact2:version2
7171
```
7272

73-
`--name` and `--repository` argument will recieve comma separated list.
73+
`--name` and `--repository` arguments will recieve comma separated list.
7474

7575
## Available community managed interpreters
7676

0 commit comments

Comments
 (0)