Skip to content
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

Generate model validation grid graphs with tikz #891

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

mgovers
Copy link
Member

@mgovers mgovers commented Feb 7, 2025

No description provided.

@mgovers mgovers added the documentation Improvements or additions to documentation label Feb 7, 2025
@mgovers mgovers requested a review from nitbharambe February 7, 2025 10:39
@mgovers mgovers self-assigned this Feb 7, 2025
Copy link
Member Author

Choose a reason for hiding this comment

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

note to reviewer:

  • please double-check that all images are still correct
  • please pull this branch and attempt to generate the docs manually; this should work if you have LaTeX with support for tikz and circuitikz installed. Note that this may no longer work for people who do not have that.
  • please verify whether the sizes of the images are as desired. i removed the custom size cause i did not see a reason to keep it but it may look differently on your screen

Copy link
Contributor

Choose a reason for hiding this comment

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

Shall we scale down the first ten illustrations? They look (and looked) outrageously big for the page.

Copy link
Member Author

Choose a reason for hiding this comment

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

this heavily depends on the browser and screen of the user. E.g. if I use size in pixels to rescale, then my 4K monitor will show the images very small, but my 2K monitor will show it very big, but size in percentage will make it dependent on screen width (e.g. an ultra-wide monitor will make it extremely large). What do you recommend?

Copy link
Contributor

Choose a reason for hiding this comment

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

I'd say make the middle percentage between a 4k monitor and a 2k monitor ;)

Copy link
Contributor

Choose a reason for hiding this comment

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

I forgot to mention: great work!

Copy link
Member Author

Choose a reason for hiding this comment

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

percentages didn't work because my wide screen really blew them up (like, really...). i went back to the original sizes.

@mgovers mgovers marked this pull request as ready for review February 7, 2025 10:42
@Jerry-Jinfeng-Guo
Copy link
Contributor

Copy link
Member

@nitbharambe nitbharambe left a comment

Choose a reason for hiding this comment

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

Sizes needs reduction, rest is good.

Signed-off-by: Martijn Govers <[email protected]>
@mgovers mgovers requested a review from nitbharambe February 10, 2025 12:01
@mgovers mgovers dismissed nitbharambe’s stale review February 10, 2025 12:02

re-requesting. requested change causes approvals from other people to not be sufficient

docs/conf.py Outdated
"dollarmath",
"substitution",
]
myst_enable_extensions = ["dollarmath", "substitution", "amsmath"]
Copy link
Member Author

Choose a reason for hiding this comment

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

Suggested change
myst_enable_extensions = ["dollarmath", "substitution", "amsmath"]
myst_enable_extensions = [
"dollarmath",
"substitution",
]

Signed-off-by: Martijn Govers <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants