-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
171 lines (164 loc) · 6.11 KB
/
mkdocs.yml
File metadata and controls
171 lines (164 loc) · 6.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
# SPDX-License-Identifier: AGPL-3.0-or-later | Commercial license available
# © Concepts 1996–2026 Miroslav Šotek. All rights reserved.
# © Code 2020–2026 Miroslav Šotek. All rights reserved.
# ORCID: 0009-0009-3560-0851
# Contact: www.anulum.li | protoscience@anulum.li
# SCPN Phase Orchestrator — Documentation Site Configuration
site_name: SCPN Phase Orchestrator
site_url: https://anulum.github.io/scpn-phase-orchestrator
site_description: Domain-agnostic coherence control compiler built on Kuramoto/UPDE phase dynamics
site_author: Miroslav Šotek
repo_url: https://github.com/anulum/scpn-phase-orchestrator
repo_name: anulum/scpn-phase-orchestrator
copyright: "© 1996–2026 Miroslav Šotek. All rights reserved."
theme:
name: material
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: deep purple
accent: amber
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: deep purple
accent: amber
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- navigation.sections
- navigation.expand
- navigation.tabs
- navigation.top
- navigation.indexes
- content.code.copy
- content.code.annotate
- search.highlight
- search.suggest
- toc.follow
icon:
repo: fontawesome/brands/github
nav:
- Home: index.md
- Getting Started:
- Installation: getting-started/installation.md
- Quickstart: getting-started/quickstart.md
- "Tutorial: Hello World": getting-started/hello_world.md
- Start Here (Learning Path): getting-started/start_here.md
- Concepts:
- System Overview: concepts/system_overview.md
- "Oscillators & PIS": concepts/oscillators_PIS.md
- "Knobs: K, α, ζ, Ψ": concepts/knobs_K_alpha_zeta_Psi.md
- Memory Imprint: concepts/memory_imprint.md
- Phase Control Theory: concepts/phase_control_theory.md
- Domain Utilisation Schemas: concepts/domain_utilisation_schemas.md
- Kuramoto Theory: concepts/kuramoto_theory.md
- Guides:
- Stuart-Landau Amplitude Mode: guide/stuart_landau.md
- QueueWaves Cascade Detector: guide/queuewaves.md
- Rust FFI Acceleration: guide/rust_ffi.md
- Adapter Bridges: guide/adapters.md
- Performance Tuning: guide/performance.md
- Production Deployment: guide/production.md
- Differentiable Kuramoto Layer: guide/differentiable_kuramoto.md
- Advanced Dynamics: guide/advanced_dynamics.md
- Control Systems: guide/control_systems.md
- Analysis Toolkit: guide/analysis_toolkit.md
- Hardware & Deployment: guide/hardware_deployment.md
- Specifications:
- Binding Spec Schema: specs/binding_spec.schema.json
- Phase Contract: specs/phase_contract.md
- UPDE Numerics: specs/upde_numerics.md
- Lock Metrics: specs/lock_metrics.md
- Knm Semantics: specs/knm_semantics.md
- Regime Manager: specs/regime_manager.md
- Boundary Contract: specs/boundary_contract.md
- Action Compose: specs/action_compose.md
- Eval Protocol: specs/eval_protocol.md
- Plugin API: specs/plugin_api.md
- Policy DSL: specs/policy_dsl.md
- Imprint Dynamics: specs/imprint_dynamics.md
- Geometry Constraints: specs/geometry_constraints.md
- Knm Calibration: specs/knm_calibration.md
- Audit Trace: specs/audit_trace.md
- Tutorials:
- "01 — New Domain Checklist": tutorials/01_new_domain_checklist.md
- "02 — Oscillator Hunt Sheet": tutorials/02_oscillator_hunt_sheet.md
- "03 — Build Knm Templates": tutorials/03_build_knm_templates.md
- "04 — Differentiable Kuramoto": tutorials/04_differentiable_kuramoto.md
- API Reference:
- Overview: reference/api/index.md
- Core & Exceptions: reference/api/core.md
- Binding: reference/api/binding.md
- UPDE Engine: reference/api/upde.md
- Oscillators: reference/api/oscillators.md
- Coupling: reference/api/coupling.md
- Supervisor: reference/api/supervisor.md
- Monitor: reference/api/monitor.md
- Actuation: reference/api/actuation.md
- Imprint: reference/api/imprint.md
- Drivers: reference/api/drivers.md
- Audit: reference/api/audit.md
- Reporting: reference/api/reporting.md
- Adapters: reference/api/adapters.md
- QueueWaves: reference/api/queuewaves.md
- "Neural Network (nn)": reference/api/nn.md
- CLI Reference: reference/cli.md
- Gallery:
- Domainpack Gallery: galleries/domainpack_gallery.md
- Capabilities & Use Cases: galleries/capabilities.md
- Reference:
- Assumptions & Constants: ASSUMPTIONS.md
- Competitive Analysis: competitive_analysis.md
- FAQ: faq.md
plugins:
- search
- mkdocstrings:
handlers:
python:
options:
show_source: true
show_root_heading: true
show_root_full_path: false
show_category_heading: true
members_order: source
show_signature_annotations: true
separate_signature: true
docstring_style: google
merge_init_into_class: true
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.tabbed:
alternate_style: true
- pymdownx.arithmatex:
generic: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- toc:
permalink: true
- attr_list
- md_in_html
- tables
- footnotes
- def_list
extra_javascript:
- https://unpkg.com/mathjax@3/es5/tex-mml-chtml.js
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/anulum/scpn-phase-orchestrator
- icon: fontawesome/brands/python
link: https://pypi.org/project/scpn-phase-orchestrator/