You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by me...@apache.org on 2018/08/09 00:28:11 UTC

[beam-site] branch mergebot updated (f079eb1 -> 23a6b7d)

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

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


    from f079eb1  This closes #527
     add 582961e  Prepare repository for deployment.
     new 05d05f1  Adding 'editable mode' flag installation for Python.
     new 23a6b7d  This closes #526

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../dsls/sql/aggregate-functions/index.html        |   1 +
 .../documentation/dsls/sql/create-table/index.html |   1 +
 .../documentation/dsls/sql/data-types/index.html   |   1 +
 content/documentation/dsls/sql/joins/index.html    |   1 +
 content/documentation/dsls/sql/lexical/index.html  |   1 +
 content/documentation/dsls/sql/overview/index.html |   1 +
 .../dsls/sql/scalar-functions/index.html           |   1 +
 content/documentation/dsls/sql/select/index.html   |   1 +
 content/documentation/dsls/sql/set/index.html      |   1 +
 .../sql/shell}/index.html                          | 205 ++++++++++-----------
 .../dsls/sql/user-defined-functions/index.html     |   1 +
 .../documentation/dsls/sql/walkthrough/index.html  |   1 +
 .../dsls/sql/windowing-and-triggering/index.html   |   1 +
 .../sdks/feature-comparison/index.html             |   1 +
 content/documentation/sdks/go/index.html           |   1 +
 .../documentation/sdks/java-extensions/index.html  |   1 +
 .../documentation/sdks/java-thirdparty/index.html  |   1 +
 .../documentation/sdks/java/euphoria/index.html    |   1 +
 content/documentation/sdks/java/index.html         |   1 +
 content/documentation/sdks/java/nexmark/index.html |   1 +
 .../documentation/sdks/python-custom-io/index.html |   1 +
 .../sdks/python-pipeline-dependencies/index.html   |   1 +
 .../documentation/sdks/python-streaming/index.html |   1 +
 .../sdks/python-type-safety/index.html             |   1 +
 content/documentation/sdks/python/index.html       |   1 +
 src/contribute/index.md                            |   4 +-
 26 files changed, 127 insertions(+), 106 deletions(-)
 copy content/documentation/{sdks/python-pipeline-dependencies => dsls/sql/shell}/index.html (64%)


[beam-site] 01/02: Adding 'editable mode' flag installation for Python.

Posted by me...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 05d05f1cf2cf0d66de1a14c5f951f20c7362241c
Author: Pablo <pa...@users.noreply.github.com>
AuthorDate: Tue Aug 7 09:54:33 2018 -0700

    Adding 'editable mode' flag installation for Python.
---
 src/contribute/index.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/contribute/index.md b/src/contribute/index.md
index a0100da..9782c23 100644
--- a/src/contribute/index.md
+++ b/src/contribute/index.md
@@ -169,13 +169,13 @@ On macOS/Linux:
 
     $ virtualenv env
     $ . ./env/bin/activate
-    (env) $ pip install .[gcp,test]
+    (env) $ pip install -e .[gcp,test]
 
 On Windows:
 
     > c:\Python27\python.exe -m virtualenv
     > env\Scripts\activate
-    (env) > pip install .[gcp,test]
+    (env) > pip install -e .[gcp,test]
 
 This command runs all Python tests. The nose dependency is installed by [test] in pip install.
 


[beam-site] 02/02: This closes #526

Posted by me...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 23a6b7db8539d3cd2b0fe2f8f92dff0318c112c6
Merge: 582961e 05d05f1
Author: Mergebot <me...@apache.org>
AuthorDate: Thu Aug 9 00:27:33 2018 +0000

    This closes #526

 src/contribute/index.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)