From 17309ee209fe51c791e660f37b3418b50544681f Mon Sep 17 00:00:00 2001 From: Mina Lee Date: Wed, 15 Jun 2016 21:15:45 -0700 Subject: [PATCH] Fix path again --- docs/index.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/index.md b/docs/index.md index 582f2b1f39c..282820b0392 100644 --- a/docs/index.md +++ b/docs/index.md @@ -33,7 +33,7 @@ limitations under the License.
- +
@@ -42,14 +42,14 @@ limitations under the License. [Apache Zeppelin interpreter](./manual/interpreters.html) concept allows any language/data-processing-backend to be plugged into Zeppelin. Currently Apache Zeppelin supports many interpreters such as Apache Spark, Python, JDBC, Markdown and Shell. - + Adding new language-backend is really simple. Learn [how to create your own interpreter](./development/writingzeppelininterpreter.html#make-your-own-interpreter). #### Apache Spark integration Especially, Apache Zeppelin provides built-in [Apache Spark](http://spark.apache.org/) integration. You don't need to build a separate module, plugin or library for it. - + Apache Zeppelin with Spark integration provides @@ -66,10 +66,10 @@ Some basic charts are already included in Apache Zeppelin. Visualizations are no
- +
- +
@@ -79,7 +79,7 @@ Apache Zeppelin aggregates values and displays them in pivot chart with simple d
- +
@@ -91,7 +91,7 @@ Learn more about [display systems](#display-system) in Apache Zeppelin. Apache Zeppelin can dynamically create some input forms in your notebook.
- +
Learn more about [Dynamic Forms](./manual/dynamicform.html). @@ -102,7 +102,7 @@ Your notebook URL can be shared among collaborators. Then Apache Zeppelin will b
- +
@@ -113,7 +113,7 @@ If you want to learn more about this feature, please visit [this page](./manual/
## 100% Opensource - + Apache Zeppelin is Apache2 Licensed software. Please check out the [source repository](http://git.apache.org/zeppelin.git) and [how to contribute](./development/howtocontribute.html). Apache Zeppelin has a very active development community.