python-poetry / tomlkit

Style-preserving TOML library for Python
MIT License
693 stars 98 forks source link

[DOC] Missing `TOMLDocument.unwrap` et al in API Reference #315

Closed n-takumasa closed 1 year ago

n-takumasa commented 1 year ago

The API Reference is generated based on docstrings, so some public APIs are not visible in the documentation.

For example: TOMLDocument.unwrap (Container.unwrap)

frostming commented 1 year ago

Contribution welcome