-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Improve contributor guide and main API landing page #5921
Conversation
Move some content into the code organization section
|
||
To run the examples, use the `cargo run` command, such as: | ||
|
||
```bash |
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.
Moved from the main lib.rs guide
@@ -289,7 +289,7 @@ impl<T> Transformed<T> { | |||
/// Helper trait for implementing [`TreeNode`] that have children stored as Arc's | |||
/// | |||
/// If some trait object, such as `dyn T`, implements this trait, | |||
/// its related Arc<dyn T> will automatically implement [`TreeNode`] | |||
/// its related `Arc<dyn T>` will automatically implement [`TreeNode`] |
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.
drive by rustdoc cleanups
//! | ||
//! [datafusion-examples]: https://github.com/apache/arrow-datafusion/tree/main/datafusion-examples | ||
//! | ||
//! ## Customization and Extension |
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.
I rearranged and expanded the customization points
//! | ||
//! ## Examples | ||
//! | ||
//! Examples are located in [datafusion-examples directory](https://github.com/apache/arrow-datafusion/tree/main/datafusion-examples) |
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.
I moved the link to the other examples up with the other examples, and then moved the details on running closer to the examples themselves in the datafusion-examples
directory
|
||
- [Apr 2023]: The Apache Arrow DataFusion Architecture talks series by @alamb |
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.
Moved to the main library docs
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.
Thanks @alamb
Move some content into the code organization section
Move some content into the code organization section
Which issue does this PR close?
Part of #5501
Rationale for this change
I would like to make it easier for people to find, use, and contribute to DataFusion
What changes are included in this PR?
Are these changes tested?
I reviewed the built docs locally
Are there any user-facing changes?
(Hopefully) Better docs