We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 831a1ba commit 777393bCopy full SHA for 777393b
docs/Project.toml
@@ -2,6 +2,10 @@
2
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
3
PooledArrays = "2dfb63ee-cc39-5dd5-95bd-886bf059d720"
4
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
5
+StructArrays = "09ab397b-f2b6-538f-b94a-2f83cf4a842a"
6
+
7
+[sources]
8
+StructArrays = {path = ".."}
9
10
[compat]
11
Documenter = "0.27"
docs/make.jl
@@ -1,5 +1,3 @@
1
-push!(LOAD_PATH, dirname(@__DIR__))
-
using Documenter
using StructArrays
0 commit comments