Skip to content

Commit

Permalink
More minor RTD formatting changes
Browse files Browse the repository at this point in the history
docs/source/getting_started/02_running_kpp_sample_mech.rst
- Fixed broken reference (language should be language-cmd)

docs/source/tech_info/07_numerical_methods.rst
- Fixed broken reference (rosenbrock-rodas3 should be rosenbrock-rodas-3)

docs/source/using_kpp/05_output_from_kpp.rst
- Changed F90 block code block into none, in order to avoid warnings

Signed-off-by: Bob Yantosca <yantosca@seas.harvard.edu>
  • Loading branch information
yantosca committed May 22, 2022
1 parent 870c8a4 commit d0fc21a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/source/getting_started/02_running_kpp_sample_mech.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ capabilities. However, the software tools are general and can be applied
to virtually any kinetic mechanism.

We focus on Fortran90. Particularities of the C and Matlab
languages are discussed in the :ref:`language` section.
languages are discussed in the :ref:`language-cmd` section.

.. important::

Expand Down
2 changes: 1 addition & 1 deletion docs/source/tech_info/07_numerical_methods.rst
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ the (non-autonomous) Rosenbrock method is
KPP contains adjoint models (for direct decoupled sensitivity analysis)
for each of the Rosenbrock methods (:ref:`rosenbrock-ros-2`,
:ref:`rosenbrock-ros-3`, :ref:`rosenbrock-ros-4`,
:ref:`rosenbrock-rodas3`, :ref:`rosenbrock-rodas-4`).
:ref:`rosenbrock-rodas-3`, :ref:`rosenbrock-rodas-4`).

.. _rk-methods:

Expand Down
4 changes: 2 additions & 2 deletions docs/source/using_kpp/05_output_from_kpp.rst
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,9 @@ If the equation tags are switched on, KPP also generates the
equation tag to the KPP-internal tag number, this can be used to
describe a reaction:

.. code-block:: F90
.. code-block:: none
PRINT*,’Reaction J1 is:’, EQN_NAMES( tag2num( ’J1’ ) )
PRINT*, ’Reaction J1 is:’, EQN_NAMES( tag2num( ’J1’ ) )
.. _Precision:

Expand Down

0 comments on commit d0fc21a

Please sign in to comment.