Skip to content

Commit

Permalink
Merge pull request #1381 from tdrwenski/support-documentation
Browse files Browse the repository at this point in the history
Improve support documentation
  • Loading branch information
oxelson authored Aug 26, 2024
2 parents 42186c7 + b77f160 commit aba4fbb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 16 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ For information about how to subscribe, see the "Subscribe" link on this page
For more general netCDF discussion, see the netcdfgroup@unidata.ucar.edu email list.

We appreciate feedback from users of this package.
Please send comments and suggestions to <support-netcdf-java@unidata.ucar.edu>.
For bug reports, feel free to open an issue on this repository, or contact us at the address above.
Open a GitHub issue or discussion if you have comments,
suggestions, or bug reports.
Please identify the version of the package as well as the version/vendor of Java you are using.
For potential security issues, please contact security@unidata.ucar.edu directly.

Expand Down
15 changes: 2 additions & 13 deletions docs/src/site/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,8 @@ port: 4005
#exclude:
# - Gemfile.lock


# used as a contact email and subject line for the Feedback link in the top navigation bar
feedback_email: support-netcdf-java@unidata.ucar.edu
feedback_subject_line: Documentation Feedback

# if you uncomment the next line, the Feedback link gets removed
# feedback_disable: true

# if you uncomment the next line, it changes the Feedback text
# feedback_text: "Need help?"

# if you uncomment the next line, it changes where the feedback link points to
# feedback_link: "http://helpy.io/"
# used for the Feedback link in the top navigation bar
feedback_link: "https://github.com/Unidata/netcdf-java/issues/new?title=Documentation%20feedback"

# library used for syntax highlighting
highlighter: rouge
Expand Down
2 changes: 1 addition & 1 deletion docs/src/site/pages/netcdfJava/developer/FileTypes.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ To support this functionality, `getFileTypeId()`, `getFileTypeVersion()`, and `g
You will need to add these methods to your IOServiceProvider implementations. To use an IOSP implementation, you must include its module in your netCDF-java build.
For more information on including modules in your build, see [here](using_netcdf_java_artifacts.html).

To register your format/IOServiceProvider, or to send corrections and additions to this table, please send email to <support-netcdf-java@unidata.ucar.edu>.
To register your format/IOServiceProvider, or to send corrections and additions to this table, please open a [GitHub issue](https://github.com/Unidata/netcdf-java/issues/new?title=Documentation%20feedback).

| Id | Description | Module | Reference URL
| BUFR | WMO Binary Universal Form | `bufr` | <http://www.wmo.int/pages/prog/www/WMOCodes/OperationalCodes.html/> |
Expand Down

0 comments on commit aba4fbb

Please sign in to comment.