Skip to content

Commit 48d5b25

Browse files
committed
restructure repo
1 parent 2ce4361 commit 48d5b25

File tree

156 files changed

+24
-65
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

156 files changed

+24
-65
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ jobs:
8383
(; path="./RecipesPipeline"), # compat for LTS [sources], remove later
8484
(; path="./PlotThemes"), # compat for LTS [sources], remove later
8585
(; path="./PlotsBase"), # compat for LTS [sources], remove later
86+
(; path="./Plots"), # compat for LTS [sources], remove later
8687
(; path="./GraphRecipes"),
8788
(; path="./StatsPlots"),
8889
])

.gitignore

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ deps/deps.jl
1414
Manifest-v*.toml
1515
Manifest.toml
1616

17-
test/tmpplotsave.hdf5
17+
# docs
18+
**/generated*/
19+
Plots/docs/build*/
20+
Plots/docs/work*/
21+
Plots/test/tmpplotsave.hdf5
22+
1823
/benchmark/*.json
1924
/.benchmarkci
2025
dev/
2126

2227
.CondaPkg/
2328
.vscode/
24-
25-
# docs
26-
**/generated*/
27-
docs/build*/
28-
docs/work*/
-44.6 KB
Binary file not shown.
-36.7 KB
Binary file not shown.
-51.2 KB
Binary file not shown.
-45.4 KB
Binary file not shown.
-24.3 KB
Binary file not shown.

GraphRecipes/test/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ VisualRegressionTests = "34922c18-7c2a-561c-bac1-01e79b2c4c92"
1919
Plots = "2"
2020

2121
[sources]
22-
Plots = {path = "../.."}
22+
Plots = {path = "../../Plots"}

GraphRecipes/test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ end
153153
end
154154
end
155155

156-
cd(joinpath(@__DIR__, "..", "assets")) do
156+
cd(joinpath(@__DIR__, "..", "..", "assets", "GraphRecipes")) do
157157
@testset "FIGURES" begin
158158
@plottest random_labelled_graph() "random_labelled_graph.png" popup = !isci() tol =
159159
itol()

Project.toml renamed to Plots/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ PlotsBase = "c52230a3-c5da-43a3-9e85-260fcdfdc737"
1111
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
1212

1313
[sources]
14-
PlotsBase = {path = "PlotsBase"}
14+
PlotsBase = {path = "../PlotsBase"}
1515

1616
[compat]
1717
GR = "0.73"

0 commit comments

Comments
 (0)