Skip to content

Commit

Permalink
fux file inclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
LivInTheLookingGlass committed Sep 19, 2024
1 parent 848231f commit f4dd0fb
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions docs/src/fortran/p0001.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Fortran Implementation of Problem 1
===================================

View source code :source:`fortran/src/p0001.for`
View source code :source:`fortran/src/p0001.f90`

.. f:module:: Problem0001
.. f:function:: integer Problem0001/p0001()
.. literalinclude:: ../../../fortran/src/p0001.for
.. literalinclude:: ../../../fortran/src/p0001.f90
:language: Fortran
:linenos:

Expand Down
4 changes: 2 additions & 2 deletions docs/src/fortran/p0002.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Fortran Implementation of Problem 2
===================================

View source code :source:`fortran/src/p0002.for`
View source code :source:`fortran/src/p0002.f90`

.. f:module:: Problem0002
.. f:function:: integer Problem0002/p0002()
.. literalinclude:: ../../../fortran/src/p0002.for
.. literalinclude:: ../../../fortran/src/p0002.f90
:language: Fortran
:linenos:

Expand Down
4 changes: 2 additions & 2 deletions docs/src/fortran/p0006.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Fortran Implementation of Problem 6
===================================

View source code :source:`fortran/src/p0006.for`
View source code :source:`fortran/src/p0006.f90`

.. f:module:: Problem0006
.. f:function:: integer Problem0006/p0006()
.. literalinclude:: ../../../fortran/src/p0006.for
.. literalinclude:: ../../../fortran/src/p0006.f90
:language: Fortran
:linenos:

Expand Down
4 changes: 2 additions & 2 deletions docs/src/fortran/p0009.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Fortran Implementation of Problem 9
===================================

View source code :source:`fortran/src/p0009.for`
View source code :source:`fortran/src/p0009.f90`

.. f:module:: Problem0009
.. f:function:: integer Problem0009/p0009()
.. literalinclude:: ../../../fortran/src/p0009.for
.. literalinclude:: ../../../fortran/src/p0009.f90
:language: Fortran
:linenos:

Expand Down
4 changes: 2 additions & 2 deletions docs/src/fortran/p0836.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Fortran Implementation of Problem 836
=====================================

View source code :source:`fortran/src/p0836.for`
View source code :source:`fortran/src/p0836.f90`

.. f:module:: Problem0836
.. f:function:: character(14) Problem0836/p0836()
.. literalinclude:: ../../../fortran/src/p0836.for
.. literalinclude:: ../../../fortran/src/p0836.f90
:language: Fortran
:linenos:

Expand Down

0 comments on commit f4dd0fb

Please sign in to comment.