forked from certik/fortran90.org
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 7d9b204
Showing
36 changed files
with
21,178 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Sphinx build info version 1 | ||
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. | ||
config: 8f06155168ff0fc258eca503c8c24ba2 | ||
tags: 645f666f9bcd5a90fca523b33c5a78b7 |
Empty file.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
Fortran 90 | ||
========== | ||
|
||
Quick links: | ||
|
||
* Summary of the language: http://www.cs.umbc.edu/~squire/fortranclass/summary.shtml | ||
* Language features: http://en.wikipedia.org/wiki/Fortran_95_language_features | ||
* WG5 Fortran Standards Home: https://wg5-fortran.org/ | ||
* FORTRAN 66 standard: https://wg5-fortran.org/ARCHIVE/Fortran66.pdf | ||
* FORTRAN 77 standard: https://wg5-fortran.org/ARCHIVE/Fortran77.html | ||
* Fortran 90 standard: https://wg5-fortran.org/N001-N1100/N692.pdf | ||
* Fortran 95 standard: https://wg5-fortran.org/N1151-N1200/N1191.pdf | ||
* Fortran 2003 standard: https://wg5-fortran.org/N1601-N1650/N1601.pdf | ||
* Fortran 2008 standard: https://j3-fortran.org/doc/year/10/10-007r1.pdf | ||
* Fortran 2018 standard: https://j3-fortran.org/doc/year/18/18-007r1.pdf | ||
* Fortran 2023 standard: https://j3-fortran.org/doc/year/24/24-007.pdf | ||
|
||
Contents: | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
src/about.rst | ||
src/best-practices.rst | ||
src/rosetta.rst | ||
src/faq.rst | ||
src/gotchas.rst | ||
src/contributors.rst | ||
|
||
This web is opensource. If you have ideas for improvement, please send a | ||
pull request against the repository | ||
`certik/fortran90.org <https://github.com/certik/fortran90.org>`_ | ||
or open an issue there. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
About | ||
===== | ||
|
||
These webpages are maintained by | ||
`Ondřej Čertík <http://ondrejcertik.com/>`_ and he is ultimately responsible for | ||
the views and contents. A lot of people have contributed and helped with the | ||
pages (see :ref:`contributors`). We try to reflect the views of the Fortran | ||
community, however it might happen by a mistake that some page is biased. | ||
If you find anything that is biased or not accurate, please do let us know and | ||
we will fix it (you can create an issue or send a pull request with a fix | ||
at: https://github.com/certik/fortran90.org/). |
Oops, something went wrong.