Developer navigation ==================== Purpose ------- Use this page to quickly choose the right developer documentation path. Start here ---------- - Need curated technical reference by topic or internal model grouping: go to :doc:`../reference/architecture_reference`, :doc:`../reference/asset_reference`, :doc:`../reference/solver_reference`, or :doc:`../reference/controller_reference`. - Need exhaustive package/module/class lookup instead: go to :doc:`api/omotes_simulator_core`. - Need system-level conceptual behavior first: go to :doc:`../intro/intro_main`, :doc:`../solver/solver_main`, :doc:`../network/network_main`, :doc:`../physics/physics_main`, or :doc:`../controller/controller`. Common entry points ------------------- - Simulation orchestration APIs: :doc:`api/omotes_simulator_core.infrastructure.simulation_manager` - Network simulation APIs: :doc:`api/omotes_simulator_core.simulation.networksimulation` - Heat-network entity APIs: :doc:`api/omotes_simulator_core.entities.heat_network` - Solver APIs: :doc:`api/omotes_simulator_core.solver.solver`