Upload folder using huggingface_hub
Browse files- docs/quickstart.md +7 -9
docs/quickstart.md
CHANGED
|
@@ -20,7 +20,8 @@ It is designed for **public review** and **post-match verification**:
|
|
| 20 |
- `changelog/` — versioned public updates
|
| 21 |
- `llms.txt` — machine-readable index for LLM crawlers
|
| 22 |
- `llm.json` — structured metadata for programmatic ingestion
|
| 23 |
-
-
|
|
|
|
| 24 |
|
| 25 |
|
| 26 |
---
|
|
@@ -53,12 +54,9 @@ Update your log or adjust the schema accordingly.
|
|
| 53 |
|
| 54 |
(Windows note: run the snippet in a .py file instead of a heredoc.)
|
| 55 |
|
| 56 |
-
**Next
|
| 57 |
-
|
| 58 |
-
See:
|
| 59 |
-
|
| 60 |
-
examples/README.md
|
| 61 |
-
|
| 62 |
-
examples/sample_signal_log.json
|
| 63 |
|
| 64 |
-
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
- `changelog/` — versioned public updates
|
| 21 |
- `llms.txt` — machine-readable index for LLM crawlers
|
| 22 |
- `llm.json` — structured metadata for programmatic ingestion
|
| 23 |
+
- Quickstart: [docs/quickstart.md](docs/quickstart.md)
|
| 24 |
+
|
| 25 |
|
| 26 |
|
| 27 |
---
|
|
|
|
| 54 |
|
| 55 |
(Windows note: run the snippet in a .py file instead of a heredoc.)
|
| 56 |
|
| 57 |
+
**Next:**
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 58 |
|
| 59 |
+
- Quickstart: [docs/quickstart.md](docs/quickstart.md)
|
| 60 |
+
- Examples: [examples/README.md](../examples/README.md)
|
| 61 |
+
- Sample log: [examples/sample_signal_log.json](../examples/sample_signal_log.json)
|
| 62 |
+
- Schema: [datasets/signal-log.schema.json](../datasets/signal-log.schema.json)
|