This is an automated email from the ASF dual-hosted git repository.
hxb pushed a change to branch release-1.16
in repository https://gitbox.apache.org/repos/asf/flink.git
from 8de5da1c9f6 [FLINK-30016][docs] Mention system metrics dependencies
update
new 7d5585dd9ea [FLINK-29966][python][doc] Replace and Redesign PyFlink
API doc
new 6bd1981d0be [FLINK-29966][python][docs] Adds PyFlink API doc
new 4ef7c14ebfd [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} | 40 ++-
.../datastream/index.rst} | 20 +-
.../datastream/process_json_data.rst} | 13 +-
.../datastream/state.rst} | 13 +-
.../datastream/timer.rst} | 13 +-
.../{index.rst => examples/datastream/window.rst} | 45 ++--
.../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} | 27 +-
.../table/word_count.rst} | 13 +-
flink-python/docs/index.rst | 38 +--
flink-python/docs/pyflink.datastream.rst | 126 ---------
flink-python/docs/pyflink.table.rst | 58 -----
.../{pyflink.metrics.rst => reference/index.rst} | 16 +-
.../pyflink.common/config.rst} | 61 ++++-
.../pyflink.common/index.rst} | 22 +-
.../pyflink.common/job_info.rst} | 52 +++-
.../pyflink.common/serializer.rst} | 40 ++-
.../pyflink.common/typeinfo.rst} | 58 ++++-
.../reference/pyflink.datastream/checkpoint.rst | 136 ++++++++++
.../reference/pyflink.datastream/connectors.rst | 229 +++++++++++++++++
.../reference/pyflink.datastream/datastream.rst | 278 ++++++++++++++++++++
.../pyflink.datastream/formats.rst} | 80 ++++--
.../reference/pyflink.datastream/functions.rst | 76 ++++++
.../pyflink.datastream/index.rst} | 28 +-
.../pyflink.datastream/sideoutput.rst} | 30 ++-
.../docs/reference/pyflink.datastream/state.rst | 174 +++++++++++++
.../stream_execution_environment.rst | 135 ++++++++++
.../pyflink.datastream/timer.rst} | 50 +++-
.../docs/reference/pyflink.datastream/window.rst | 85 +++++++
.../docs/reference/pyflink.table/catalog.rst | 238 +++++++++++++++++
.../docs/reference/pyflink.table/data_types.rst | 74 ++++++
.../docs/reference/pyflink.table/descriptors.rst | 142 +++++++++++
.../docs/reference/pyflink.table/expressions.rst | 283 +++++++++++++++++++++
.../pyflink.table/index.rst} | 27 +-
.../docs/reference/pyflink.table/statement_set.rst | 81 ++++++
.../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 ++++++++++
51 files changed, 3192 insertions(+), 529 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.rst => examples/datastream/connectors.rst}
(60%)
copy flink-python/docs/{pyflink.metrics.rst => examples/datastream/index.rst}
(83%)
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/{index.rst => examples/datastream/window.rst} (55%)
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} (73%)
rename flink-python/docs/{pyflink.common.rst => examples/table/word_count.rst}
(85%)
delete mode 100644 flink-python/docs/pyflink.datastream.rst
delete mode 100644 flink-python/docs/pyflink.table.rst
copy flink-python/docs/{pyflink.metrics.rst => reference/index.rst} (85%)
rename flink-python/docs/{pyflink.metrics.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} (69%)
copy flink-python/docs/{pyflink.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/{index.rst => reference/pyflink.datastream/formats.rst}
(50%)
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
copy flink-python/docs/{pyflink.rst => reference/pyflink.datastream/timer.rst}
(59%)
create mode 100644 flink-python/docs/reference/pyflink.datastream/window.rst
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