You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by he...@apache.org on 2020/08/20 01:58:12 UTC

[flink] branch master updated (8f7e40c -> 6ddc9b8)

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

hequn pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git.


    from 8f7e40c  [FLINK-18953][python][docs] Add documentation for DataTypes in Python DataStream API (#13199)
     add 6ddc9b8  [FLINK-18912][python][docs] Add Python api tutorial under Python GettingStart (#13192)

No new revisions were added by this update.

Summary of changes:
 .../tutorial}/index.md                             |   6 +-
 .../tutorial/index.zh.md}                          |   6 +-
 .../tutorial/table_api_tutorial.md}                |   9 +-
 .../tutorial/table_api_tutorial.zh.md}             |   9 +-
 docs/try-flink/python_table_api.md                 | 156 +-------------------
 docs/try-flink/python_table_api.zh.md              | 158 +--------------------
 6 files changed, 18 insertions(+), 326 deletions(-)
 copy docs/dev/python/{user-guide => getting-started/tutorial}/index.md (91%)
 copy docs/dev/python/{user-guide/index.md => getting-started/tutorial/index.zh.md} (92%)
 copy docs/{try-flink/python_table_api.md => dev/python/getting-started/tutorial/table_api_tutorial.md} (97%)
 copy docs/{try-flink/python_table_api.zh.md => dev/python/getting-started/tutorial/table_api_tutorial.zh.md} (97%)