Skip to content

Commit

Permalink
Include links between the C, C++, and Fortran examples
Browse files Browse the repository at this point in the history
  • Loading branch information
mdpiper committed Apr 12, 2024
1 parent 6efb2d5 commit d60f18e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/source/example-c.rst
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ Using the *babelizer*, we wrapped the *heat* model, which is written in C.
It can now be called as a *pymt* component in Python.

The steps for wrapping a model with the *babelizer* outlined in this example
can also be applied to models written in C++ and `Fortran`_.
can also be applied to models written in `C++`_ and `Fortran`_.


..
Expand All @@ -365,4 +365,5 @@ can also be applied to models written in C++ and `Fortran`_.
.. _Python Modeling Tool: https://pymt.readthedocs.io
.. _CSDMS Model Metadata: https://github.com/csdms/model_metadata
.. _Descriptions: https://github.com/csdms/model_metadata/blob/develop/README.rst
.. _C++: example-cxx.html
.. _Fortran: example-fortran.html
2 changes: 1 addition & 1 deletion docs/source/example-fortran.rst
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ It can now be called as a *pymt* component in Python.

The steps for wrapping a model with the *babelizer* outlined in this example
can also be applied to models written in C (:doc:`see the example <example-c>`)
and C++.
and in C++ (:doc:`see the example <example-cxx>`).


..
Expand Down

0 comments on commit d60f18e

Please sign in to comment.