mirror of
https://igit.ific.uv.es/alramos/latticegpu.jl.git
synced 2025-05-14 19:23:42 +02:00
Added some documentation
This commit is contained in:
parent
bfc5b4b508
commit
cfffb3ca20
3 changed files with 27 additions and 4 deletions
|
@ -8,6 +8,7 @@ makedocs(sitename="LatticeGPU", modules=[LatticeGPU], doctest=true,
|
|||
pages = [
|
||||
"LatticeGPU.jl" => "index.md",
|
||||
"Space-time" => "space.md",
|
||||
"Groups and algebras" => "groups.md"
|
||||
"Groups and algebras" => "groups.md",
|
||||
"Fields" => "fields.md"
|
||||
],
|
||||
repo = "https://igit.ific.uv.es/alramos/latticegpu.jl")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue