Skip to content

Commit

Permalink
Per #2690, rename code structure to development details
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnHalleyGotway committed Sep 26, 2023
1 parent c60c8d4 commit 0a95fdd
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
**************
Code Structure
**************
*******************
Development Details
*******************

This chapter provides specific details about select topics within the
MET code base. The list of topics is certainly not comprehensive.

.. toctree::
:titlesonly:

tmp_files_in_met
tmp_file_use
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
Temporary Files in MET
.. _tmp_file_use:

Use of Temporary Files
======================

The MET application and library code uses temporary files in several
Expand All @@ -16,6 +18,8 @@ In general, MET applications delete any temporary files they create
when they are no longer needed. However, if the application exits
abnormally, the temporary files may remain.

JHG, work here.

PB2NC Tool
^^^^^^^^^^

Expand Down
2 changes: 1 addition & 1 deletion docs/Contributors_Guide/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Welcome to the Model Evaluation Tools (MET) Contributor's Guide.

coding_standards
dev_env
code_structure/index
dev_details/index
github_workflow
testing
continuous_integration
Expand Down
2 changes: 1 addition & 1 deletion docs/Users_Guide/config_options.rst
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ Some tools override the temporary directory by the command line argument
tmp_dir = "/tmp";
A description of the use of temporary files in MET can be found in the
Contributor's Guide section :numref:`tmp_files_in_met`.
Contributor's Guide section :numref:`tmp_file_use`.

message_type_group_map
^^^^^^^^^^^^^^^^^^^^^^
Expand Down

0 comments on commit 0a95fdd

Please sign in to comment.