User Guide ========== This guide will walk you through the main features and how to use them. Basic Usage ----------- This section explains the basic usage. Features -------- Feature 1 ~~~~~~~~~ Description of feature 1. .. code-block:: python # Example code for feature 1 from module import feature1 result = feature1() Feature 2 ~~~~~~~~~ Description of feature 2. Configuration ------------- You can configure the system using the configuration file. .. code-block:: yaml # config.yaml database: host: localhost port: 5432 api: timeout: 30 Advanced Topics --------------- For more advanced usage, see the dedicated section in :doc:`api_reference`.