Skip to content

Commit

Permalink
rename ReferenceHDFRecipe to HDFReferenceRecipe
Browse files Browse the repository at this point in the history
  • Loading branch information
rabernat committed Aug 30, 2021
1 parent 6f80981 commit 84d8bb2
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 24 deletions.
4 changes: 2 additions & 2 deletions docs/recipe_user_guide/recipes.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Many of these options are explored further in the {doc}`../tutorials/index`.
.. autoclass:: pangeo_forge_recipes.recipes.XarrayZarrRecipe
```

### Reference HDF Recipe
### HDF Reference Recipe

Like the `XarrayZarrRecipe`, this recipe allows us to more efficiently access data from a bunch of NetCDF / HDF files.
However, this recipe does not actually copy the original source data.
Expand All @@ -106,5 +106,5 @@ There is currently one tutorial for this recipe:


```{eval-rst}
.. autoclass:: pangeo_forge_recipes.recipes.ReferenceHDFRecipe
.. autoclass:: pangeo_forge_recipes.recipes.HDFReferenceRecipe
```
Loading

0 comments on commit 84d8bb2

Please sign in to comment.