alamb commented on code in PR #11300:
URL: https://github.com/apache/datafusion/pull/11300#discussion_r1667348709


##########
docs/source/user-guide/example-usage.md:
##########
@@ -33,29 +33,6 @@ datafusion = "latest_version"
 tokio = { version = "1.0", features = ["rt-multi-thread"] }
 ```
 
-## Add latest non published DataFusion dependency

Review Comment:
   I moved all this content to other more appropriate locations



##########
docs/source/library-user-guide/index.md:
##########
@@ -19,8 +19,25 @@
 
 # Introduction
 
-The library user guide explains how to use the DataFusion library as a 
dependency in your Rust project. Please check out the user-guide for more 
details on how to use DataFusion's SQL and DataFrame APIs, or the contributor 
guide for details on how to contribute to DataFusion.
+The library user guide explains how to use the DataFusion library as a
+dependency in your Rust project and customize its behavior using its extension 
APIs.
 
-If you haven't reviewed the [architecture section in the docs][docs], it's a 
useful place to get the lay of the land before starting down a specific path.
+Please check out the [user guide] for getting started using
+DataFusion's SQL and DataFrame APIs, or the [contributor guide]
+for details on how to contribute to DataFusion.
 
+If you haven't reviewed the [architecture section in the docs][docs], it's a
+useful place to get the lay of the land before starting down a specific path.
+
+DataFusion is designed to be extensible at all points, including

Review Comment:
   This was random content that was on the "getting started" page that I moved 
into the library user guide as it seemed a bette rhome



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to