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 df2c199..0117663 100644 --- a/dev/.documenter-siteinfo.json +++ b/dev/.documenter-siteinfo.json @@ -1 +1 @@ -{"documenter":{"julia_version":"1.9.3","generation_timestamp":"2023-11-14T16:30:46","documenter_version":"1.1.2"}} \ No newline at end of file +{"documenter":{"julia_version":"1.10.0","generation_timestamp":"2024-02-04T02:58:07","documenter_version":"1.2.1"}} \ No newline at end of file diff --git a/dev/api/index.html b/dev/api/index.html index ab0d055..09d3b94 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.1.2 on Tuesday 14 November 2023. Using Julia version 1.9.3.
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.1.2 on Tuesday 14 November 2023. Using Julia version 1.9.3.
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.1.2 on Tuesday 14 November 2023. Using Julia version 1.9.3.
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.