Skip to content

Commit ba5ada3

Browse files
committed
Add sub-projects for development and performance
1 parent c58e8ba commit ba5ada3

File tree

5 files changed

+6
-11
lines changed

5 files changed

+6
-11
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,4 @@ jobs:
6969
Pkg.instantiate();'
7070
- run: julia --project=docs docs/make.jl
7171
env:
72-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
72+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

dev/Project.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[deps]
2+
JuliaFormatter = "98e50ef6-434e-11e9-1051-2b60c6c9e899"

docs/Project.toml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,2 @@
11
[deps]
22
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
3-
FLoops = "cc61a311-1640-44b5-9fba-1b764f453329"
4-
Hecke = "3e1990a7-5d81-5526-99ce-9ba3ff248f21"
5-
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
6-
Mmap = "a63ad114-7e13-5084-954f-fe012c677804"
7-
Nemo = "2edaba10-b0f1-5616-af89-8c11ac63239a"
8-
Polynomials = "f27b6e38-b328-58d1-80ce-0feddd5e7a45"
9-
Primes = "27ebfcd6-29c5-5fa9-bf4b-fb8fc14df3ae"
10-
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"

docs/make.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
include(joinpath(dirname(@__DIR__), "src", "CodingTheory.jl"))
2-
using Documenter, .CodingTheory
1+
using CodingTheory, Documenter
32

43
Documenter.makedocs(
54
clean = true,

perf/Project.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[deps]
2+
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"

0 commit comments

Comments
 (0)