diff --git a/doc/specs/index.md b/doc/specs/index.md index 153b769f7..0d5593f07 100644 --- a/doc/specs/index.md +++ b/doc/specs/index.md @@ -15,9 +15,9 @@ This is and index/directory of the specifications (specs) for each new module/fe - [ascii](./stdlib_ascii.html) - Procedures for handling ASCII characters - [bitsets](./stdlib_bitsets.html) - Bitset data types and procedures - [error](./stdlib_error.html) - Catching and handling errors - - [hash\_procedures](./stdlib_hash_procedures.html) - Hashing integer + - [hash](./stdlib_hash_procedures.html) - Hashing integer vectors or character strings - - [IO](./stdlib_io.html) - Input/output helper & convenience + - [io](./stdlib_io.html) - Input/output helper & convenience - [kinds](./stdlib_kinds.html) - Kind parameters - [linalg](./stdlib_linalg.html) - Linear Algebra - [logger](./stdlib_logger.html) - Runtime logging system @@ -30,8 +30,8 @@ This is and index/directory of the specifications (specs) for each new module/fe - [stats_distributions_uniform](./stdlib_stats_distribution_uniform.html) - Uniform Probability Distribution - [stats_distributions_normal](./stdlib_stats_distribution_normal.html) - Normal Probability Distribution - [string\_type](./stdlib_string_type.html) - Basic string support - - [strings](./stdlib_strings.html) - String handling and manipulation routines - [stringlist_type](./stdlib_stringlist_type.html) - 1-Dimensional list of strings + - [strings](./stdlib_strings.html) - String handling and manipulation routines - [version](./stdlib_version.html) - Version information ## Released/Stable Features & Modules diff --git a/doc/specs/stdlib_ascii.md b/doc/specs/stdlib_ascii.md index 518a9eb7e..b861f6067 100644 --- a/doc/specs/stdlib_ascii.md +++ b/doc/specs/stdlib_ascii.md @@ -1,5 +1,5 @@ --- -title: ASCII +title: ascii --- # The `stdlib_ascii` module @@ -212,4 +212,4 @@ program demo_reverse implicit none print'(a)', reverse("Hello, World!") ! returns "!dlroW ,olleH" end program demo_reverse -``` \ No newline at end of file +``` diff --git a/doc/specs/stdlib_bitsets.md b/doc/specs/stdlib_bitsets.md index ca9d517d5..0ac1977b2 100644 --- a/doc/specs/stdlib_bitsets.md +++ b/doc/specs/stdlib_bitsets.md @@ -1,5 +1,5 @@ --- -title: Bitsets +title: bitsets --- # The `stdlib_bitsets` module diff --git a/doc/specs/stdlib_hash_procedures.md b/doc/specs/stdlib_hash_procedures.md index d5b5cbc37..72e305d82 100755 --- a/doc/specs/stdlib_hash_procedures.md +++ b/doc/specs/stdlib_hash_procedures.md @@ -1,5 +1,5 @@ --- -title: Hash procedures +title: hash --- # The `stdlib_hash_32bit` and `stdlib_hash_64bit` modules diff --git a/doc/specs/stdlib_io.md b/doc/specs/stdlib_io.md index 3635ec149..0c70be26e 100644 --- a/doc/specs/stdlib_io.md +++ b/doc/specs/stdlib_io.md @@ -1,5 +1,5 @@ --- -title: IO +title: io --- # IO diff --git a/doc/specs/stdlib_random.md b/doc/specs/stdlib_random.md index a31e5143f..f4586a4ae 100644 --- a/doc/specs/stdlib_random.md +++ b/doc/specs/stdlib_random.md @@ -1,5 +1,5 @@ --- -title: stats_random +title: random --- # Statistical Distributions -- Pseudorandom Number Generator Module diff --git a/doc/specs/stdlib_selection.md b/doc/specs/stdlib_selection.md index 8523ef289..d2d90a8f6 100644 --- a/doc/specs/stdlib_selection.md +++ b/doc/specs/stdlib_selection.md @@ -1,5 +1,5 @@ --- -title: Selection Procedures +title: selection --- # The `stdlib_selection` module diff --git a/doc/specs/stdlib_sorting.md b/doc/specs/stdlib_sorting.md index e6af049fe..7368c691e 100644 --- a/doc/specs/stdlib_sorting.md +++ b/doc/specs/stdlib_sorting.md @@ -1,5 +1,5 @@ --- -title: Sorting Procedures +title: sorting --- # The `stdlib_sorting` module diff --git a/doc/specs/stdlib_string_type.md b/doc/specs/stdlib_string_type.md index 27cabe383..3349280d5 100644 --- a/doc/specs/stdlib_string_type.md +++ b/doc/specs/stdlib_string_type.md @@ -1,5 +1,5 @@ --- -title: string type +title: string_type --- # The `stdlib_string_type` module diff --git a/doc/specs/stdlib_stringlist_type.md b/doc/specs/stdlib_stringlist_type.md index 8e738d0cb..7a4141d93 100644 --- a/doc/specs/stdlib_stringlist_type.md +++ b/doc/specs/stdlib_stringlist_type.md @@ -1,5 +1,5 @@ --- -title: stringlist type +title: stringlist_type --- # `stdlib_stringlist_type` module (1-D list of strings) diff --git a/doc/specs/stdlib_strings.md b/doc/specs/stdlib_strings.md index f16995b48..714869118 100644 --- a/doc/specs/stdlib_strings.md +++ b/doc/specs/stdlib_strings.md @@ -1,5 +1,5 @@ --- -title: string handling +title: strings --- # The `stdlib_strings` module @@ -606,4 +606,4 @@ program demo_to_string !! 1 wrong demonstrations(`[*]` from `to_string`) end program demo_to_string -``` \ No newline at end of file +``` diff --git a/doc/specs/stdlib_version.md b/doc/specs/stdlib_version.md index 9b3350f28..2739fe2cf 100644 --- a/doc/specs/stdlib_version.md +++ b/doc/specs/stdlib_version.md @@ -1,5 +1,5 @@ --- -title: Version information +title: version --- # The `stdlib_version` module