Skip to content

GEOPY-2745: Refresh screenshots of UIJsons in docs#66

Open
benk-mira wants to merge 4 commits into
release/GA_4.8from
GEOPY-2745
Open

GEOPY-2745: Refresh screenshots of UIJsons in docs#66
benk-mira wants to merge 4 commits into
release/GA_4.8from
GEOPY-2745

Conversation

@benk-mira
Copy link
Copy Markdown
Contributor

@benk-mira benk-mira commented May 26, 2026

GEOPY-2745 - Refresh screenshots of UIJsons in docs

Copilot AI review requested due to automatic review settings May 26, 2026 17:57
@github-actions github-actions Bot changed the title GEOPY-2745 GEOPY-2745: Refresh screenshots of UIJsons in docs May 26, 2026
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

Updates Sphinx/reStructuredText documentation pages related to block model workflows, adjusting how an (octree grid) figure is represented so the docs build/render cleanly.

Changes:

  • Replaced line-block “commented” figure markup with reST comment-style markup in block_model.rst.
  • Replaced line-block “commented” figure markup with reST comment-style markup in block_model_to_octree.rst.

Reviewed changes

Copilot reviewed 2 out of 4 changed files in this pull request and generated 2 comments.

File Description
docs/source/block_model.rst Adjusts the (currently commented) octree_grid.png figure markup to avoid rendering it as literal text.
docs/source/block_model_to_octree.rst Same figure-markup adjustment for the Block Model → Octree documentation page.

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

Comment thread docs/source/block_model.rst Outdated
Comment thread docs/source/block_model_to_octree.rst Outdated
Copy link
Copy Markdown
Contributor

@domfournier domfournier left a comment

Choose a reason for hiding this comment

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

Great, thanks for the first round.
Would you mind keeping the common layout for the docs of Block model to octree and Block model creation? Should be something along the lines of:

Intro (with nice figure after first paragraph)
Interface (show UI and bullet the inputs)
Methodology
Example

Comment thread docs/source/block_model.rst Outdated
Comment thread docs/source/block_model.rst Outdated

# .. figure:: /images/octree_grid.png
# :width: 800
In its most simple form, the application will create an octree with the core region matching the cells of the block model with a small padding region where the cells are allowed to expand.
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.

Suggested change
In its most simple form, the application will create an octree with the core region matching the cells of the block model with a small padding region where the cells are allowed to expand.
In its simplest form, the application will create an octree with the core region matching the cells of the block model. Cells are allowed to expand to the closest octree level within the volume of padding cells.

Comment on lines +6 to 9
.. figure:: /images/block_model_to_octree_uijson.png
:width: 500

The ``Block model to Octree`` module has been developed as a user-interface for the conversion between regular (Tensor) BlockModel objects to Octree, using the `discretize <https://discretize.simpeg.xyz/en/main/>`_ package.
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.

Suggested change
.. figure:: /images/block_model_to_octree_uijson.png
:width: 500
The ``Block model to Octree`` module has been developed as a user-interface for the conversion between regular (Tensor) BlockModel objects to Octree, using the `discretize <https://discretize.simpeg.xyz/en/main/>`_ package.
The ``Block model to Octree`` module has been developed as a user-interface for the conversion between regular (Tensor) BlockModel objects to Octree, using the `discretize <https://discretize.simpeg.xyz/en/main/>`_ package.
.. figure:: /images/block_model_to_octree_uijson.png
:width: 500
Image

Comment on lines +18 to +19
.. figure:: /images/block_model_to_octree_advanced.png
:width: 800
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.

Sorry to be picky, but can we use a ReferencedData instead? The refinement on the boundaries will be much clearer.

benk-mira and others added 2 commits May 27, 2026 13:52
Co-authored-by: domfournier <dominiquef@mirageoscience.com>
Co-authored-by: domfournier <dominiquef@mirageoscience.com>
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.

3 participants