This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch chore/update-python-docs
in repository https://gitbox.apache.org/repos/asf/streampipes-website.git
omit 72a38e98a chore(python-docs): update python doc assets to recent
development state
add 0ab70226c chore(python-docs): update python doc assets to recent
development state (#126)
add dcf457b13 introduce the quickstart mode user guide (#116)
add d182da500 chore(python-docs): update python doc assets to recent
development state
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (72a38e98a)
\
N -- N -- N refs/heads/chore/update-python-docs (d182da500)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
docs-python/dev/scripts/gen_ref_pages/index.html | 12 +-
docs-python/dev/sitemap.xml | 96 +++++++--------
docs-python/dev/sitemap.xml.gz | Bin 704 -> 704 bytes
docs/05_deploy-docker.md | 29 ++++-
docs/user-guide-for-quickstart.md | 134 +++++++++++++++++++++
.../src/components/download/DownloadFolder.tsx | 3 +-
.../static/img/quickstart/user-guide/01_home.png | Bin 0 -> 287453 bytes
.../img/quickstart/user-guide/02_pipelines.png | Bin 0 -> 322911 bytes
.../img/quickstart/user-guide/03_adapters.png | Bin 0 -> 306577 bytes
.../img/quickstart/user-guide/04_dashboard.png | Bin 0 -> 237782 bytes
.../img/quickstart/user-guide/05_data_explorer.png | Bin 0 -> 259865 bytes
.../img/quickstart/user-guide/06_notifications.png | Bin 0 -> 369414 bytes
.../user-guide/07_water_level_trend_pipeline.png | Bin 0 -> 363380 bytes
.../08_smart_machine_monitor_dashboard.png | Bin 0 -> 380944 bytes
.../user-guide/09_machine_running_data_view.png | Bin 0 -> 582239 bytes
15 files changed, 217 insertions(+), 57 deletions(-)
create mode 100644 docs/user-guide-for-quickstart.md
create mode 100644 website-v2/static/img/quickstart/user-guide/01_home.png
create mode 100644 website-v2/static/img/quickstart/user-guide/02_pipelines.png
create mode 100644 website-v2/static/img/quickstart/user-guide/03_adapters.png
create mode 100644 website-v2/static/img/quickstart/user-guide/04_dashboard.png
create mode 100644
website-v2/static/img/quickstart/user-guide/05_data_explorer.png
create mode 100644
website-v2/static/img/quickstart/user-guide/06_notifications.png
create mode 100644
website-v2/static/img/quickstart/user-guide/07_water_level_trend_pipeline.png
create mode 100644
website-v2/static/img/quickstart/user-guide/08_smart_machine_monitor_dashboard.png
create mode 100644
website-v2/static/img/quickstart/user-guide/09_machine_running_data_view.png