Skip to content

Commit

Permalink
deploy: 122a3fe
Browse files Browse the repository at this point in the history
  • Loading branch information
lstngr committed Nov 14, 2024
0 parents commit 7d9b204
Show file tree
Hide file tree
Showing 36 changed files with 21,178 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .buildinfo
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 added .nojekyll
Empty file.
Binary file added _images/mandelbrot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
33 changes: 33 additions & 0 deletions _sources/index.rst.txt
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.
11 changes: 11 additions & 0 deletions _sources/src/about.rst.txt
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/).
Loading

0 comments on commit 7d9b204

Please sign in to comment.