You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by gi...@apache.org on 2019/09/14 01:27:56 UTC

[beam] branch asf-site updated: Publishing website 2019/09/14 01:27:42 at commit 6b5084b

This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 5e90a30  Publishing website 2019/09/14 01:27:42 at commit 6b5084b
5e90a30 is described below

commit 5e90a30063c801e04c3c3a9392f7f0f2dafb95be
Author: jenkins <bu...@apache.org>
AuthorDate: Sat Sep 14 01:27:43 2019 +0000

    Publishing website 2019/09/14 01:27:42 at commit 6b5084b
---
 .../python/elementwise/filter/index.html           | 114 +++++++++++++++------
 1 file changed, 84 insertions(+), 30 deletions(-)

diff --git a/website/generated-content/documentation/transforms/python/elementwise/filter/index.html b/website/generated-content/documentation/transforms/python/elementwise/filter/index.html
index be50340..ad7d59e 100644
--- a/website/generated-content/documentation/transforms/python/elementwise/filter/index.html
+++ b/website/generated-content/documentation/transforms/python/elementwise/filter/index.html
@@ -530,9 +530,9 @@ Then, we apply <code class="highlighter-rouge">Filter</code> in multiple ways to
 </code></pre>
 </div>
 
-<p>Output <code class="highlighter-rouge">PCollection</code> after <code class="highlighter-rouge">Filter</code>:</p>
+<p class="notebook-skip">Output <code class="highlighter-rouge">PCollection</code> after <code class="highlighter-rouge">Filter</code>:</p>
 
-<div class="highlighter-rouge"><pre class="highlight"><code>perennials = [
+<div class="notebook-skip highlighter-rouge"><pre class="highlight"><code>perennials = [
     {'icon': 'πŸ“', 'name': 'Strawberry', 'duration': 'perennial'},
     {'icon': 'πŸ†', 'name': 'Eggplant', 'duration': 'perennial'},
     {'icon': 'πŸ₯”', 'name': 'Potato', 'duration': 'perennial'},
@@ -540,11 +540,20 @@ Then, we apply <code class="highlighter-rouge">Filter</code> in multiple ways to
 </code></pre>
 </div>
 
-<table>
+<table style="display: inline-block" class="notebook-skip">
+  <td>
+    <a class="button" target="_blank" href="https://colab.research.google.com/github/apache/beam/blob/master/examples/notebooks/documentation/transforms/python/element-wise/filter-py.ipynb">
+      <img src="https://github.com/googlecolab/open_in_colab/raw/master/images/icon32.png" width="20px" height="20px" alt="Run in Colab" />
+      Run code now
+    </a>
+  </td>
+</table>
+
+<table style="display: inline-block">
   <td>
     <a class="button" target="_blank" href="https://github.com/apache/beam/blob/master/sdks/python/apache_beam/examples/snippets/transforms/element_wise/filter.py">
-      <img src="https://www.tensorflow.org/images/GitHub-Mark-32px.png" width="20px" height="20px" alt="View on GitHub" />
-      View on GitHub
+      <img src="https://www.tensorflow.org/images/GitHub-Mark-32px.png" width="20px" height="20px" alt="View source code" />
+      View source code
     </a>
   </td>
 </table>
@@ -573,9 +582,9 @@ Then, we apply <code class="highlighter-rouge">Filter</code> in multiple ways to
 </code></pre>
 </div>
 
-<p>Output <code class="highlighter-rouge">PCollection</code> after <code class="highlighter-rouge">Filter</code>:</p>
+<p class="notebook-skip">Output <code class="highlighter-rouge">PCollection</code> after <code class="highlighter-rouge">Filter</code>:</p>
 
-<div class="highlighter-rouge"><pre class="highlight"><code>perennials = [
+<div class="notebook-skip highlighter-rouge"><pre class="highlight"><code>perennials = [
     {'icon': 'πŸ“', 'name': 'Strawberry', 'duration': 'perennial'},
     {'icon': 'πŸ†', 'name': 'Eggplant', 'duration': 'perennial'},
     {'icon': 'πŸ₯”', 'name': 'Potato', 'duration': 'perennial'},
@@ -583,11 +592,20 @@ Then, we apply <code class="highlighter-rouge">Filter</code> in multiple ways to
 </code></pre>
 </div>
 
-<table>
+<table style="display: inline-block" class="notebook-skip">
+  <td>
+    <a class="button" target="_blank" href="https://colab.research.google.com/github/apache/beam/blob/master/examples/notebooks/documentation/transforms/python/element-wise/filter-py.ipynb">
+      <img src="https://github.com/googlecolab/open_in_colab/raw/master/images/icon32.png" width="20px" height="20px" alt="Run code now" />
+      Run code now
+    </a>
+  </td>
+</table>
+
+<table style="display: inline-block">
   <td>
     <a class="button" target="_blank" href="https://github.com/apache/beam/blob/master/sdks/python/apache_beam/examples/snippets/transforms/element_wise/filter.py">
-      <img src="https://www.tensorflow.org/images/GitHub-Mark-32px.png" width="20px" height="20px" alt="View on GitHub" />
-      View on GitHub
+      <img src="https://www.tensorflow.org/images/GitHub-Mark-32px.png" width="20px" height="20px" alt="View source code" />
+      View source code
     </a>
   </td>
 </table>
@@ -621,9 +639,9 @@ They are passed as additional positional arguments or keyword arguments to the f
 </code></pre>
 </div>
 
-<p>Output <code class="highlighter-rouge">PCollection</code> after <code class="highlighter-rouge">Filter</code>:</p>
+<p class="notebook-skip">Output <code class="highlighter-rouge">PCollection</code> after <code class="highlighter-rouge">Filter</code>:</p>
 
-<div class="highlighter-rouge"><pre class="highlight"><code>perennials = [
+<div class="notebook-skip highlighter-rouge"><pre class="highlight"><code>perennials = [
     {'icon': 'πŸ“', 'name': 'Strawberry', 'duration': 'perennial'},
     {'icon': 'πŸ†', 'name': 'Eggplant', 'duration': 'perennial'},
     {'icon': 'πŸ₯”', 'name': 'Potato', 'duration': 'perennial'},
@@ -631,11 +649,20 @@ They are passed as additional positional arguments or keyword arguments to the f
 </code></pre>
 </div>
 
-<table>
+<table style="display: inline-block" class="notebook-skip">
+  <td>
+    <a class="button" target="_blank" href="https://colab.research.google.com/github/apache/beam/blob/master/examples/notebooks/documentation/transforms/python/element-wise/filter-py.ipynb">
+      <img src="https://github.com/googlecolab/open_in_colab/raw/master/images/icon32.png" width="20px" height="20px" alt="Run in Colab" />
+      Run code now
+    </a>
+  </td>
+</table>
+
+<table style="display: inline-block">
   <td>
     <a class="button" target="_blank" href="https://github.com/apache/beam/blob/master/sdks/python/apache_beam/examples/snippets/transforms/element_wise/filter.py">
-      <img src="https://www.tensorflow.org/images/GitHub-Mark-32px.png" width="20px" height="20px" alt="View on GitHub" />
-      View on GitHub
+      <img src="https://www.tensorflow.org/images/GitHub-Mark-32px.png" width="20px" height="20px" alt="View source code" />
+      View source code
     </a>
   </td>
 </table>
@@ -672,9 +699,9 @@ We then use that value to filter out perennials.</p>
 </code></pre>
 </div>
 
-<p>Output <code class="highlighter-rouge">PCollection</code> after <code class="highlighter-rouge">Filter</code>:</p>
+<p class="notebook-skip">Output <code class="highlighter-rouge">PCollection</code> after <code class="highlighter-rouge">Filter</code>:</p>
 
-<div class="highlighter-rouge"><pre class="highlight"><code>perennials = [
+<div class="notebook-skip highlighter-rouge"><pre class="highlight"><code>perennials = [
     {'icon': 'πŸ“', 'name': 'Strawberry', 'duration': 'perennial'},
     {'icon': 'πŸ†', 'name': 'Eggplant', 'duration': 'perennial'},
     {'icon': 'πŸ₯”', 'name': 'Potato', 'duration': 'perennial'},
@@ -682,11 +709,20 @@ We then use that value to filter out perennials.</p>
 </code></pre>
 </div>
 
-<table>
+<table style="display: inline-block" class="notebook-skip">
+  <td>
+    <a class="button" target="_blank" href="https://colab.research.google.com/github/apache/beam/blob/master/examples/notebooks/documentation/transforms/python/element-wise/filter-py.ipynb">
+      <img src="https://github.com/googlecolab/open_in_colab/raw/master/images/icon32.png" width="20px" height="20px" alt="Run in Colab" />
+      Run code now
+    </a>
+  </td>
+</table>
+
+<table style="display: inline-block">
   <td>
     <a class="button" target="_blank" href="https://github.com/apache/beam/blob/master/sdks/python/apache_beam/examples/snippets/transforms/element_wise/filter.py">
-      <img src="https://www.tensorflow.org/images/GitHub-Mark-32px.png" width="20px" height="20px" alt="View on GitHub" />
-      View on GitHub
+      <img src="https://www.tensorflow.org/images/GitHub-Mark-32px.png" width="20px" height="20px" alt="View source code" />
+      View source code
     </a>
   </td>
 </table>
@@ -725,9 +761,9 @@ so it is possible to iterate over large <code class="highlighter-rouge">PCollect
 </code></pre>
 </div>
 
-<p>Output <code class="highlighter-rouge">PCollection</code> after <code class="highlighter-rouge">Filter</code>:</p>
+<p class="notebook-skip">Output <code class="highlighter-rouge">PCollection</code> after <code class="highlighter-rouge">Filter</code>:</p>
 
-<div class="highlighter-rouge"><pre class="highlight"><code>valid_plants = [
+<div class="notebook-skip highlighter-rouge"><pre class="highlight"><code>valid_plants = [
     {'icon': 'πŸ“', 'name': 'Strawberry', 'duration': 'perennial'},
     {'icon': 'πŸ₯•', 'name': 'Carrot', 'duration': 'biennial'},
     {'icon': 'πŸ†', 'name': 'Eggplant', 'duration': 'perennial'},
@@ -736,11 +772,20 @@ so it is possible to iterate over large <code class="highlighter-rouge">PCollect
 </code></pre>
 </div>
 
-<table>
+<table style="display: inline-block" class="notebook-skip">
+  <td>
+    <a class="button" target="_blank" href="https://colab.research.google.com/github/apache/beam/blob/master/examples/notebooks/documentation/transforms/python/element-wise/filter-py.ipynb">
+      <img src="https://github.com/googlecolab/open_in_colab/raw/master/images/icon32.png" width="20px" height="20px" alt="Run in Colab" />
+      Run code now
+    </a>
+  </td>
+</table>
+
+<table style="display: inline-block">
   <td>
     <a class="button" target="_blank" href="https://github.com/apache/beam/blob/master/sdks/python/apache_beam/examples/snippets/transforms/element_wise/filter.py">
-      <img src="https://www.tensorflow.org/images/GitHub-Mark-32px.png" width="20px" height="20px" alt="View on GitHub" />
-      View on GitHub
+      <img src="https://www.tensorflow.org/images/GitHub-Mark-32px.png" width="20px" height="20px" alt="View source code" />
+      View source code
     </a>
   </td>
 </table>
@@ -785,9 +830,9 @@ If the <code class="highlighter-rouge">PCollection</code> won’t fit into memor
 </code></pre>
 </div>
 
-<p>Output <code class="highlighter-rouge">PCollection</code> after <code class="highlighter-rouge">Filter</code>:</p>
+<p class="notebook-skip">Output <code class="highlighter-rouge">PCollection</code> after <code class="highlighter-rouge">Filter</code>:</p>
 
-<div class="highlighter-rouge"><pre class="highlight"><code>perennials = [
+<div class="notebook-skip highlighter-rouge"><pre class="highlight"><code>perennials = [
     {'icon': 'πŸ“', 'name': 'Strawberry', 'duration': 'perennial'},
     {'icon': 'πŸ†', 'name': 'Eggplant', 'duration': 'perennial'},
     {'icon': 'πŸ₯”', 'name': 'Potato', 'duration': 'perennial'},
@@ -795,11 +840,20 @@ If the <code class="highlighter-rouge">PCollection</code> won’t fit into memor
 </code></pre>
 </div>
 
-<table>
+<table style="display: inline-block" class="notebook-skip">
+  <td>
+    <a class="button" target="_blank" href="https://colab.research.google.com/github/apache/beam/blob/master/examples/notebooks/documentation/transforms/python/element-wise/filter-py.ipynb">
+      <img src="https://github.com/googlecolab/open_in_colab/raw/master/images/icon32.png" width="20px" height="20px" alt="Run in Colab" />
+      Run code now
+    </a>
+  </td>
+</table>
+
+<table style="display: inline-block">
   <td>
     <a class="button" target="_blank" href="https://github.com/apache/beam/blob/master/sdks/python/apache_beam/examples/snippets/transforms/element_wise/filter.py">
-      <img src="https://www.tensorflow.org/images/GitHub-Mark-32px.png" width="20px" height="20px" alt="View on GitHub" />
-      View on GitHub
+      <img src="https://www.tensorflow.org/images/GitHub-Mark-32px.png" width="20px" height="20px" alt="View source code" />
+      View source code
     </a>
   </td>
 </table>