Skip to content
Snippets Groups Projects
Commit 713f72ca authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

fix docs

parent b1963789
No related branches found
No related tags found
No related merge requests found
=============
Configuration
=============
Satella provides a rich functionality to:
1. Load data from particular sources_ (defined using JSON)_
2. Validate_ that config data and standardize it as far as types are concerned (defined using JSON)_
.. _sources: sources.html
.. _Validate: schema.html
You can craft them either out of Python objects at runtime, or load them using an elegant JSON-based schema.
Satella treats your config files as a huge dictionary, at the topmost level,
although you could possibly make them anything you want (including plain strings, although in this case
it would be a plain bother to use Satella for that).
===================================
Welcome to satella's documentation! Welcome to satella's documentation!
=================================== ===================================
.. toctree:: .. toctree::
:maxdepth: 2 :maxdepth: 2
:caption: Contents: :caption: Contents
configuration/index
configuration/schema configuration/schema
configuration/sources configuration/sources
coding/functions coding/functions
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment