-
Notifications
You must be signed in to change notification settings - Fork 5
Examples from the cheat sheet #283
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #283 +/- ##
=======================================
Coverage 75.86% 75.86%
=======================================
Files 25 25
Lines 7027 7027
Branches 1335 1335
=======================================
Hits 5331 5331
Misses 1248 1248
Partials 448 448 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
doc/source/examples_source/00-basic/07-create-report-templates.py
Outdated
Show resolved
Hide resolved
doc/source/examples_source/00-basic/06-explore-plot-properties.py
Outdated
Show resolved
Hide resolved
doc/source/examples_source/00-basic/03-launch-reporting-service.py
Outdated
Show resolved
Hide resolved
@jgd10 I've pushed a few changes to this branch - hope it's ok. Let me know your comments. |
[like] James Derrick reacted to your message:
…________________________________
From: Marina Galvagni ***@***.***>
Sent: Friday, April 11, 2025 4:13:27 AM
To: ansys/pydynamicreporting ***@***.***>
Cc: James Derrick ***@***.***>; Mention ***@***.***>
Subject: Re: [ansys/pydynamicreporting] Examples from the cheat sheet (PR #283)
[External Sender]
@jgd10<https://github.com/jgd10> I've pushed a few changes to this branch - hope it's ok. Let me know your comments.
I'll add some other pydynamicreporting dev to be the reviewer as I've made changes to the PR code.
—
Reply to this email directly, view it on GitHub<#283 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AC7TFICORI3D5IRCSL5OE4L2Y46OPAVCNFSM6AAAAAB2M3M2XKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDOOJVG44DQOJRG4>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
[https://avatars.githubusercontent.com/u/96880748?s=20&v=4]margalva left a comment (ansys/pydynamicreporting#283)<#283 (comment)>
@jgd10<https://github.com/jgd10> I've pushed a few changes to this branch - hope it's ok. Let me know your comments.
I'll add some other pydynamicreporting dev to be the reviewer as I've made changes to the PR code.
—
Reply to this email directly, view it on GitHub<#283 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AC7TFICORI3D5IRCSL5OE4L2Y46OPAVCNFSM6AAAAAB2M3M2XKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDOOJVG44DQOJRG4>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
doc/source/examples_source/00-basic/00-launch-reporting-service.py
Outdated
Show resolved
Hide resolved
doc/source/examples_source/00-basic/00-launch-reporting-service.py
Outdated
Show resolved
Hide resolved
Co-authored-by: JennaPaikowsky <[email protected]>
Co-authored-by: JennaPaikowsky <[email protected]>
doc/source/examples_source/00-basic/06-explore-plot-properties.py
Outdated
Show resolved
Hide resolved
doc/source/examples_source/00-basic/06-explore-plot-properties.py
Outdated
Show resolved
Hide resolved
doc/source/examples_source/00-basic/06-explore-plot-properties.py
Outdated
Show resolved
Hide resolved
doc/source/examples_source/00-basic/06-explore-plot-properties.py
Outdated
Show resolved
Hide resolved
doc/source/examples_source/00-basic/07-create-report-templates.py
Outdated
Show resolved
Hide resolved
doc/source/examples_source/00-basic/07-create-report-templates.py
Outdated
Show resolved
Hide resolved
doc/source/examples_source/00-basic/07-create-report-templates.py
Outdated
Show resolved
Hide resolved
Co-authored-by: JennaPaikowsky <[email protected]>
Co-authored-by: JennaPaikowsky <[email protected]>
Co-authored-by: JennaPaikowsky <[email protected]>
Co-authored-by: JennaPaikowsky <[email protected]>
Co-authored-by: JennaPaikowsky <[email protected]>
Co-authored-by: JennaPaikowsky <[email protected]>
Co-authored-by: JennaPaikowsky <[email protected]>
Co-authored-by: JennaPaikowsky <[email protected]>
Co-authored-by: JennaPaikowsky <[email protected]>
@jgd10 minor fixes and eliminate a file that was a duplicate. |
The pydynamic reporting cheat sheet (e.g. https://developer.ansys.com/blog/pydynamicreporting-cheat-sheet) contains several snippets of code that don't otherwise appear as examples in the docs. This means they won't appear in searches. Some shorter, simpler, examples would help improve the docs as well.
As a consequence of this I have been working on splitting this cheat sheet into constituent basic examples.
So far I have created 3. I can continue adding the rest to this PR (I should end up with ~7-9 in total) or they can come in separate PRs if that is preferred.
Pydynamicreporting is not my area of expertise so suggestions on how the examples can be improved would be welcome.