forked from apache/flink
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Turn Documentation into standalone website, add Overview Page
This can now be built standalone and then copied into the correct docs folder of the website SVN. The index page now has a short overview and a table of contents.
- Loading branch information
Showing
17 changed files
with
12,726 additions
and
221 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,3 +15,5 @@ tmp | |
*.swp | ||
*.jar | ||
.DS_Store | ||
_site | ||
docs/api |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<hr class="divider"> | ||
|
||
<small>Apache Flink is an effort undergoing incubation at The Apache Software | ||
Foundation (ASF), sponsored by the Apache Incubator PMC. Incubation is | ||
required of all newly accepted projects until a further review indicates that | ||
the infrastructure, communications, and decision making process have | ||
stabilized in a manner consistent with other successful ASF projects. While | ||
incubation status is not necessarily a reflection of the completeness or | ||
stability of the code, it does indicate that the project has yet to be fully | ||
endorsed by the ASF.</small> | ||
|
||
<a href="http://incubator.apache.org/">![Incubator Logo]({{ site.baseurl }}/img/apache-incubator-logo.png)</a> | ||
|
||
<p class="text-center"><a href="{{ site.baseurl }}/privacy-policy.html">Privacy Policy<a></p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<nav class="navbar navbar-default navbar-fixed-top" role="navigation"> | ||
<div class="container"> | ||
<div class="navbar-header"> | ||
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse"> | ||
<span class="sr-only">Toggle navigation</span> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
</button> | ||
<a class="navbar-brand" href="http://flink.incubator.apache.org">Apache Flink</a> | ||
</div> | ||
|
||
<div class="collapse navbar-collapse" id="navbar-collapse-1"> | ||
<ul class="nav navbar-nav"> | ||
|
||
<li> | ||
<a href="index.html" class="{% if page.url contains 'index.html' %}active{% endif %}">Documentation</a> | ||
</li> | ||
|
||
<li> | ||
<a href="api/java/index.html">Javadoc</a> | ||
</li> | ||
|
||
</ul> | ||
</div> | ||
</div> | ||
</nav> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
<ul> | ||
<li><a href="faq.html">FAQ</a></li> | ||
<li>Quickstart | ||
<ul> | ||
<li><a href="setup_quickstart.html">Setup</a></li> | ||
<li><a href="run_example_quickstart.html">Run Example</a></li> | ||
<li><a href="java_api_quickstart.html">Java API</a></li> | ||
<li><a href="scala_api_quickstart.html">Scala API</a></li> | ||
</ul> | ||
</li> | ||
|
||
<li>Setup & Configuration | ||
<ul> | ||
<li><a href="local_setup.html">Local Setup</a></li> | ||
<li><a href="building.html">Build Flink</a></li> | ||
<li><a href="cluster_setup.html">Cluster Setup</a></li> | ||
<li><a href="yarn_setup.html">YARN Setup</a></li> | ||
<li><a href="config.html">Configuration</a></li> | ||
</ul> | ||
</li> | ||
|
||
<li>Programming Guides | ||
<ul> | ||
<li><a href="programming_guide.html">Programming Guide</a></li> | ||
<li><a href="dataset_transformations.html">DataSet Transformations</a></li> | ||
<li><a href="iterations.html">Iterations</a></li> | ||
<li><a href="spargel_guide.html">Spargel Graph API</a></li> | ||
</ul> | ||
</li> | ||
|
||
<li>Examples | ||
<ul> | ||
<li><a href="examples.html">Bundled Examples</a></li> | ||
<li><a href="example_connectors.html">Connecting to other systems</a></li> | ||
</ul> | ||
</li> | ||
|
||
<li>Execution | ||
<ul> | ||
<li><a href="local_execution.html">Local/Debugging</a></li> | ||
<li><a href="cluster_execution.html">Cluster</a></li> | ||
<li><a href="cli.html">Command-Line Interface</a></li> | ||
<li><a href="web_client.html">Web Interface</a></li> | ||
</ul> | ||
</li> | ||
|
||
<li>Internals | ||
<ul> | ||
<li><a href="internal_overview.html">Overview</a></li> | ||
</ul> | ||
</li> | ||
</ul> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,73 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<title>Apache Flink (incubating): {{ page.title }}</title> | ||
<link rel="stylesheet" href="{{ site.baseurl }}/css/bootstrap.css"> | ||
<link rel="stylesheet" href="{{ site.baseurl }}/css/bootstrap-lumen-custom.css"> | ||
<link rel="stylesheet" href="{{ site.baseurl }}/css/syntax.css"> | ||
<link rel="/css/custom.css"> | ||
<link rel="css/codetabs.css"> | ||
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet"> | ||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script> | ||
<script src="/js/bootstrap.min.js"></script> | ||
<script src="js/codetabs.js"></script> | ||
</head> | ||
<body> | ||
|
||
{% include navbar.html %} | ||
|
||
<div style="padding-top:70px" class="container"> | ||
|
||
<div class="row"> | ||
<div class="col-md-3"> | ||
{% include sidenav.html %} | ||
</div> | ||
<div class="col-md-9"> | ||
<h1>{{ page.title }}</h1> | ||
|
||
{{ content }} | ||
|
||
<div style="padding-top:30px" id="disqus_thread"></div> | ||
|
||
<script type="text/javascript"> | ||
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */ | ||
var disqus_shortname = 'stratosphere-eu'; // required: replace example with your forum shortname | ||
|
||
/* * * DON'T EDIT BELOW THIS LINE * * */ | ||
(function() { | ||
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; | ||
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js'; | ||
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); | ||
})(); | ||
</script> | ||
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript> | ||
<a href="http://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a> | ||
|
||
</div> | ||
</div> | ||
|
||
<div class="footer"> | ||
{% capture footer %}{% include footer.md %}{% endcapture %} | ||
{{ footer | markdownify }} | ||
</div> | ||
</div> | ||
</div> | ||
|
||
|
||
|
||
<script> | ||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ | ||
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), | ||
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) | ||
})(window,document,'script','//www.google-analytics.com/analytics.js','ga'); | ||
|
||
ga('create', 'UA-52545728-1', 'auto'); | ||
ga('send', 'pageview'); | ||
|
||
</script> | ||
|
||
</body> | ||
</html> |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
# Licensed to the Apache Software Foundation (ASF) under one | ||
# or more contributor license agreements. See the NOTICE file | ||
# distributed with this work for additional information | ||
# regarding copyright ownership. The ASF licenses this file | ||
# to you 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. | ||
|
||
require 'fileutils' | ||
require 'rubygems' | ||
include FileUtils | ||
|
||
if ENV['BUILD_API'] == '1' then | ||
# Build Javadoc and Scaladoc | ||
|
||
cd("..") | ||
|
||
java8_doc_fix = "" | ||
|
||
java_ver = Gem::Version.new(`java -version 2>&1 | awk -F '"' '/version/ {print $2}'`.gsub('_', '.')) | ||
|
||
if java_ver > Gem::Version.new("1.8") then | ||
puts "Detected Java8, adding -Xdoclint:none" | ||
java8_doc_fix = '-DadditionalJOption="-Xdoclint:none"' | ||
end | ||
|
||
puts "Running mvn clean install -DskipTests" | ||
puts `mvn clean install -DskipTests` | ||
|
||
puts "Generating Javadoc" | ||
puts `mvn javadoc:aggregate -Pdocs-and-source $JAVA8JAVADOCFIX -Dmaven.javadoc.failOnError=false -Dquiet=true -Dheader="<a href=\"/\" target=\"_top\"><h1>Back to Flink Documentation</h1></a>"` | ||
|
||
cd("docs") | ||
|
||
mkdir_p "api" | ||
|
||
source = "../target/site/apidocs" | ||
dest = "api/java/" | ||
|
||
puts "cp -r " + source + "/. " + dest | ||
cp_r(source + "/.", dest) | ||
|
||
end |
Oops, something went wrong.