From 76e96b67f5b4771f711625b75da9a03d08b9e2d3 Mon Sep 17 00:00:00 2001 From: "Kono Momoko (Fixstars Solutions, Inc. momoko.kono)" Date: Fri, 27 Feb 2026 10:21:20 -0800 Subject: [PATCH 1/2] fixed the heading level --- docs/lessons/ion-log.mdx | 4 ++-- .../current/lessons/ion-log.mdx | 4 ++-- .../version-v24.01/lessons/ion-log.mdx | 4 ++-- .../version-v24.05/lessons/ion-log.mdx | 4 ++-- versioned_docs/version-v24.01/lessons/ion-log.mdx | 4 ++-- versioned_docs/version-v24.05/lessons/ion-log.mdx | 4 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/docs/lessons/ion-log.mdx b/docs/lessons/ion-log.mdx index ea216be..6dad489 100644 --- a/docs/lessons/ion-log.mdx +++ b/docs/lessons/ion-log.mdx @@ -17,13 +17,13 @@ If you think an issue is on device, transport, or stream, you may want to set th See the detail in [the official website](https://aravisproject.github.io/docs/aravis-0.4/aravis-building.html). -### ion-kit +## ion-kit For ion-kit, you can set environment varialbe `ION_LOG_LEVEL` to set the log-level to see the internal process of this library. If you think an issue is on your framework or controling device through ion-kit, you may want to set this to debug. -#### Example with Balser with tutorial 1 +### Example with Balser with tutorial 1 Following is the console output of [Tutorial 1](../tutorials/python/display-image) after setting the environment variable `ION_LOG_LEVEL=debug` diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/lessons/ion-log.mdx b/i18n/ja/docusaurus-plugin-content-docs/current/lessons/ion-log.mdx index f62daeb..3d178b2 100644 --- a/i18n/ja/docusaurus-plugin-content-docs/current/lessons/ion-log.mdx +++ b/i18n/ja/docusaurus-plugin-content-docs/current/lessons/ion-log.mdx @@ -17,13 +17,13 @@ Aravisでは、環境変数 `ARV_DEBUG` を設定して、このライブラリ 詳細は[公式ウェブサイト](https://aravisproject.github.io/docs/aravis-0.4/aravis-building.html)を参照してください。 -### ion-kit +## ion-kit ion-kitでは、環境変数 `ION_LOG_LEVEL` を設定して、このライブラリの内部プロセスを見るためのログレベルを設定できます。 ion-kitを介したフレームワークやデバイスの制御に問題があると思われる場合は、ログレベルをデバッグ用に設定することができます。 -#### チュートリアル1のBalserの例 +### チュートリアル1のBalserの例 環境変数 `ION_LOG_LEVEL=debug` を設定した後の[Tutorial 1](../tutorials/python/display-image)のコンソール出力は次のとおりです。 diff --git a/i18n/ja/docusaurus-plugin-content-docs/version-v24.01/lessons/ion-log.mdx b/i18n/ja/docusaurus-plugin-content-docs/version-v24.01/lessons/ion-log.mdx index f62daeb..3d178b2 100644 --- a/i18n/ja/docusaurus-plugin-content-docs/version-v24.01/lessons/ion-log.mdx +++ b/i18n/ja/docusaurus-plugin-content-docs/version-v24.01/lessons/ion-log.mdx @@ -17,13 +17,13 @@ Aravisでは、環境変数 `ARV_DEBUG` を設定して、このライブラリ 詳細は[公式ウェブサイト](https://aravisproject.github.io/docs/aravis-0.4/aravis-building.html)を参照してください。 -### ion-kit +## ion-kit ion-kitでは、環境変数 `ION_LOG_LEVEL` を設定して、このライブラリの内部プロセスを見るためのログレベルを設定できます。 ion-kitを介したフレームワークやデバイスの制御に問題があると思われる場合は、ログレベルをデバッグ用に設定することができます。 -#### チュートリアル1のBalserの例 +### チュートリアル1のBalserの例 環境変数 `ION_LOG_LEVEL=debug` を設定した後の[Tutorial 1](../tutorials/python/display-image)のコンソール出力は次のとおりです。 diff --git a/i18n/ja/docusaurus-plugin-content-docs/version-v24.05/lessons/ion-log.mdx b/i18n/ja/docusaurus-plugin-content-docs/version-v24.05/lessons/ion-log.mdx index f62daeb..3d178b2 100644 --- a/i18n/ja/docusaurus-plugin-content-docs/version-v24.05/lessons/ion-log.mdx +++ b/i18n/ja/docusaurus-plugin-content-docs/version-v24.05/lessons/ion-log.mdx @@ -17,13 +17,13 @@ Aravisでは、環境変数 `ARV_DEBUG` を設定して、このライブラリ 詳細は[公式ウェブサイト](https://aravisproject.github.io/docs/aravis-0.4/aravis-building.html)を参照してください。 -### ion-kit +## ion-kit ion-kitでは、環境変数 `ION_LOG_LEVEL` を設定して、このライブラリの内部プロセスを見るためのログレベルを設定できます。 ion-kitを介したフレームワークやデバイスの制御に問題があると思われる場合は、ログレベルをデバッグ用に設定することができます。 -#### チュートリアル1のBalserの例 +### チュートリアル1のBalserの例 環境変数 `ION_LOG_LEVEL=debug` を設定した後の[Tutorial 1](../tutorials/python/display-image)のコンソール出力は次のとおりです。 diff --git a/versioned_docs/version-v24.01/lessons/ion-log.mdx b/versioned_docs/version-v24.01/lessons/ion-log.mdx index ea216be..6dad489 100644 --- a/versioned_docs/version-v24.01/lessons/ion-log.mdx +++ b/versioned_docs/version-v24.01/lessons/ion-log.mdx @@ -17,13 +17,13 @@ If you think an issue is on device, transport, or stream, you may want to set th See the detail in [the official website](https://aravisproject.github.io/docs/aravis-0.4/aravis-building.html). -### ion-kit +## ion-kit For ion-kit, you can set environment varialbe `ION_LOG_LEVEL` to set the log-level to see the internal process of this library. If you think an issue is on your framework or controling device through ion-kit, you may want to set this to debug. -#### Example with Balser with tutorial 1 +### Example with Balser with tutorial 1 Following is the console output of [Tutorial 1](../tutorials/python/display-image) after setting the environment variable `ION_LOG_LEVEL=debug` diff --git a/versioned_docs/version-v24.05/lessons/ion-log.mdx b/versioned_docs/version-v24.05/lessons/ion-log.mdx index ea216be..6dad489 100644 --- a/versioned_docs/version-v24.05/lessons/ion-log.mdx +++ b/versioned_docs/version-v24.05/lessons/ion-log.mdx @@ -17,13 +17,13 @@ If you think an issue is on device, transport, or stream, you may want to set th See the detail in [the official website](https://aravisproject.github.io/docs/aravis-0.4/aravis-building.html). -### ion-kit +## ion-kit For ion-kit, you can set environment varialbe `ION_LOG_LEVEL` to set the log-level to see the internal process of this library. If you think an issue is on your framework or controling device through ion-kit, you may want to set this to debug. -#### Example with Balser with tutorial 1 +### Example with Balser with tutorial 1 Following is the console output of [Tutorial 1](../tutorials/python/display-image) after setting the environment variable `ION_LOG_LEVEL=debug` From 829d9003eef7fd97fc980464de418729d730dd96 Mon Sep 17 00:00:00 2001 From: "Kono Momoko (Fixstars Solutions, Inc. momoko.kono)" Date: Fri, 27 Feb 2026 10:23:06 -0800 Subject: [PATCH 2/2] updated the latest version of sdk by ion-kit update --- static/version_const/latest.js | 4 ++-- static/version_const/v2405.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/static/version_const/latest.js b/static/version_const/latest.js index 175dd84..9627765 100644 --- a/static/version_const/latest.js +++ b/static/version_const/latest.js @@ -1,8 +1,8 @@ //THIS IS WHERE YOU UPDATE const is_latest = true; -const latest_version = 'v25.01.00'; +const latest_version = 'v25.01.03'; const latest_winUSB_URL = "v24.02.02" -const ion_python_version = '3.2.6' +const ion_python_version = '3.2.8' const gendc_python_version = '0.4.0' const aravis_python_version = '0.8.31.dev1' diff --git a/static/version_const/v2405.js b/static/version_const/v2405.js index 82d1310..5f54891 100644 --- a/static/version_const/v2405.js +++ b/static/version_const/v2405.js @@ -1,8 +1,8 @@ //THIS IS WHERE YOU UPDATE const is_latest = false; -const latest_version = 'v24.05.11'; +const latest_version = 'v24.05.13'; const latest_winUSB_URL = "v24.02.02" -const ion_python_version = '1.8.9' +const ion_python_version = '1.8.11' const gendc_python_version = '0.2.8' const GenerateVersionInfo = require('./generate_version_info.js');