generated from AlgebraicJulia/AlgebraicTemplate.jl
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
hello, world! this repo will take on some functionality from decapodes
- Loading branch information
Showing
10 changed files
with
35 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,17 @@ | ||
name = "AlgebraicTemplate" | ||
name = "DiagrammaticEquations.jl" | ||
uuid = "b66562e1-fa90-4e8b-9505-c909188fab76" | ||
license = "MIT" | ||
authors = ["AlgebraicJulia Developer <[email protected]>"] | ||
authors = authors = [ | ||
"James Fairbanks", | ||
"Andrew Baas", | ||
"Evan Patterson", | ||
"Luke Morris", | ||
"George Rauta", | ||
] | ||
version = "0.0.1" | ||
|
||
[deps] | ||
Catlab = "134e5e36-593f-5add-ad60-77f754baafbe" | ||
Catlab = "d3509f1a-f4fe-4f63-b9c2-a8cefdb22603" | ||
|
||
[compat] | ||
Catlab = "^0.14" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
[deps] | ||
AlgebraicTemplate = "b66562e1-fa90-4e8b-9505-c909188fab76" | ||
DiagrammaticEquations = "b66562e1-fa90-4e8b-9505-c909188fab76" | ||
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4" | ||
Literate = "98b081ad-f1c9-55d3-8b20-4c87d4299306" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# Library Reference | ||
|
||
```@autodocs | ||
Modules = [AlgebraicTemplate] | ||
Modules = [DiagrammaticEquations] | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# AlgebraicTemplate.jl | ||
# DiagrammaticEquations.jl | ||
|
||
```@meta | ||
CurrentModule = AlgebraicTemplate | ||
CurrentModule = DiagrammaticEquations | ||
``` | ||
|
||
`AlgebraicTemplate.jl` is a Julia library for... | ||
`DiagrammaticEquations.jl` is a Julia library for... |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
[deps] | ||
AlgebraicTemplate = "b66562e1-fa90-4e8b-9505-c909188fab76" | ||
DiagrammaticEquations = "b66562e1-fa90-4e8b-9505-c909188fab76" | ||
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
using Test | ||
|
||
using AlgebraicTemplate | ||
using AlgebraicX | ||
|
||
@testset "Core" begin | ||
include("core.jl") | ||
|