We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 393bbc9 commit 3f1b2bbCopy full SHA for 3f1b2bb
data/learning.yml
@@ -64,6 +64,13 @@ books:
64
- link: /learn/best_practices/callbacks
65
- link: /learn/best_practices/type_casting
66
67
+ - title: Python--Fortran Rosetta Stone
68
+ description: This "Rosetta Stone" shows how to implement many common idioms in Python with NumPy and Fortran side by side.
69
+ category: Getting started
70
+ link: /learn/rosetta_stone
71
+ pages:
72
+ - link: /learn/rosetta_stone
73
+
74
- title: Fortran Intrinsics
75
description: man-pages for the Fortran Intrinsics
76
category: Fortran Documentation
source/learn.md
@@ -184,4 +184,5 @@ learn/quickstart/index
184
learn/building_programs/index
185
learn/best_practices/index
186
learn/intrinsics/index
187
+learn/rosetta_stone
188
:::
0 commit comments