-
Notifications
You must be signed in to change notification settings - Fork 853
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
Add example readme #1615
Add example readme #1615
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1615 +/- ##
==========================================
- Coverage 82.90% 82.89% -0.01%
==========================================
Files 193 193
Lines 55464 55464
==========================================
- Hits 45980 45978 -2
- Misses 9484 9486 +2
Continue to review full report at Codecov.
|
arrow/examples/README.md
Outdated
|
||
# Examples | ||
|
||
- [`builders](builders.rs): Using the Builder API |
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.
Missing right "`"
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.
And, maybe builders.rs
? To be consistent with others.
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.
in 6851adf
Thanks @viirya |
Which issue does this PR close?
Related to #1613
Having concise descriptions of examples will help people find them
What changes are included in this PR?
README.md
file in arrow / examples directorySee rendered version: https://github.com/alamb/arrow-rs/tree/alamb/examples_doc/arrow/examples
Are there any user-facing changes?
moar docs!