mirror of
https://gitlab.cern.ch/wotsubo/PSBoardDataBase.git
synced 2025-06-10 23:09:22 +09:00
update: docs(main description)
This commit is contained in:
parent
98d246a054
commit
48e83bfe18
6 changed files with 468 additions and 19 deletions
17
docs/make.jl
17
docs/make.jl
|
@ -1,6 +1,14 @@
|
|||
using Documenter, PSBoardDataBase
|
||||
using DocumenterInterLinks
|
||||
|
||||
DocMeta.setdocmeta!(PSBoardDataBase, :DocTestSetup, :(using PSBoardDataBase); recursive = true)
|
||||
DocMeta.setdocmeta!(
|
||||
PSBoardDataBase,
|
||||
:DocTestSetup,
|
||||
:(using PSBoardDataBase);
|
||||
recursive = true,
|
||||
)
|
||||
|
||||
links = InterLinks("DataFrames" => "https://dataframes.juliadata.org/dev/objects.inv")
|
||||
|
||||
makedocs(
|
||||
modules = [PSBoardDataBase],
|
||||
|
@ -12,7 +20,8 @@ makedocs(
|
|||
assets = String[],
|
||||
),
|
||||
repo = Remotes.GitLab("https://gitlab.cern.ch", "wotsubo", "PSBoardDataBase"),
|
||||
pages = [
|
||||
"Home" => "index.md",
|
||||
]
|
||||
pages = ["Home" => "index.md", "About this software" => "about_software.md"],
|
||||
plugins = [links],
|
||||
)
|
||||
|
||||
deploydocs(repo = "gitlab.cern.ch/wotsubo/PSBoardDataBase", devbranch = "main")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue