Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions docs/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,8 @@
* [Traces](api-reference/traces.md)
* [Trace Evaluations](api-reference/trace-evaluations.md)
* [Judge Optimizations](api-reference/judge-optimizations.md)
* [Instrumentation](api-reference/instrumentation.md)
* [Error Handling](api-reference/errors.md)

## Instrumentation
* [Overview](instrumentation/README.md)
* [Quick Start](instrumentation/quickstart.md)
* [LLM Providers](instrumentation/providers.md)
* [Agent Frameworks](instrumentation/frameworks.md)

## CLI
* [Getting Started](cli/getting-started.md)
* [Command Reference](cli/commands.md)
Expand Down
18 changes: 1 addition & 17 deletions docs/api-reference/README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,2 @@
# API Reference

Detailed documentation for every resource and method in the LayerLens Stratix Python SDK.

## Resources

- [Client Configuration](client.md) — `Stratix` and `AsyncStratix` setup
- [Public Client](public-client.md) — Public models, benchmarks, evaluations
- [Evaluations](evaluations.md) — Create and manage evaluations
- [Results](results.md) — Retrieve evaluation results
- [Models & Benchmarks](models-benchmarks.md) — Model and benchmark management
- [Judges](judges.md) — Evaluation judge CRUD
- [Traces](traces.md) — Upload and manage trace data
- [Trace Evaluations](trace-evaluations.md) — Run judges against traces
- [Judge Optimizations](judge-optimizations.md) — Optimize judge configurations
- [Instrumentation](instrumentation.md) — Tracing primitives and adapters
- [Error Handling](errors.md) — Exception hierarchy and handling patterns
# api-reference

249 changes: 0 additions & 249 deletions docs/api-reference/instrumentation.md

This file was deleted.

75 changes: 0 additions & 75 deletions docs/instrumentation/README.md

This file was deleted.

Loading
Loading