Skip to content

Commit 652b506

Browse files
committed
ttt
1 parent 60dcf6e commit 652b506

8 files changed

Lines changed: 3044 additions & 3364 deletions

File tree

docs/src/index.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,6 @@ CantorPairing
9191
CardinalityOfShapePartitions
9292
```
9393
```@docs
94-
CardinalityOfShapePartitions
95-
```
96-
```@docs
9794
Central
9895
```
9996
```@docs
@@ -1660,9 +1657,6 @@ V048735
16601657
L048993
16611658
```
16621659
```@docs
1663-
L048993
1664-
```
1665-
```@docs
16661660
M048993
16671661
```
16681662
```@docs
@@ -1933,9 +1927,6 @@ V097383
19331927
L097805
19341928
```
19351929
```@docs
1936-
L097805
1937-
```
1938-
```@docs
19391930
M097805
19401931
```
19411932
```@docs
@@ -1945,9 +1936,6 @@ P097805
19451936
T097805
19461937
```
19471938
```@docs
1948-
T097805
1949-
```
1950-
```@docs
19511939
V097805
19521940
```
19531941
```@docs

src/BuildSequences.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ docsrcdir = joinpath(docdir, "src")
3636

3737
exclude = [
3838
"BuildSequences.jl",
39+
"ForcePrecompil.jl",
3940
"IntegerSequences.jl",
4041
"TemplateModule.jl",
4142
"_EXPORT.jl",

src/ForcePrecompile.jl

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# This file is part of IntegerSequences.
2+
# Copyright Peter Luschny. License is MIT.
3+
4+
(@__DIR__) LOAD_PATH && push!(LOAD_PATH, (@__DIR__))
5+
6+
module ForcePrecompile
7+
8+
using IntegerSequences, BuildSequences
9+
10+
11+
BuildSequences.build_all()
12+
13+
14+
end # module

0 commit comments

Comments
 (0)