Library Reference
AlgebraicTemplate.AlgebraicTemplate
— ModuleSome description of ths package
AlgebraicTemplate.hello
— Methodhello(name::String)
Returns the string "Hello, <name>!" where <name>
is replaced with the provided parameter
diff --git a/dev/.documenter-siteinfo.json b/dev/.documenter-siteinfo.json index 0117663..0c1628c 100644 --- a/dev/.documenter-siteinfo.json +++ b/dev/.documenter-siteinfo.json @@ -1 +1 @@ -{"documenter":{"julia_version":"1.10.0","generation_timestamp":"2024-02-04T02:58:07","documenter_version":"1.2.1"}} \ No newline at end of file +{"documenter":{"julia_version":"1.10.0","generation_timestamp":"2024-02-04T03:01:20","documenter_version":"1.2.1"}} \ No newline at end of file diff --git a/dev/api/index.html b/dev/api/index.html index 09d3b94..55dc993 100644 --- a/dev/api/index.html +++ b/dev/api/index.html @@ -1,2 +1,2 @@ -
AlgebraicTemplate.AlgebraicTemplate
— ModuleSome description of ths package
AlgebraicTemplate.hello
— Methodhello(name::String)
Returns the string "Hello, <name>!" where <name>
is replaced with the provided parameter
Settings
This document was generated with Documenter.jl version 1.2.1 on Sunday 4 February 2024. Using Julia version 1.10.0.
AlgebraicTemplate.AlgebraicTemplate
— ModuleSome description of ths package
AlgebraicTemplate.hello
— Methodhello(name::String)
Returns the string "Hello, <name>!" where <name>
is replaced with the provided parameter
Settings
This document was generated with Documenter.jl version 1.2.1 on Sunday 4 February 2024. Using Julia version 1.10.0.
This is an example of adding a code example compiled with Literate.jl in the docs.
First we want to load our package with using
using AlgebraicTemplate
hello()
We provide the hello(string)
method which prints "Hello, string
!"
hello("World")
"Hello, World!"
Settings
This document was generated with Documenter.jl version 1.2.1 on Sunday 4 February 2024. Using Julia version 1.10.0.
This is an example of adding a code example compiled with Literate.jl in the docs.
First we want to load our package with using
using AlgebraicTemplate
hello()
We provide the hello(string)
method which prints "Hello, string
!"
hello("World")
"Hello, World!"
Settings
This document was generated with Documenter.jl version 1.2.1 on Sunday 4 February 2024. Using Julia version 1.10.0.
AlgebraicTemplate.jl
is a Julia library for...
Settings
This document was generated with Documenter.jl version 1.2.1 on Sunday 4 February 2024. Using Julia version 1.10.0.
AlgebraicTemplate.jl
is a Julia library for...
Settings
This document was generated with Documenter.jl version 1.2.1 on Sunday 4 February 2024. Using Julia version 1.10.0.