Skip to content

Commit d50d762

Browse files
committed
update docs
1 parent 17def8c commit d50d762

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

docs/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
33
PlutoExtras = "ed5d0301-4775-4676-b788-cf71e66ff8ed"
44

55
[compat]
6-
Documenter = "0.27"
6+
Documenter = "1"

docs/make.jl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@ using Documenter
55
DocMeta.setdocmeta!(PlutoExtras, :DocTestSetup, :(using PlutoExtras); recursive=true)
66

77
makedocs(;
8-
modules= Module[],
8+
modules= [PlutoExtras],
99
authors="Alberto Mengali <disberd@gmail.com>",
10-
repo="https://github.com/disberd/PlutoExtras.jl/blob/{commit}{path}#{line}",
10+
repo=Remotes.GitHub("disberd", "PlutoExtras.jl"),
1111
sitename="PlutoExtras.jl",
1212
format=Documenter.HTML(;
1313
prettyurls=get(ENV, "CI", "false") == "true",
1414
edit_link="master",
1515
assets=String[],
1616
),
17+
warnonly = true,
1718
pages=[
1819
"index.md",
1920
"basic_widgets.md",

docs/src/structbond.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ StructBondModule.@NTBond
160160
StructBondModule.@BondsList
161161
StructBondModule.popoutwrap
162162
StructBondModule.BondTable
163+
StructBondModule.StructBondSelect
163164
```
164165

165166
### Secondary/Advanced

0 commit comments

Comments
 (0)