Skip to content

Commit

Permalink
before readonly
Browse files Browse the repository at this point in the history
  • Loading branch information
zsunberg committed Jan 8, 2025
1 parent 67cd99c commit 3f1ff23
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 23 deletions.
12 changes: 11 additions & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
@@ -1,10 +1,20 @@
using Documenter, ParticleFilters, POMDPs, PlutoSliderServer

page_order = [
"index.md",
"bootstrap.md",
"beliefs.md",
"basic.md",
"depletion.md",
"sampling.md",
]

makedocs(
modules=[ParticleFilters, POMDPs],
format=Documenter.HTML(),
sitename="ParticleFilters.jl",
warnonly = [:missing_docs, :cross_references]
warnonly = [:missing_docs, :cross_references],
pages = page_order
)

PlutoSliderServer.export_directory(
Expand Down
1 change: 1 addition & 0 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ For documentation on all aspects of the package, see the contents below.
## Contents

```@contents
Pages = Main.page_order
```
14 changes: 0 additions & 14 deletions docs/src/models.md

This file was deleted.

8 changes: 0 additions & 8 deletions docs/src/resamplers.md

This file was deleted.

0 comments on commit 3f1ff23

Please sign in to comment.