diff --git a/docs/source/example-c.rst b/docs/source/example-c.rst index ebdf256..35e3a64 100644 --- a/docs/source/example-c.rst +++ b/docs/source/example-c.rst @@ -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`_. .. @@ -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 diff --git a/docs/source/example-fortran.rst b/docs/source/example-fortran.rst index 0d2c3c5..eb32ffc 100644 --- a/docs/source/example-fortran.rst +++ b/docs/source/example-fortran.rst @@ -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 `) -and C++. +and in C++ (:doc:`see the example `). ..