Skip to content

Commit

Permalink
link to omegaconf custom resolvers to fix 2839 (#2881)
Browse files Browse the repository at this point in the history
  • Loading branch information
gerard-sanroma committed Apr 3, 2024
1 parent a867e42 commit 2e682d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions website/docs/configure_hydra/Intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,4 +154,6 @@ minor: ${python_version:minor} # 3.8
micro: ${python_version:micro} # 3.8.2
```

Additionally hydra supports OmegaConf <a class="external" href="https://omegaconf.readthedocs.io/en/latest/custom_resolvers.html#custom-resolvers" target="_blank">custom resolvers</a>

You can learn more about OmegaConf <a class="external" href="https://omegaconf.readthedocs.io/en/latest/usage.html#access-and-manipulation" target="_blank">here</a>.

0 comments on commit 2e682d8

Please sign in to comment.