Skip to content

Commit

Permalink
Merge pull request #2704 from dtcenter/bugfix_2666_point2grid_usage_m…
Browse files Browse the repository at this point in the history
…ain_v11.1

Bugfix 2666 point2grid usage main v11.1
  • Loading branch information
hsoh-u authored Oct 5, 2023
2 parents cb5105f + c5bc6f1 commit bc538d6
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 bc538d6

Please sign in to comment.