Skip to content

Add GUI screenshots to documentation#2

Open
terasakisatoshi wants to merge 3 commits intomainfrom
docs/add-gui-screenshots
Open

Add GUI screenshots to documentation#2
terasakisatoshi wants to merge 3 commits intomainfrom
docs/add-gui-screenshots

Conversation

@terasakisatoshi
Copy link
Copy Markdown
Collaborator

Summary

  • Add 18 GUI screenshot images (docs/images/gui/)
  • Insert image references into Japanese GUI guide (docs/ja/gui_guide.rst) — 9 screenshots covering overview, file panel, bottom panel, view settings menu, toolbar, side panel, element controls, status bar, and context menu
  • Mirror the same image references into English GUI guide (docs/en/gui_guide.rst)
  • Rename section title: "ダイアログ詳細" → "MoleculeTools メニュー詳細" (JA) / "Dialog Details" → "MoleculeTools Menu Details" (EN)

Test plan

  • Verify Sphinx builds successfully for both ja and en locales
  • Confirm all images render correctly in built HTML

🤖 Generated with Claude Code

terasakisatoshi and others added 3 commits March 2, 2026 16:45
Screenshots capturing key GUI components: overview, file panel,
bottom panel, toolbar, side panel, element controls, context menu,
status bar, and view settings menu.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Insert screenshot references throughout docs/ja/gui_guide.rst for
GUI overview, file panel, bottom panel, view settings menu, toolbar,
side panel, element controls, status bar, and context menu.
Also rename section title from "ダイアログ詳細" to "MoleculeTools メニュー詳細".

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Mirror the Japanese version changes: insert the same screenshot
references and rename "Dialog Details" to "MoleculeTools Menu Details".

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the GUI documentation by adding screenshot assets under docs/images/gui/ and embedding those screenshots into both the Japanese and English GUI guides, along with a section title rename to reflect the MoleculeTools menu.

Changes:

  • Add GUI screenshot PNGs under docs/images/gui/ (18 images).
  • Embed screenshot directives (.. image::) into docs/ja/gui_guide.rst and docs/en/gui_guide.rst for key UI areas (overview, panels, menus, toolbar, status bar, context menu).
  • Rename the “Dialog Details” section to “MoleculeTools Menu Details” (EN) / “MoleculeTools メニュー詳細” (JA).

Reviewed changes

Copilot reviewed 2 out of 20 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
docs/ja/gui_guide.rst Adds image references throughout the JA guide and renames the “Dialog Details” section.
docs/en/gui_guide.rst Mirrors the same image references and section rename in the EN guide.
docs/images/gui/ase_gui_default.png Adds screenshot asset for documentation.
docs/images/gui/gui_atom_selected.png Adds screenshot asset for documentation.
docs/images/gui/gui_atom_selected_carbon.png Adds screenshot asset for documentation.
docs/images/gui/gui_bottom_panel.png Adds screenshot asset for documentation.
docs/images/gui/gui_context_menu.png Adds screenshot asset for documentation.
docs/images/gui/gui_context_menu_closeup.png Adds screenshot asset for documentation.
docs/images/gui/gui_context_menu_wide.png Adds screenshot asset for documentation.
docs/images/gui/gui_element_controls.png Adds screenshot asset for documentation.
docs/images/gui/gui_file_panel.png Adds screenshot asset for documentation.
docs/images/gui/gui_menu_bar.png Adds screenshot asset for documentation.
docs/images/gui/gui_overview.png Adds screenshot asset for documentation.
docs/images/gui/gui_overview_r2.png Adds screenshot asset for documentation.
docs/images/gui/gui_side_panel.png Adds screenshot asset for documentation.
docs/images/gui/gui_statusbar.png Adds screenshot asset for documentation.
docs/images/gui/gui_statusbar_overview.png Adds screenshot asset for documentation.
docs/images/gui/gui_statusbar_selection.png Adds screenshot asset for documentation.
docs/images/gui/gui_toolbar.png Adds screenshot asset for documentation.
docs/images/gui/view_settings_menu.png Adds screenshot asset for documentation.

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


ダイアログ詳細
MoleculeTools メニュー詳細
--------------
Copy link

Copilot AI Mar 2, 2026

Choose a reason for hiding this comment

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

In reStructuredText, section underline length must be at least as long as the title text. Here the underline ("--------------") is shorter than "MoleculeTools メニュー詳細", which will raise a Sphinx/reST parsing error (title underline too short). Please extend the underline to match the title length (or longer) to keep the docs buildable.

Suggested change
--------------
--------------------------------

Copilot uses AI. Check for mistakes.
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