Skip to content

Commit

Permalink
Merge branch 'develop' into feature/merge-develop-into-main-0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sandorkertesz committed Sep 2, 2024
2 parents 61dfca7 + 973c436 commit 8735c2e
Show file tree
Hide file tree
Showing 37 changed files with 2,629 additions and 291 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repos:
- id: debug-statements
- id: mixed-line-ending
- id: no-commit-to-branch # Prevent committing to main / master
- id: check-merge-conflict # Check for files that contain merge conflict
# - id: check-merge-conflict # Check for files that contain merge conflict
- repo: https://github.com/PyCQA/isort
rev: 5.13.0
hooks:
Expand Down
2 changes: 2 additions & 0 deletions docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ Metadata
- :py:class:`~data.core.metadata.Metadata`
- :py:class:`~data.core.metadata.RawMetadata`
- :py:class:`~data.readers.grib.metadata.GribMetadata`
- :py:class:`~data.readers.grib.metadata.GribFieldMetadata`
- :py:class:`~data.readers.grib.metadata.StandAloneGribMetadata`

Numpy fields
---------------
Expand Down
Loading

0 comments on commit 8735c2e

Please sign in to comment.