first commit

This commit is contained in:
2026-07-12 04:18:40 +08:00
commit 0d735e43c2
555 changed files with 131932 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
# In-repo documentation
This directory is reserved for in-repo docs that live alongside the source.
Currently it only holds this stub.
For project orientation, read [`../README.md`](../README.md). For a compact,
family-grouped index of all 514 indicators with one-line summaries and links
to each implementation file, read [`../INDICATORS.md`](../INDICATORS.md).
To regenerate `INDICATORS.md` after editing the indicator list:
```bash
python scripts/gen_indicators_index.py
```