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

hxb pushed a change to branch release-1.15
in repository https://gitbox.apache.org/repos/asf/flink.git


    from 745c44a13b7 [hotfix][docs][table] Minor improvements for versioned 
table example
     new d6bf30a0135 [FLINK-29966][python][doc] Replace and Redesign PyFlink 
API doc
     new 72d31f4ac0c [FLINK-29966][python][docs] Adds PyFlink API doc
     new cfe3b5ce573 [FLINK-29966][python][doc] Adds PyFlink examples doc

The 3 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:
 flink-python/dev/lint-python.sh                    |   2 +-
 flink-python/docs/_templates/autosummary/base.rst  |  22 ++
 flink-python/docs/_templates/autosummary/class.rst |  35 +++
 flink-python/docs/conf.py                          |  14 +-
 .../datastream/basic_operations.rst}               |  13 +-
 .../datastream/connectors.rst}                     |  49 ++--
 .../datastream/index.rst}                          |  19 +-
 .../datastream/process_json_data.rst}              |  13 +-
 .../datastream/state.rst}                          |  13 +-
 .../datastream/timer.rst}                          |  13 +-
 .../datastream/word_count.rst}                     |  13 +-
 .../{pyflink.common.rst => examples/index.rst}     |  15 +-
 .../table/basic_operations.rst}                    |  13 +-
 .../table/index.rst}                               |  20 +-
 .../table/mixing_use_of_datastream_and_table.rst}  |  13 +-
 .../table/multi_sink.rst}                          |  13 +-
 .../{pyflink.rst => examples/table/pandas.rst}     |  21 +-
 .../table/process_json_data.rst}                   |  23 +-
 .../{pyflink.rst => examples/table/window.rst}     |  33 ++-
 .../table/word_count.rst}                          |  13 +-
 flink-python/docs/index.rst                        |  38 +--
 flink-python/docs/pyflink.table.rst                |  58 -----
 .../{pyflink.metrics.rst => reference/index.rst}   |  16 +-
 .../pyflink.common/config.rst}                     |  79 ++++--
 .../pyflink.common/index.rst}                      |  22 +-
 .../pyflink.common/job_info.rst}                   |  52 +++-
 .../pyflink.common/serializer.rst}                 |  38 ++-
 .../pyflink.common/typeinfo.rst}                   |  77 +++---
 .../reference/pyflink.datastream/checkpoint.rst    | 136 +++++++++++
 .../reference/pyflink.datastream/connectors.rst    | 125 ++++++++++
 .../reference/pyflink.datastream/datastream.rst    | 163 ++++++++++++
 .../pyflink.datastream/formats.rst}                |  48 +++-
 .../reference/pyflink.datastream/functions.rst     |  71 ++++++
 .../pyflink.datastream/index.rst}                  |  28 ++-
 .../pyflink.datastream/sideoutput.rst}             |  30 ++-
 .../docs/reference/pyflink.datastream/state.rst    | 161 ++++++++++++
 .../stream_execution_environment.rst               | 132 ++++++++++
 .../pyflink.datastream/timer.rst}                  |  69 +++---
 .../pyflink.datastream/window.rst}                 |  46 +++-
 .../docs/reference/pyflink.table/catalog.rst       | 236 ++++++++++++++++++
 .../docs/reference/pyflink.table/data_types.rst    |  74 ++++++
 .../docs/reference/pyflink.table/descriptors.rst   | 142 +++++++++++
 .../docs/reference/pyflink.table/expressions.rst   | 264 ++++++++++++++++++++
 .../pyflink.table/index.rst}                       |  27 +-
 .../docs/reference/pyflink.table/statement_set.rst |  80 ++++++
 .../docs/reference/pyflink.table/table.rst         | 205 ++++++++++++++++
 .../reference/pyflink.table/table_environment.rst  | 272 +++++++++++++++++++++
 flink-python/docs/reference/pyflink.table/udf.rst  |  95 +++++++
 .../docs/reference/pyflink.table/window.rst        | 131 ++++++++++
 49 files changed, 2833 insertions(+), 452 deletions(-)
 create mode 100644 flink-python/docs/_templates/autosummary/base.rst
 create mode 100644 flink-python/docs/_templates/autosummary/class.rst
 copy flink-python/docs/{pyflink.common.rst => 
examples/datastream/basic_operations.rst} (85%)
 copy flink-python/docs/{pyflink.datastream.rst => 
examples/datastream/connectors.rst} (61%)
 copy flink-python/docs/{pyflink.metrics.rst => examples/datastream/index.rst} 
(84%)
 copy flink-python/docs/{pyflink.common.rst => 
examples/datastream/process_json_data.rst} (85%)
 copy flink-python/docs/{pyflink.common.rst => examples/datastream/state.rst} 
(85%)
 copy flink-python/docs/{pyflink.common.rst => examples/datastream/timer.rst} 
(85%)
 copy flink-python/docs/{pyflink.common.rst => 
examples/datastream/word_count.rst} (85%)
 copy flink-python/docs/{pyflink.common.rst => examples/index.rst} (85%)
 copy flink-python/docs/{pyflink.common.rst => 
examples/table/basic_operations.rst} (85%)
 copy flink-python/docs/{pyflink.metrics.rst => examples/table/index.rst} (82%)
 copy flink-python/docs/{pyflink.metrics.rst => 
examples/table/mixing_use_of_datastream_and_table.rst} (83%)
 copy flink-python/docs/{pyflink.common.rst => examples/table/multi_sink.rst} 
(85%)
 copy flink-python/docs/{pyflink.rst => examples/table/pandas.rst} (80%)
 copy flink-python/docs/{pyflink.rst => examples/table/process_json_data.rst} 
(76%)
 copy flink-python/docs/{pyflink.rst => examples/table/window.rst} (69%)
 rename flink-python/docs/{pyflink.common.rst => examples/table/word_count.rst} 
(85%)
 delete mode 100644 flink-python/docs/pyflink.table.rst
 rename flink-python/docs/{pyflink.metrics.rst => reference/index.rst} (85%)
 copy flink-python/docs/{pyflink.datastream.rst => 
reference/pyflink.common/config.rst} (58%)
 copy flink-python/docs/{pyflink.rst => reference/pyflink.common/index.rst} 
(82%)
 copy flink-python/docs/{pyflink.rst => reference/pyflink.common/job_info.rst} 
(56%)
 copy flink-python/docs/{pyflink.rst => 
reference/pyflink.common/serializer.rst} (72%)
 copy flink-python/docs/{pyflink.datastream.rst => 
reference/pyflink.common/typeinfo.rst} (58%)
 create mode 100644 
flink-python/docs/reference/pyflink.datastream/checkpoint.rst
 create mode 100644 
flink-python/docs/reference/pyflink.datastream/connectors.rst
 create mode 100644 
flink-python/docs/reference/pyflink.datastream/datastream.rst
 copy flink-python/docs/{pyflink.rst => 
reference/pyflink.datastream/formats.rst} (66%)
 create mode 100644 flink-python/docs/reference/pyflink.datastream/functions.rst
 copy flink-python/docs/{pyflink.rst => reference/pyflink.datastream/index.rst} 
(77%)
 copy flink-python/docs/{pyflink.rst => 
reference/pyflink.datastream/sideoutput.rst} (62%)
 create mode 100644 flink-python/docs/reference/pyflink.datastream/state.rst
 create mode 100644 
flink-python/docs/reference/pyflink.datastream/stream_execution_environment.rst
 rename flink-python/docs/{pyflink.datastream.rst => 
reference/pyflink.datastream/timer.rst} (59%)
 copy flink-python/docs/{pyflink.rst => 
reference/pyflink.datastream/window.rst} (70%)
 create mode 100644 flink-python/docs/reference/pyflink.table/catalog.rst
 create mode 100644 flink-python/docs/reference/pyflink.table/data_types.rst
 create mode 100644 flink-python/docs/reference/pyflink.table/descriptors.rst
 create mode 100644 flink-python/docs/reference/pyflink.table/expressions.rst
 rename flink-python/docs/{pyflink.rst => reference/pyflink.table/index.rst} 
(80%)
 create mode 100644 flink-python/docs/reference/pyflink.table/statement_set.rst
 create mode 100644 flink-python/docs/reference/pyflink.table/table.rst
 create mode 100644 
flink-python/docs/reference/pyflink.table/table_environment.rst
 create mode 100644 flink-python/docs/reference/pyflink.table/udf.rst
 create mode 100644 flink-python/docs/reference/pyflink.table/window.rst

Reply via email to