OceanBioME / OceanBioME.jl

🌊 🦠 🌿 A fast and flexible modelling environment written in Julia for modelling the coupled interactions between ocean biogeochemistry, carbonate chemistry, and physics
https://oceanbiome.github.io/OceanBioME.jl/
MIT License
40 stars 20 forks source link

Update NPZ.md (resize the image) #132

Closed iuryt closed 1 year ago

iuryt commented 1 year ago

Not sure this is the best practice, but I noticed the NPZ image was too large and suggested to use <img> tag to resize the image. I used a size that the resulting text from the image is around the same size as the docs.

codecov[bot] commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (e1a9bbd) 63.82% compared to head (bce0658) 63.82%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #132 +/- ## ======================================= Coverage 63.82% 63.82% ======================================= Files 28 28 Lines 1020 1020 ======================================= Hits 651 651 Misses 369 369 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

jagoosw commented 1 year ago

Thank you. I'm not sure if it works in this version of markdown but you can sometimes do:

![alt text](url){width = "700px"}
iuryt commented 1 year ago

Thank you. I'm not sure if it works in this version of markdown but you can sometimes do:

![alt text](url){width = "700px"}

I tried that one and it didn't work on the preview tab, not sure if it would work for the docs then.