Skip to content
Snippets Groups Projects

DOC: Add sections to documentation

Merged Florian Spreckelsen requested to merge f-consolidate-docs into dev
All threads resolved!
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 12
1
using Documenter, CaosDB
makedocs(modules = [CaosDB], sitename = "CaosDB.jl Documentation")
makedocs(
modules = [CaosDB],
sitename = "CaosDB.jl",
format = Documenter.HTML(prettyurls = false),
pages = [
"Home" => "index.md",
"Getting started" => "README_SETUP.md",
"examples.md",
"Library" => "api.md",
],
repo = "https://gitlab.com/caosdb/caosdb-julialib/blob/{commit}{path}#{line}",
)
Loading