Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into feature_2550_compu…
Browse files Browse the repository at this point in the history
…te_diagnostics
  • Loading branch information
JohnHalleyGotway committed Oct 4, 2023
2 parents 8858160 + d4c369e commit 2a16674
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = ['sphinx.ext.autodoc','sphinx.ext.intersphinx','sphinx_design',]
extensions = ['sphinx.ext.autodoc','sphinx.ext.intersphinx','sphinx_design','sphinx_rtd_theme',]

# settings for ReadTheDocs PDF creation
latex_engine = 'pdflatex'
Expand Down
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
sphinx-gallery
sphinxcontrib-bibtex
sphinx-design==0.3.0
sphinx_rtd_theme==1.3.0
4 changes: 2 additions & 2 deletions src/tools/other/point2grid/point2grid.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2783,8 +2783,8 @@ void usage() {
<< "\t[-v level]\n"
<< "\t[-compress level]\n\n"

<< "\twhere\t\"input_filename\" is the gridded data file to be "
<< "read (required).\n"
<< "\twhere\t\"input_filename\" is the input NetCDF point observation "
<< "file to be read (required).\n"

<< "\t\t\"to_grid\" defines the output grid as a named grid, the "
<< "path to a gridded data file, or an explicit grid "
Expand Down

0 comments on commit 2a16674

Please sign in to comment.