To whom it may concern:
A very menial issue regarding the tutorial at Quickstart tutorial — Fortran Programming Language ,
→ → → There is no ‘‘Next’’ button at the bottom of the page. ← ← ←
That is all,
Thank you for reading.
P.S.: I do not require help explicitly, the category seemed the most fitting.
2 Likes
Thank you for reporting this and welcome to the discourse!
The source code for the website is hosted on GitHub. If you encounter additional issues, you could alternatively open a GitHub issue or even fix the issue yourself and open a pull request.
Any help you can provide is greatly appreciated!
# Quickstart tutorial
This quickstart tutorial gives an overview of the Fortran programming language
and its syntax for common structured programming concepts including:
types, variables, arrays, control flow and functions.
The contents of this tutorial are shown in the navigation bar on the left with the current page highlighted bold.
Use the _Next_ button at the bottom to start the tutorial with a _Hello World_ example.
```{toctree}
:maxdepth: 2
:hidden:
Hello world <hello_world>
Variables <variables>
Arrays and strings <arrays_strings>
Operators and flow control <operators_control_flow>
Organising code structure <organising_code>
Derived Types <derived_types>
```
2 Likes