mirror of
https://igit.ific.uv.es/alramos/latticegpu.jl.git
synced 2025-05-14 19:23:42 +02:00
Updated documentation to include Space.jl module
This commit is contained in:
parent
b4dadba051
commit
5b9e5c72b1
5 changed files with 74 additions and 6 deletions
|
@ -5,4 +5,9 @@ Pkg.activate("../")
|
|||
using LatticeGPU
|
||||
|
||||
makedocs(sitename="LatticeGPU", modules=[LatticeGPU], doctest=true,
|
||||
pages = [
|
||||
"LatticeGPU.jl" => "index.md",
|
||||
"Space-time" => "space.md",
|
||||
"Groups and algebras" => "groups.md"
|
||||
],
|
||||
repo = "https://igit.ific.uv.es/alramos/latticegpu.jl")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue