Skip to content

Commit a67aa1c

Browse files
committed
fix docs , simplify further
1 parent 36e04af commit a67aa1c

File tree

8 files changed

+158
-726
lines changed

8 files changed

+158
-726
lines changed

docs/api/analysis.rst

Lines changed: 22 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,30 @@ Analysis Components
22
===================
33

44
The analysis module provides AI-powered visual analysis capabilities for
5-
understanding and comparing screenshots.
5+
understanding and comparing screenshots through the unified LayoutLens API.
66

7-
VisionAnalyzer
8-
--------------
7+
LayoutLens Core API
8+
-------------------
99

10-
.. autoclass:: layoutlens.analyzer.VisionAnalyzer
10+
.. autoclass:: layoutlens.api.core.LayoutLens
11+
:members:
12+
:undoc-members:
13+
:show-inheritance:
14+
15+
Analysis Results
16+
----------------
17+
18+
.. autoclass:: layoutlens.api.core.AnalysisResult
19+
:members:
20+
:undoc-members:
21+
:show-inheritance:
22+
23+
.. autoclass:: layoutlens.api.core.ComparisonResult
24+
:members:
25+
:undoc-members:
26+
:show-inheritance:
27+
28+
.. autoclass:: layoutlens.api.core.BatchResult
1129
:members:
1230
:undoc-members:
1331
:show-inheritance:

docs/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ LayoutLens is a production-ready AI-powered UI testing framework that enables na
5555
api/config
5656
api/analysis
5757
api/capture
58-
api/providers
5958

6059
📊 Performance Metrics
6160
----------------------

layoutlens/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"""
66

77
# Import the main API
8-
from .analyzer import VisionAnalyzer
98
from .api.core import AnalysisResult, BatchResult, ComparisonResult, LayoutLens
109
from .api.test_suite import UITestCase, UITestResult, UITestSuite
1110
from .cache import AnalysisCache, create_cache
@@ -42,7 +41,6 @@
4241
"UITestCase",
4342
"UITestSuite",
4443
"UITestResult",
45-
"VisionAnalyzer",
4644
"Capture",
4745
"Config",
4846
# Exceptions

layoutlens/analyzer.py

Lines changed: 0 additions & 272 deletions
This file was deleted.

0 commit comments

Comments
 (0)