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

[Docs] Improve speedgraphs' scale description #1670

Merged
merged 1 commit into from
Nov 8, 2023

Conversation

elamperti
Copy link
Contributor

Checklist

  • I have described the changes
  • I have linked to any relevant GitHub issues, if applicable
  • Documentation in doc/ has been updated
  • All new code is licensed under GPLv3

Description

  • Describe the changes, why they were necessary, etc
    The upspeedgraph and downspeedgraph documentation was missing information on how the scale works. I was trying to set a correct scale, and in practice this value ends up setting the maximum value for the Y axis, in bytes per second (I gathered this from net_stat.h and testing empirically with known network values in my PC).

    I've also fixed a typo in the args of tztime (misplaced parenthesis)

  • Describe how the changes will affect existing behaviour.
    This change doesn't change the behaviour of the application.

  • Describe how you tested and validated your changes.
    I haven't tested this change, but cmake compiled everything ok on this branch.

  • Include any relevant screenshots/evidence demonstrating that the changes work and have been tested.
    Let me know if I need to share anything else for this change! :)

Copy link

netlify bot commented Nov 3, 2023

Deploy Preview for conkyweb ready!

Name Link
🔨 Latest commit 402e983
🔍 Latest deploy log https://app.netlify.com/sites/conkyweb/deploys/6546ffbfab9345000891f61e
😎 Deploy Preview https://deploy-preview-1670--conkyweb.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@github-actions github-actions bot added the documentation Issue or PR that suggests documentation improvements label Nov 3, 2023
@@ -2253,8 +2253,8 @@ values:
similar fashion as TZ environment variable. For hints, look in
/usr/share/zoneinfo. e.g. US/Pacific, Europe/Zurich, etc.
args:
- (timezone
- (format))
- (timezone)
Copy link
Owner

Choose a reason for hiding this comment

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

Ohh, I see what happened here. I think we should probably do (timezone (format)) on one line, as the current scheme doesn't really account for nested args like this.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Oh, my bad. Just fixed it 👍🏼

@brndnmtthws brndnmtthws merged commit 42cdca0 into brndnmtthws:main Nov 8, 2023
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Issue or PR that suggests documentation improvements
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants