You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by da...@apache.org on 2017/03/18 01:35:31 UTC

[4/4] beam-site git commit: This closes #173

This closes #173


Project: http://git-wip-us.apache.org/repos/asf/beam-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/beam-site/commit/b5748765
Tree: http://git-wip-us.apache.org/repos/asf/beam-site/tree/b5748765
Diff: http://git-wip-us.apache.org/repos/asf/beam-site/diff/b5748765

Branch: refs/heads/asf-site
Commit: b5748765ffa80aa71b1023ef2e25625c734ebde8
Parents: cb6d7d7 35c2d97
Author: Davor Bonaci <da...@google.com>
Authored: Fri Mar 17 18:35:17 2017 -0700
Committer: Davor Bonaci <da...@google.com>
Committed: Fri Mar 17 18:35:17 2017 -0700

----------------------------------------------------------------------
 .../2016/03/17/capability-matrix.html           |   1 +
 .../2016/04/03/presentation-materials.html      |   1 +
 .../sdk/2016/02/25/python-sdk-now-public.html   |   1 +
 .../beam/release/2016/06/15/first-release.html  |   1 +
 .../10/11/strata-hadoop-world-and-beam.html     |   1 +
 .../website/2016/02/22/beam-has-a-logo.html     |   1 +
 .../blog/2016/05/18/splitAtFraction-method.html |   1 +
 .../05/27/where-is-my-pcollection-dot-map.html  |   1 +
 .../06/13/flink-batch-runner-milestone.html     |   1 +
 content/blog/2016/08/03/six-months.html         |   1 +
 content/blog/2016/10/20/test-stream.html        |   1 +
 content/blog/2017/01/09/added-apex-runner.html  |   1 +
 content/blog/2017/01/10/beam-graduates.html     |   1 +
 .../blog/2017/02/01/graduation-media-recap.html |   1 +
 .../blog/2017/02/13/stateful-processing.html    |   1 +
 content/blog/2017/03/16/python-sdk-release.html |   1 +
 content/blog/index.html                         |   1 +
 content/coming-soon.html                        |   1 +
 .../contribute/contribution-guide/index.html    |   1 +
 content/contribute/design-principles/index.html |   1 +
 content/contribute/index.html                   |   1 +
 content/contribute/logos/index.html             |   1 +
 content/contribute/maturity-model/index.html    |   1 +
 .../presentation-materials/index.html           |   1 +
 .../ptransform-style-guide/index.html           |   1 +
 content/contribute/release-guide/index.html     |   1 +
 content/contribute/source-repository/index.html |   1 +
 content/contribute/team/index.html              |   1 +
 content/contribute/testing/index.html           |   1 +
 content/contribute/work-in-progress/index.html  |   1 +
 content/documentation/index.html                |   1 +
 .../documentation/io/authoring-java/index.html  | 191 +++++++++++++++
 .../io/authoring-overview/index.html            | 233 ++++++++++++++++++
 .../io/authoring-python/index.html              | 193 +++++++++++++++
 content/documentation/io/built-in/index.html    | 234 +++++++++++++++++++
 .../documentation/io/contributing/index.html    | 193 +++++++++++++++
 content/documentation/io/io-toc/index.html      | 203 ++++++++++++++++
 content/documentation/io/testing/index.html     | 194 +++++++++++++++
 .../pipelines/create-your-pipeline/index.html   |   1 +
 .../pipelines/design-your-pipeline/index.html   |   1 +
 .../pipelines/test-your-pipeline/index.html     |   1 +
 .../documentation/programming-guide/index.html  |  58 +----
 content/documentation/resources/index.html      |   1 +
 content/documentation/runners/apex/index.html   |   1 +
 .../runners/capability-matrix/index.html        |   1 +
 .../documentation/runners/dataflow/index.html   |   1 +
 content/documentation/runners/direct/index.html |   1 +
 content/documentation/runners/flink/index.html  |   1 +
 content/documentation/runners/spark/index.html  |   1 +
 content/documentation/sdks/java/index.html      |  23 +-
 .../sdks/python-custom-io/index.html            |   1 +
 .../python-pipeline-dependencies/index.html     |   1 +
 .../sdks/python-type-safety/index.html          |   1 +
 content/documentation/sdks/python/index.html    |   1 +
 content/get-started/beam-overview/index.html    |   1 +
 content/get-started/downloads/index.html        |   1 +
 content/get-started/index.html                  |   1 +
 .../mobile-gaming-example/index.html            |   1 +
 content/get-started/quickstart-java/index.html  |   1 +
 content/get-started/quickstart-py/index.html    |   1 +
 content/get-started/support/index.html          |   1 +
 .../get-started/wordcount-example/index.html    |   1 +
 content/index.html                              |   1 +
 content/privacy_policy/index.html               |   1 +
 src/_includes/header.html                       |   1 +
 src/documentation/io/authoring-java.md          |  15 ++
 src/documentation/io/authoring-overview.md      |  44 ++++
 src/documentation/io/authoring-python.md        |  18 ++
 src/documentation/io/built-in.md                |  61 +++++
 src/documentation/io/contributing.md            |  15 ++
 src/documentation/io/io-toc.md                  |  26 +++
 src/documentation/io/testing.md                 |  19 ++
 src/documentation/programming-guide.md          |  54 +----
 src/documentation/sdks/java.md                  |  21 +-
 74 files changed, 1707 insertions(+), 144 deletions(-)
----------------------------------------------------------------------