Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add : Python Fortran Rosetta Stone (Transfer content from fortran90.org #112) #185

Merged
merged 30 commits into from
Jun 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions data/learning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,13 @@ books:
- link: /learn/best_practices/callbacks
- link: /learn/best_practices/type_casting

- title: Python--Fortran Rosetta Stone
description: This "Rosetta Stone" shows how to implement many common idioms in Python with NumPy and Fortran side by side.
category: Getting started
link: /learn/rosetta_stone
pages:
- link: /learn/rosetta_stone

- title: Fortran Intrinsics
description: man-pages for the Fortran Intrinsics
category: Fortran Documentation
Expand Down
1 change: 1 addition & 0 deletions source/learn.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,4 +184,5 @@ learn/quickstart/index
learn/building_programs/index
learn/best_practices/index
learn/intrinsics/index
learn/rosetta_stone
:::
Loading