Skip to content

Commit c40765e

Browse files
committed
collapse docstrings by default
1 parent 8d5f452 commit c40765e

3 files changed

Lines changed: 12 additions & 0 deletions

File tree

docs/src/interface.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
```@meta
2+
CollapsedDocStrings = true
3+
```
4+
15
# [The algorithm interface](@id sec_interface)
26

37
This section starts a single, cohesive story that will weave through all documentation pages.

docs/src/logging.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
```@meta
2+
CollapsedDocStrings = true
3+
```
4+
15
# [Logging](@id sec_logging)
26

37
In the final part of the square‑root story we instrument the Heron iteration with logging.

docs/src/stopping_criterion.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
```@meta
2+
CollapsedDocStrings = true
3+
```
4+
15
# Stopping criteria
26

37
Continuing the square‑root story from the [Interface](@ref sec_interface) page, we now decide **when** the iteration should halt.

0 commit comments

Comments
 (0)