Skip to content

Commit 2f83709

Browse files
committed
Rename "Howtos"
1 parent 6cda41d commit 2f83709

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docs/make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ makedocs(;
9191
"Dynamical Generators" => "generators.md",
9292
"Propagation Methods" => "methods.md",
9393
"Expectation Values" => "storage.md",
94-
"Howtos" => "howto.md",
94+
"How-to Guides" => "howto.md",
9595
hide("Benchmarks" => "benchmarks.md", [joinpath("benchmarks", "profiling.md")]),
9696
"API" => "api/quantumpropagators.md",
9797
"References" => "references.md",

docs/src/howto.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Howtos
1+
# [How-to Guides](@id howto)
22

33
```math
44
\gdef\op#1{\hat{#1}}
@@ -7,6 +7,8 @@
77
\gdef\Im{\operatorname{Im}}
88
```
99

10+
**Contents**
11+
1012
```@contents
1113
Pages=[
1214
"howto.md"

0 commit comments

Comments
 (0)