.. _api_reference: API Reference ============= This section contains the technical reference for the core modules that make up the Data Curator system. Each module in this section documents the available classes, functions, and behaviors that are used. What you’ll find here: - :ref:`features` – all available calculation functions - :ref:`feature_naming` – naming conventions and patterns for defining output features - :ref:`custom_calculations` – how to write your own functions using `DataColumn` - :ref:`data_column` – our core column abstraction that powers all arithmetic and logical operations - :ref:`data_provider_toolkit` – core toolkit for data mapping, consolidation, and discrepancy handling - :ref:`CLI_Documentation` – command-line entry points and utilities .. toctree:: :maxdepth: 2 :hidden: features feature_naming custom_calcs data_column data_provider_toolkit cli