omry / omegaconf

Flexible Python configuration system. The last one you will ever need.
BSD 3-Clause "New" or "Revised" License
1.97k stars 109 forks source link

Add docstring for `OmegaConf.clear_resolvers` method #1026

Closed Jasha10 closed 1 year ago

Jasha10 commented 1 year ago

The OmegaConf.clear_resolvers method was not showing up on the API Reference page of OmegaConf's website. After adding a docstring, sphinx autodoc picks up on the method.