Repository: zeppelin
Updated Branches:
  refs/heads/branch-0.8 e5a080e6d -> 4456b270b


[ZEPPELIN-3423] Fix deprecated dynamic forms document URL on Python README.md

[ZEPPELIN-3423] Fix deprecated dynamic forms document URL on Python README.md

 ### What is this PR for?
Python dynamic forms document URL is based on "0.6.0-SNAPSHOT" and already 
deprecated.
Replace the deprecated URL with the latest URL.

 ### What type of PR is it?
Documentation

 ### Todos
N/A

 ### What is the Jira issue?
https://issues.apache.org/jira/browse/ZEPPELIN-3423

 ### How should this be tested?
N/A

 ### Screenshots (if appropriate)

 ### Questions:
* Does the licenses files need update? No
* Is there breaking changes for older versions? No
* Does this needs documentation? No

Author: Changhyup Jwa <jwa...@gmail.com>

Closes #2939 from jwagun/ZEPPELIN-3423 and squashes the following commits:

360261c2f [Changhyup Jwa] [ZEPPELIN-3423] Fix deprecated dynamic forms document 
URL on Python README.md

Change-Id: I540a222678a82d6f88d91bf8790acf4fca19d992
(cherry picked from commit c31f3b60a98ade035825e6efd8de071555b5624a)
Signed-off-by: Renjith Kamath <rkam...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/zeppelin/repo
Commit: http://git-wip-us.apache.org/repos/asf/zeppelin/commit/4456b270
Tree: http://git-wip-us.apache.org/repos/asf/zeppelin/tree/4456b270
Diff: http://git-wip-us.apache.org/repos/asf/zeppelin/diff/4456b270

Branch: refs/heads/branch-0.8
Commit: 4456b270bd30a79fa17b8c655b12d86c80726271
Parents: e5a080e
Author: Changhyup Jwa <jwa...@gmail.com>
Authored: Mon Apr 23 18:05:07 2018 +0900
Committer: Renjith Kamath <rkam...@apache.org>
Committed: Thu Apr 26 12:37:08 2018 +0530

----------------------------------------------------------------------
 python/README.md | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/zeppelin/blob/4456b270/python/README.md
----------------------------------------------------------------------
diff --git a/python/README.md b/python/README.md
index 7a20e8d..1b9e91b 100644
--- a/python/README.md
+++ b/python/README.md
@@ -17,12 +17,7 @@ mvn -Dpython.test.exclude='' test -pl python -am
  - **Py4j support**
 
   [Py4j](https://www.py4j.org/) enables Python programs to dynamically access 
Java objects in a JVM.
-  It is required in order to use Zeppelin [dynamic 
forms](http://zeppelin.apache.org/docs/0.6.0-SNAPSHOT/manual/dynamicform.html) 
feature.
-
- - bootstrap process
-
-  Interpreter environment is setup with thex 
[bootstrap.py](https://github.com/apache/zeppelin/blob/master/python/src/main/resources/bootstrap.py)
-  It defines `help()` and `z` convenience functions
+  It is required in order to use Zeppelin [dynamic 
forms](https://zeppelin.apache.org/docs/latest/manual/dynamicform.html) feature.
 
 
 ### Dev prerequisites

Reply via email to