Skip to content

[DOC] Gallery rework: basic examples implementation#684

Open
GrituX wants to merge 9 commits into
mainfrom
681-doc-example-gallery-rework-basic-examples
Open

[DOC] Gallery rework: basic examples implementation#684
GrituX wants to merge 9 commits into
mainfrom
681-doc-example-gallery-rework-basic-examples

Conversation

@GrituX

@GrituX GrituX commented Jun 18, 2026

Copy link
Copy Markdown
Collaborator

I added basic examples folder, removed some previous examples that were related, and removed documentation link to old example.

@GrituX GrituX linked an issue Jun 18, 2026 that may be closed by this pull request
1 task
@bthirion

Copy link
Copy Markdown
Collaborator

LMK when you want a review on it.

@GrituX

GrituX commented Jun 19, 2026

Copy link
Copy Markdown
Collaborator Author

This part is ready for review

@bthirion

Copy link
Copy Markdown
Collaborator

Can we see the rendered doc somewhere ?

@codecov

codecov Bot commented Jun 22, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.89%. Comparing base (1842114) to head (392d8b4).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #684   +/-   ##
=======================================
  Coverage   97.89%   97.89%           
=======================================
  Files          24       24           
  Lines        1756     1756           
=======================================
  Hits         1719     1719           
  Misses         37       37           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@GrituX

GrituX commented Jun 22, 2026

Copy link
Copy Markdown
Collaborator Author

The doc can be seen here

@bthirion bthirion left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

This looks good, but I have the impression that the numbering is not taken into account ?

@GrituX

GrituX commented Jul 1, 2026

Copy link
Copy Markdown
Collaborator Author

Indeed the ordering is not here. I made the changes for the ordering on the branch that will merge all documentation changes.

@GrituX GrituX requested a review from bthirion July 2, 2026 09:52

@bthirion bthirion left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

LGTM besides one detail.


"""

import matplotlib.pyplot as plt

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Can we avoid having all imports at the beginning, and rather have them when needed along the script ?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

yes, I think it makes more sense as it's closer to a notebook. I'll make the change over all the scripts

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.

[DOC] Example gallery rework : basic examples

2 participants