Remove docs dir

This commit is contained in:
Lee moon soo 2015-11-14 20:12:09 +09:00
parent 5e4ce12080
commit 35da7f2c17
27 changed files with 9 additions and 100 deletions

View file

@ -26,17 +26,3 @@
</nav><!--/.navbar-collapse -->
</div>
</div>
{% if page.title == "Zeppelin" %}
<div class="jumbotron">
<div class="container">
<h1>Apache Zeppelin <small>(incubating)</small></h1>
<p>A web-based notebook that enables interactive data analytics. <br/>
You can make beautiful data-driven, interactive and collaborative documents with SQL, Scala and more.
</p>
<p><a href="http://youtu.be/_PQbVH_aO5E" target="_zeppelinVideo" class="btn btn-primary btn-lg bigFingerButton" role="button">Watch the video</a>
<a href="./download.html" class="btn btn-primary btn-lg bigFingerButton" role="button">Get Zeppelin</a></p>
</div>
</div>
{% endif %}

View file

@ -35,14 +35,14 @@ limitations under the License.
* [cassandra](./interpreter/cassandra.html)
* [flink](./interpreter/flink.html)
* [geode](./interpreter/geode.html)
* [hive](../docs/pleasecontribute.html)
* [hive](../pleasecontribute.html)
* [ignite](./interpreter/ignite.html)
* [lens](./interpreter/lens.html)
* [md](../docs/pleasecontribute.html)
* [md](../pleasecontribute.html)
* [postgresql, hawq](./interpreter/postgresql.html)
* [sh](../docs/pleasecontribute.html)
* [sh](../pleasecontribute.html)
* [spark](./interpreter/spark.html)
* [tajo](../docs/pleasecontribute.html)
* [tajo](../pleasecontribute.html)
### Storage
* [S3 Storage](./storage/storage.html)

View file

@ -1,77 +0,0 @@
---
layout: page
title: "Zeppelin Release 0.5.0-incubating"
description: ""
group: release
---
<!--
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
{% include JB/setup %}
### Zeppelin Release 0.5.0-incubating
Zeppelin 0.5.0-incubating is the first release under Apache incubation, with contributions from 42 developers and more than 600 commits.
To download Zeppelin 0.5.0-incubating visit the [download](../../download.html) page.
You can visit [issue tracker](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316221&version=12329850) for full list of issues being resolved.
### Contributors
The following developers contributed to this release:
* Akshat Aranya - New features and Improvements in UI.
* Alexander Bezzubov -Improvements and Bug fixes in Core, UI, Build system. New feature and Improvements in Spark interpreter. Documentation in roadmap.
* Anthony Corbacho - Improvements in Website. Bug fixes Build system. Improvements and Bug fixes in UI. Documentation in roadmap.
* Brennon York - Improvements and Bug fixes in Build system.
* CORNEAU Damien - New feature, Improvements and Bug fixes in UI and Build system.
* Corey Huang - Improvements in Build system. New feature in Core.
* Digeratus - Improvements in Tutorials.
* Dimitrios Liapis - Improvements in Documentation.
* DuyHai DOAN - New feature in Build system.
* Emmanuelle Raffenne - Bug fixes in UI.
* Eran Medan - Improvements in Documentation.
* Eugene Morozov - Bug fixes in Core.
* Felix Cheung - Improvements in Spark interpreter. Improvements in Documentation. New features, Improvements and Bug fixes in UI.
* Hung Lin - Improvements in Core.
* Hyungu Roh - Bug fixes in UI.
* Ilya Ganelin - Improvements in Tutorials.
* JaeHwa Jung - New features in Tajo interpreter.
* Jakob Homan - Improvements in Website.
* James Carman - Improvements in Build system.
* Jongyoul Lee - Improvements in Core, Build system and Spark interpreter. Bug fixes in Spark Interpreter. New features in Build system and Spark interpreter. Improvements in Documentation.
* Juarez Bochi - Bug fixes in Build system.
* Julien Buret - Bug fixes in Spark interpreter.
* Jérémy Subtil - Bug fixes in Build system.
* Kevin (SangWoo) Kim - New features in Core, Tutorials. Improvements in Documentation. New features, Improvements and Bug fixes in UI.
* Kyoung-chan Lee - Improvements in Documentation.
* Lee moon soo - Improvements in Tutorials. New features, Improvements and Bug fixes in Core, UI, Build system and Spark interpreter. New features in Flink interpreter. Improvments in Documentation.
* Mina Lee - Improvements and Bug fixes in UI. New features in UI. Improvements in Core, Website.
* Rajat Gupta - Bug fixes in Spark interpreter.
* Ram Venkatesh - Improvements in Core, Build system, Spark interpreter and Markdown interpreter. New features and Bug fixes in Hive interpreter.
* Sebastian YEPES - Improvements in Core.
* Seckin Savasci - Improvements in Build system.
* Timothy Shelton - Bug fixes in UI.
* Vincent Botta - New features in UI.
* Young boom - Improvements in UI.
* bobbych - Improvements in Spark interpreter.
* debugger87 - Bug fixes in Core.
* dobachi - Improvements in UI.
* epahomov - Improvements in Core and Spark interpreter.
* kevindai0126 - Improvements in Core.
* rahul agarwal - Bug fixes in Core.
* whisperstream - Improvements in Spark interpreter.
* yundai - Improvements in Core.
Thanks to everyone who made this release possible!

View file

@ -46,7 +46,7 @@ Currently Zeppelin supports many interpreters such as Scala(with Apache Spark),
<img class="img-responsive" src="assets/themes/zeppelin/img/screenshots/multiple_language_backend.png" />
Adding new language-backend is really simple. Learn [how to write a zeppelin interpreter](./docs/development/writingzeppelininterpreter.html).
Adding new language-backend is really simple. Learn [how to write a zeppelin interpreter](./development/writingzeppelininterpreter.html).
<br />
@ -59,7 +59,7 @@ Zeppelin provides built-in Apache Spark integration. You don't need to build a s
Zeppelin's Spark integration provides
- Automatic SparkContext and SQLContext injection
- Runtime jar dependency loading from local filesystem or maven repository. Learn more about [dependency loader](./docs/interpreter/spark.html#dependencyloading).
- Runtime jar dependency loading from local filesystem or maven repository. Learn more about [dependency loader](./interpreter/spark.html#dependencyloading).
- Canceling job and displaying its progress
<br />
@ -85,7 +85,7 @@ With simple drag and drop Zeppelin aggeregates the values and display them in pi
<img class="img-responsive" src="./assets/themes/zeppelin/img/screenshots/pivot.png" />
</div>
</div>
Learn more about Zeppelin's Display system. ( [text](./docs/displaysystem/display.html), [html](./docs/displaysystem/display.html#html), [table](./docs/displaysystem/table.html), [angular](./docs/displaysystem/angular.html) )
Learn more about Zeppelin's Display system. ( [text](./displaysystem/display.html), [html](./displaysystem/display.html#html), [table](./displaysystem/table.html), [angular](./displaysystem/angular.html) )
<br />
@ -95,7 +95,7 @@ Zeppelin can dynamically create some input forms into your notebook.
<img class="img-responsive" src="./assets/themes/zeppelin/img/screenshots/form_input.png" />
Learn more about [Dynamic Forms](./docs/manual/dynamicform.html).
Learn more about [Dynamic Forms](./manual/dynamicform.html).
<br />
@ -118,7 +118,7 @@ This way, you can easily embed it as an iframe inside of your website.</p>
<br />
### 100% Opensource
Apache Zeppelin (incubating) is Apache2 Licensed software. Please check out the [source repository](https://github.com/apache/incubator-zeppelin) and [How to contribute](./docs/development/howtocontribute.html)
Apache Zeppelin (incubating) is Apache2 Licensed software. Please check out the [source repository](https://github.com/apache/incubator-zeppelin) and [How to contribute](./development/howtocontribute.html)
Zeppelin has a very active development community.
Join the [Mailing list](./community.html) and report issues on our [Issue tracker](https://issues.apache.org/jira/browse/ZEPPELIN).