Skip to content

docs: replace nine-feature overview figure with new SVG#5

Merged
hutaobo merged 1 commit into
mainfrom
claude/zen-ishizaka-19fb62
Jun 12, 2026
Merged

docs: replace nine-feature overview figure with new SVG#5
hutaobo merged 1 commit into
mainfrom
claude/zen-ishizaka-19fb62

Conversation

@hutaobo

@hutaobo hutaobo commented Jun 12, 2026

Copy link
Copy Markdown
Owner

Summary

Replaces the old raster nine-feature overview figure with the new vector SVG provided by the maintainer.

  • Adds docs/_static/figures/pyxenium-nine-feature-overview.svg (1560×1040, ~260 KB) as the canonical figure.
  • Updates the README Figure 1 to reference the SVG.
  • Updates the two docs pages that embed the same figure (docs/index.md, docs/user-guide/nine-feature-overview.md) so the project stays consistent.
  • Removes the now-orphaned pyxenium-nine-feature-overview.png (~2.1 MB).

Net: the same figure asset is swapped everywhere it appears; no dangling .png references remain.

🤖 Generated with Claude Code

Summary by Sourcery

在整个项目中,用新的 SVG 资源替换原有的九功能概览图。

Documentation(文档):

  • 更新 README 和文档页面,将原先的 PNG 九功能概览图替换为新的 SVG 九功能概览图。

Chores(杂项/维护):

  • 添加新的 SVG 概览图资源,并从文档的静态图片中移除已废弃的 PNG 图像。
Original summary in English

Summary by Sourcery

Replace the nine-feature overview figure across the project with a new SVG asset.

Documentation:

  • Update README and documentation pages to embed the new SVG nine-feature overview figure instead of the previous PNG.

Chores:

  • Add the new SVG figure asset and remove the obsolete PNG image from the docs static figures.

Swap the raster nine-feature overview (PNG) for a vector SVG across the
README and docs (index, nine-feature-overview), and drop the orphaned PNG.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings June 12, 2026 13:57
@sourcery-ai

sourcery-ai Bot commented Jun 12, 2026

Copy link
Copy Markdown
Contributor
审阅者指南(在小型 PR 上折叠显示)

审阅者指南

用新的 SVG 资源替换现有的光栅九特性概览 PNG 图,并更新所有文档引用以确保一致性,同时移除已废弃的 PNG。

更新后的文档图像资源引用流程图

flowchart LR
  README[README.md]
  Index[docs/index.md]
  NineOverview[docs/user-guide/nine-feature-overview.md]
  SVG[pyxenium-nine-feature-overview.svg]

  README --> SVG
  Index --> SVG
  NineOverview --> SVG
Loading

文件级变更

变更 详情 文件
在 README 和文档中将九特性概览图从 PNG 替换为 SVG,并相应地添加/移除资源。
  • 将 README 图 1 的图像源从 PNG URL 更新为新的 SVG URL,同时保留替代文本和尺寸设定。
  • 更新主文档索引和九特性概览用户指南中的图像指令,使其引用 SVG 资源而不是 PNG。
  • 将新的 SVG 图像资源添加到 docs 静态图像目录中,作为九特性概览的规范版本。
  • 移除旧的 PNG 图像资源,以防止出现孤立或悬空引用。
README.md
docs/index.md
docs/user-guide/nine-feature-overview.md
docs/_static/figures/pyxenium-nine-feature-overview.svg

提示与命令

与 Sourcery 交互

  • 触发新的审阅: 在 Pull Request 上评论 @sourcery-ai review
  • 继续讨论: 直接回复 Sourcery 的审阅评论。
  • 从审阅评论生成 GitHub issue: 通过回复某条审阅评论,请求 Sourcery 从该评论创建一个 issue。你也可以回复审阅评论 @sourcery-ai issue,从该评论创建 issue。
  • 生成 Pull Request 标题: 在 Pull Request 标题的任意位置写上 @sourcery-ai,即可随时生成标题。你也可以在 Pull Request 上评论 @sourcery-ai title 来(重新)生成标题。
  • 生成 Pull Request 摘要: 在 Pull Request 正文的任意位置写上 @sourcery-ai summary,即可在你想要的位置随时生成 PR 摘要。你也可以在 Pull Request 上评论 @sourcery-ai summary 来(重新)生成摘要。
  • 生成审阅者指南: 在 Pull Request 上评论 @sourcery-ai guide,即可随时(重新)生成审阅者指南。
  • 解决所有 Sourcery 评论: 在 Pull Request 上评论 @sourcery-ai resolve,以解决所有 Sourcery 评论。适用于你已经处理完所有评论且不想再看到它们的情况。
  • 关闭所有 Sourcery 审阅: 在 Pull Request 上评论 @sourcery-ai dismiss,以关闭所有现有的 Sourcery 审阅。特别适用于你想从头开始新的审阅——别忘了再评论 @sourcery-ai review 来触发新审阅!

自定义你的体验

访问你的 控制面板 以:

  • 启用或禁用审阅功能,例如 Sourcery 生成的 Pull Request 摘要、审阅者指南等。
  • 更改审阅语言。
  • 添加、移除或编辑自定义审阅说明。
  • 调整其他审阅设置。

获取帮助

Original review guide in English
Reviewer's guide (collapsed on small PRs)

Reviewer's Guide

Replaces the existing raster nine-feature overview PNG figure with a new SVG asset and updates all documentation references to ensure consistency while removing the obsolete PNG.

Flow diagram for updated documentation figure asset references

flowchart LR
  README[README.md]
  Index[docs/index.md]
  NineOverview[docs/user-guide/nine-feature-overview.md]
  SVG[pyxenium-nine-feature-overview.svg]

  README --> SVG
  Index --> SVG
  NineOverview --> SVG
Loading

File-Level Changes

Change Details Files
Swap the nine-feature overview figure from PNG to SVG across the README and documentation, and add/remove assets accordingly.
  • Updated README Figure 1 image source from the PNG URL to the new SVG URL while preserving alt text and sizing.
  • Updated figure directives in the main docs index and the nine-feature overview user guide to reference the SVG asset instead of the PNG.
  • Added the new SVG figure asset into the docs static figures directory as the canonical version of the nine-feature overview.
  • Removed the old PNG figure asset to prevent orphaned or dangling references.
README.md
docs/index.md
docs/user-guide/nine-feature-overview.md
docs/_static/figures/pyxenium-nine-feature-overview.svg

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

@sourcery-ai sourcery-ai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

嘿,我已经审查了你的改动,一切看起来都很棒!


Sourcery 对开源项目是免费的——如果你喜欢我们的审查,请考虑分享它们 ✨
帮我变得更有用!请在每条评论上点 👍 或 👎,我会根据你的反馈改进之后的审查。
Original comment in English

Hey - I've reviewed your changes and they look great!


Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

@hutaobo hutaobo merged commit 69ee957 into main Jun 12, 2026
10 checks passed

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Swaps the project’s “nine-feature overview” figure from a large raster PNG to a new canonical SVG, updating all documentation entry points so they embed the same asset and removing the old PNG reference footprint.

Changes:

  • Update README figure reference to the new SVG asset.
  • Update MyST {figure} directives in docs/index.md and docs/user-guide/nine-feature-overview.md to reference the SVG.
  • Replace the old PNG asset with the new SVG asset (no remaining .png references found in-repo).

Reviewed changes

Copilot reviewed 3 out of 5 changed files in this pull request and generated no comments.

File Description
README.md Updates the README’s Figure 1 image source to the new SVG.
docs/index.md Updates the landing-page figure directive to reference the new SVG.
docs/user-guide/nine-feature-overview.md Updates the user-guide figure directive to reference the new SVG.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants