You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SPARK-51997] Mark nodoc to hide generated and internal classes from docs
### What changes were proposed in this pull request?
This PR aims mark `nodoc` to hide generated and internal classes from docs.
### Why are the changes needed?
Since #107, the documentation is visible here.
- https://swiftpackageindex.com/apache/spark-connect-swift/main/documentation/sparkconnect
We need to simplify the documentation to focus `Spark Connect for Swift` itself by hiding irrelevant information . For example, `Arrow`-related information will be removed eventually when we start to use the official `Apache Arrow` release.
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Manual review.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes#113 from dongjoon-hyun/SPARK-51997.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
0 commit comments