-
Notifications
You must be signed in to change notification settings - Fork 18
docs: enable SPI documentation rendering via DocC #125
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| version: 1 | ||
|
DivineDominion marked this conversation as resolved.
|
||
| builder: | ||
| configs: | ||
| - documentation_targets: [Arrow] | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -27,7 +27,7 @@ TODO: We should update this after we register this package to Swift Package Inde | |
|
|
||
| ## Getting Started | ||
|
|
||
| TODO: We should refer auto generated documentation on Swift Package Index after we register this package to Swift Package Index. | ||
| For API documentation and usage examples, see the [documentation on Swift Package Index](https://swiftpackageindex.com/apache/arrow-swift/documentation). | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. That link will start to work after the merge (when SPI picks up the changes) |
||
|
|
||
| ## Getting involved | ||
|
|
||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,49 @@ | ||
| # ``Arrow`` | ||
|
|
||
| Apache Arrow: Columnar format for fast data interchange and in-memory analytics. | ||
|
|
||
| ## Overview | ||
|
|
||
| Arrow provides a universal columnar data format optimized for efficient analytic operations. This Swift implementation enables you to: | ||
|
|
||
| - Read and write Arrow IPC file and streaming formats | ||
| - Build columnar data structures with typed arrays | ||
| - Work with record batches and tables | ||
| - Encode and decode Swift types to Arrow format | ||
| - Interoperate with other Arrow implementations via the C Data Interface | ||
|
|
||
| ## Topics | ||
|
|
||
| ### Reading and Writing Data | ||
|
|
||
| - ``ArrowReader`` | ||
| - ``ArrowWriter`` | ||
|
|
||
| ### Core Data Structures | ||
|
|
||
| - ``ArrowTable`` | ||
| - ``RecordBatch`` | ||
| - ``ArrowColumn`` | ||
| - ``ChunkedArray`` | ||
|
|
||
| ### Arrays | ||
|
|
||
| - ``ArrowArray`` | ||
| - ``ArrowArrayBuilder`` | ||
| - ``ArrowArrayHolder`` | ||
|
|
||
| ### Schema and Types | ||
|
|
||
| - ``ArrowSchema`` | ||
| - ``ArrowField`` | ||
| - ``ArrowType`` | ||
|
|
||
| ### Encoding and Decoding | ||
|
|
||
| - ``ArrowEncoder`` | ||
| - ``ArrowDecoder`` | ||
|
|
||
| ### C Data Interface | ||
|
|
||
| - ``ArrowCExporter`` | ||
| - ``ArrowCImporter`` |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
.spi.ymldrives the documentation engine:https://swiftpackageindex.com/swiftpackageindex/spimanifest/1.11.0/documentation/spimanifest/commonusecases#Host-DocC-documentation-in-the-Swift-Package-Index