-
Notifications
You must be signed in to change notification settings - Fork 213
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(iroh-net): Update toplevel module documentation #2329
Conversation
This updates the top-level docs for iroh-net to be a general overview of what the crate provides, since this is effectively the docs.rs landing page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A lot better.
My two comments:
- Mention of dns.
- There are a few commas missing, and I most likely didn't point them all. Risking being even more pedantic, here there is a small pdf about commas in english from some us university https://www.svsu.edu/media/writingcenter/activedocs/Using%20Commas%20Within%20Sentences.pdf in particular about subordinating conjunctions like when, as, if etc. These felt more in plsce to me so I, as a non-native english speaker, wanted to be sure. Please consider it an education resource for both more than me being a prick 😅
Co-authored-by: Divma <[email protected]>
- Use an explicit RelayUrl - Some rewording - Describe DNS node discovery
That's totally fine! Good resource. I also liked https://developers.google.com/tech-writing which I'm trying to keep in mind, at least the parts I remember. But I probably need a refresher on it :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is far better, thanks.
Submitting an approve since the remaining details are fairly minimal
Co-authored-by: Divma <[email protected]>
Description
This updates the top-level docs for iroh-net to be a general
overview of what the crate provides, since this is effectively the
docs.rs landing page.
Breaking Changes
None
Notes & open questions
This should include an examples section as well. However... the API
is a bit pants and does not lend itself to a nice echo example here.
Let's tackle this separately.
This does not change the README, that is already fairly decent and
seems compatible with this content.
Change checklist
[ ] Tests if relevant.[ ] All breaking changes documented.