Files
wickra_zhibiao_quantginger/docs/README.md
T

14 lines
481 B
Markdown
Raw Normal View History

2026-07-12 04:18:40 +08:00
# 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
```