Skip to content

Commit 8632024

Browse files
committed
Consistent values of title attribute for the specs TOC
1 parent 9f1aa24 commit 8632024

11 files changed

+13
-13
lines changed

doc/specs/stdlib_ascii.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: ASCII
2+
title: ascii
33
---
44

55
# The `stdlib_ascii` module
@@ -212,4 +212,4 @@ program demo_reverse
212212
implicit none
213213
print'(a)', reverse("Hello, World!") ! returns "!dlroW ,olleH"
214214
end program demo_reverse
215-
```
215+
```

doc/specs/stdlib_bitsets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Bitsets
2+
title: bitsets
33
---
44

55
# The `stdlib_bitsets` module

doc/specs/stdlib_hash_procedures.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Hash procedures
2+
title: hash
33
---
44

55
# The `stdlib_hash_32bit` and `stdlib_hash_64bit` modules

doc/specs/stdlib_io.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: IO
2+
title: io
33
---
44

55
# IO

doc/specs/stdlib_random.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: stats_random
2+
title: random
33
---
44

55
# Statistical Distributions -- Pseudorandom Number Generator Module

doc/specs/stdlib_selection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Selection Procedures
2+
title: selection
33
---
44

55
# The `stdlib_selection` module

doc/specs/stdlib_sorting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Sorting Procedures
2+
title: sorting
33
---
44

55
# The `stdlib_sorting` module

doc/specs/stdlib_string_type.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: string type
2+
title: string_type
33
---
44

55
# The `stdlib_string_type` module

doc/specs/stdlib_stringlist_type.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: stringlist type
2+
title: stringlist_type
33
---
44

55
# `stdlib_stringlist_type` module (1-D list of strings)

doc/specs/stdlib_strings.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: string handling
2+
title: strings
33
---
44

55
# The `stdlib_strings` module
@@ -606,4 +606,4 @@ program demo_to_string
606606
!! 1 wrong demonstrations(`[*]` from `to_string`)
607607
608608
end program demo_to_string
609-
```
609+
```

0 commit comments

Comments
 (0)