# Welcome to luci's documentation! This documentation provides a reference for the `luci` command-line interface and its underlying Python API. ## CLI Reference The main interface to `luci` is through its command-line interface. For a detailed reference of all available commands and their options, see the CLI Reference page. ```{toctree} :maxdepth: 2 :caption: CLI Reference cli ``` ## API Reference For developers who want to use `luci`'s functionality in their own Python code, an API reference is also available. ```{toctree} :maxdepth: 2 :caption: API Reference source/modules ``` ## Project ```{toctree} :maxdepth: 1 :caption: Project changelog ``` # Indices and tables * {ref}`genindex` * {ref}`modindex` * {ref}`search`