Skip to content

Commit 8df58d8

Browse files
timholyjlchan
andauthored
Docs: improve copy-vs-view, mutability, and advanced API (#225)
* Switch docs from README to hosted Documenter These were near-duplicates and risked duplicating effort. * Document the `dims` constructor in the introduction * Disentangle mutability from AOS-copying behavior In the "counterintuitive" section, the documentation formerly mixed together two concepts: mutable structs and the copying behavior when constructing a StructArray from an Array-of-Structs. This commit disentagles these concepts. * Expand "advanced" API docs Increases the verbosity of the "advanced techniques" page of the documentation. The intent to be more explicit about what occurs with default behavior, and how customizations yield a different outcome. * Disable doctesting on versions prior to Julia 1.6 Also adds Julia 1.6LTS to the CI matrix. Co-authored-by: Jesse Chan <[email protected]>
1 parent 750cbfd commit 8df58d8

File tree

7 files changed

+332
-491
lines changed

7 files changed

+332
-491
lines changed

.github/workflows/CI.yml

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
matrix:
1717
version:
1818
- '1.3'
19+
- '1.6'
1920
- '1'
2021
- 'nightly'
2122
os:

0 commit comments

Comments
 (0)