Skip to content

Commit 6634c7c

Browse files
committed
language_elements.md: lint with mdl
Linting with markdownlint (version 0.13.0) as packaged by Debian Linux[1] except for any kind of links, tables and checks on snippets of Fortran. [1] https://tracker.debian.org/pkg/ruby-mdl Signed-off-by: Norwid Behrnd <[email protected]>
1 parent 6888e51 commit 6634c7c

12 files changed

+2465
-2314
lines changed

data/learning.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,21 @@ books:
286286
- /learn/oop_features_in_fortran/object_oriented_programming_techniques
287287
- /learn/oop_features_in_fortran/performance_and_ease_of_use
288288

289+
- title: Fortran 95 language features
290+
description: Wikipedia's article about the Fortran 95 standard
291+
category: Fortran Documentation
292+
link: /learn/f95_features
293+
pages:
294+
- /learn/f95_features/
295+
- /learn/f95_features/language_elments
296+
- /learn/f95_features/expressions_and_assignments
297+
- /learn/f95_features/control_statements
298+
- /learn/f95_features/programm_units_and_procedures
299+
- /learn/f95_features/array_handling
300+
- /learn/f95_features/pointers
301+
- /learn/f95_features/intrinsic_procedures
302+
- /learn/f95_features/data_transfer
303+
289304
# Web links listed at the bottom of the 'Learn' landing page
290305
#
291306
reference-links:

0 commit comments

Comments
 (0)