diff --git a/docs/index.rst b/docs/index.rst index 72c38c2..3990726 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -7,6 +7,12 @@ confidence uses a similarly flexible, but deterministic approach to combining in If that sounds awfully complicated, there's no requirement that you need to use anything that feels complicated. See the :ref:`examples `, ranging from very simple to more complex uses of confidence' capabilities. +As a quick overview, confidence contains the following features: + +- dict-like `Configuration` object supporting attribute access to configured values; +- customizable loading of multiple sources (files, environment variables, …) into a single object with deterministic precedence of those sources; +- the ability to make and resolve references to values or entire namespaces. + Contents -------- @@ -19,9 +25,6 @@ Contents api glossary -Changelog ---------- - .. todo:: Integrate ``CHANGES.md`` here without having to duplicate it.