From e94e15b2bac716bc6b8b1e6b6e72d049f64bfe93 Mon Sep 17 00:00:00 2001 From: Maria Garcia Herrero Date: Wed, 28 Dec 2016 23:12:37 -0800 Subject: [PATCH] Rename apache_beam.utils.options to apache_beam.utils.pipeline_options --- content/documentation/programming-guide/index.html | 12 ++++++------ content/documentation/runners/dataflow/index.html | 4 ++-- content/documentation/runners/direct/index.html | 4 ++-- content/documentation/runners/flink/index.html | 4 ++-- src/documentation/programming-guide.md | 4 ++-- src/documentation/runners/dataflow.md | 2 +- src/documentation/runners/direct.md | 2 +- src/documentation/runners/flink.md | 2 +- 8 files changed, 17 insertions(+), 17 deletions(-) diff --git a/content/documentation/programming-guide/index.html b/content/documentation/programming-guide/index.html index 1042062d52c..e88195d9ada 100644 --- a/content/documentation/programming-guide/index.html +++ b/content/documentation/programming-guide/index.html @@ -107,7 +107,7 @@
  • Design Principles
  • Ongoing Projects
  • -
  • Source Repository
  • +
  • Source Repository
  • Presentation Materials
  • @@ -149,7 +149,7 @@

    Apache Beam Programming Guide

    The Beam Programming Guide is intended for Beam users who want to use the Beam SDKs to create data processing pipelines. It provides guidance for using the Beam SDK classes to build and test your pipeline. It is not intended as an exhaustive reference, but as a language-agnostic, high-level guide to programmatically building your Beam pipeline. As the programming guide is filled out, the text will include code samples in multiple languages to help illustrate how to implement Beam concepts in your programs.