Add docs for settings table
This commit is contained in:
parent
4a7729a702
commit
9258d8b55a
5 changed files with 86 additions and 3 deletions
|
@ -9,7 +9,11 @@ The app must call :func:`~wuttjamaican.conf.make_config()` during
|
|||
startup to obtain the config object.
|
||||
|
||||
Values come (mostly) from :term:`config files<config file>` and/or the
|
||||
:term:`settings table`. See also :doc:`settings`.
|
||||
:term:`settings table`. For more about those see:
|
||||
|
||||
* :doc:`settings`
|
||||
* :doc:`files`
|
||||
* :doc:`table`
|
||||
|
||||
Values are always strings in their raw format, as returned by
|
||||
:meth:`~wuttjamaican.conf.WuttaConfig.get()`. But the config object
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue