Skip to content

Commit

Permalink
Change index titles to be imperative
Browse files Browse the repository at this point in the history
Signed-off-by: Lizzie Lundgren <elundgren@seas.harvard.edu>
  • Loading branch information
lizziel committed Jun 30, 2022
1 parent d325c20 commit a198c75
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 12 deletions.
4 changes: 2 additions & 2 deletions docs/source/reference/uploading_to_spack.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Uploading to Spack
==================
Upload to Spack
===============

This page describes how to upload recipe changes to Spack. Common recipe changes include updating available versions of GCHP
and changing version requirements for dependencies.
Expand Down
4 changes: 2 additions & 2 deletions docs/source/supplement/building-gchp-dependencies.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.. _building_gchp_dependencies:

Building GCHP's Dependencies
============================
Build Dependencies
==================

This page has instructions for building GCHP's :term:`dependencies`.
These are the software libraries that are needed to compile and execute the GCHP program.
Expand Down
4 changes: 2 additions & 2 deletions docs/source/supplement/caching-input-data.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.. _caching_input_data:

Caching Input Data on Fast Drives
=================================
Cache Input Data on Fast Drives
===============================

This page describes how to set up a cache of GEOS-Chem input data.
This is useful if you want to temporarily transfer a simulation's input data to a performant hard drive.
Expand Down
4 changes: 2 additions & 2 deletions docs/source/supplement/containers.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Using GCHP Containers
=====================
Use GCHP Containers
===================

Containers are an effective method of packaging and delivering GCHP's source code and requisite libraries.
We offer up-to-date Docker images for GCHP `through Docker Hub <https://hub.docker.com/r/geoschem/gchp>`__.
Expand Down
4 changes: 2 additions & 2 deletions docs/source/supplement/setting-up-aws-parallelcluster.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.. _using_aws_parallelcluster:

AWS ParallelCluster Setup
=========================
Set up AWS ParallelCluster
==========================

.. important::

Expand Down
3 changes: 3 additions & 0 deletions docs/source/user-guide/debugging.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ Coming soon
Run-time errors
---------------

Recompile with debug flags
^^^^^^^^^^^^^^^^^^^^^^^^^^

Recompile using debug flags by setting :literal:`-DCMAKE_BUILD_TYPE=Debug` during the configure step. See the section of the user guide on compiling GCHP for more guidance on how to do this. Once you rebuild there may be more information in the logs when you run again.


Expand Down
4 changes: 2 additions & 2 deletions docs/source/user-guide/plotting-output.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

Plotting GCHP Output
====================
Plot Output Data
================

With the exception of the restart file, all GCHP output netCDF files may be viewed with Panoply software freely available from NASA GISS. In addition, python works very well with all GCHP output.

Expand Down

0 comments on commit a198c75

Please sign in to comment.