Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,17 @@ makedocs(;
),
pages=[
"Home" => "index.md",
"read.md",
"Plot recipes" => [
"Scalar Fields" => "fields.md",
"Angular momentum" => "angular_momentum.md",
"Phase Space" => "phase_space.md",
"QED Particles" => "qed.md",
"Statistics and Control" => "statistics.md"
],
"widgets.jl"
],
modules = [SDFResultViewer]
)

deploydocs(;
Expand Down
Empty file added docs/src/angular_momentum.md
Empty file.
Empty file added docs/src/fields.md
Empty file.
Empty file added docs/src/phase_space.md
Empty file.
8 changes: 8 additions & 0 deletions docs/src/qed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
### [QED related recipes](@id qed)

This is a set of plot recipes for analyzing QED effects (primarily photons).

```@autodocs
Modules = [SDFResultViewer]
Pages = ["src/plots/qed.jl"]
```
1 change: 1 addition & 0 deletions docs/src/read.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Quick start examples
Empty file added docs/src/statistics.md
Empty file.
1 change: 1 addition & 0 deletions docs/src/widgets.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Widgets