Skip to content

Commit 3550a56

Browse files
committed
RTD update: Move "which kpp" to end of "Build the KPP executable" section
docs/source/getting-started/01_installation.rst - @lizziel pointed out that the installation instructions ask the user to type "which kpp" before the KPP executable is built. We have now moved the "which kpp" command to the end of the "Build the KPP executable" section" Signed-off-by: Bob Yantosca <[email protected]>
1 parent 2f0eeff commit 3550a56

File tree

2 files changed

+12
-9
lines changed

2 files changed

+12
-9
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1919
### Changed
2020
- Updated ReadTheDocs documentation to reflect that C-I tests are now done as a GitHub Action
2121

22+
## Fixed
23+
- Moved the `which kpp` instruction to the end of the "Build the KPP executable" section in the installation guide on ReadTheDocs
24+
2225
### Removed
2326
- Removed C-I tests on Microsoft Azure Dev Pipelines
2427

docs/source/getting_started/01_installation.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,6 @@ and then apply the settings with:
5656
5757
$ source $HOME/.bashrc
5858
59-
Now if you type:
60-
61-
.. code-block:: console
62-
63-
$ which kpp
64-
65-
the path to the executable file (:file:`kpp`) will be displayed. This
66-
path should match the path specified by :file:`$KPP_HOME/bin/kpp`.
67-
6859
.. _test-for-dependencies:
6960

7061
=====================================================
@@ -248,6 +239,15 @@ You should see output similar to:
248239
249240
This will create the executable file :file:`$KPP_HOME/bin/kpp`.
250241

242+
Now if you type:
243+
244+
.. code-block:: console
245+
246+
$ which kpp
247+
248+
the path to the executable file (:file:`kpp`) will be displayed. This
249+
path should match the path specified by :file:`$KPP_HOME/bin/kpp`.
250+
251251
.. _additional-steps-macosx:
252252

253253
==============================

0 commit comments

Comments
 (0)