Added documentation fro Groups module

This commit is contained in:
Alberto Ramos 2023-01-31 15:52:19 +01:00
parent 63ff01a2be
commit 208d03d245
11 changed files with 294 additions and 31 deletions

8
docs/make.jl Normal file
View file

@ -0,0 +1,8 @@
using Documenter
import Pkg
Pkg.activate("../")
using LatticeGPU
makedocs(sitename="LatticeGPU", modules=[LatticeGPU], doctest=true,
repo = "https://igit.ific.uv.es/alramos/latticegpu.jl")