Skip to content

Commit 66b5ae1

Browse files
committed
Referesh documentation.
Signed-off-by: Rahul Krishna <i.m.ralk@gmail.com>
1 parent e357745 commit 66b5ae1

File tree

1 file changed

+0
-82
lines changed

1 file changed

+0
-82
lines changed

mkdocs.yml

Lines changed: 0 additions & 82 deletions
Original file line numberDiff line numberDiff line change
@@ -9,87 +9,6 @@ nav:
99
- Home:
1010
- Introduction: index.md
1111

12-
# - Quickstart: dataset/quickstart.md
13-
# - Installing <code>kolena</code>: installing-kolena.md
14-
# - Core Concepts: dataset/core-concepts/index.md
15-
# - Use Cases: dataset/use-cases.md
16-
# - Advanced Usage:
17-
# - Advanced Usage: dataset/advanced-usage/index.md
18-
# - Formatting Datasets:
19-
# - Formatting Datasets: dataset/advanced-usage/dataset-formatting/index.md
20-
# - Computer Vision: dataset/advanced-usage/dataset-formatting/computer-vision.md
21-
# - Natural Language: dataset/advanced-usage/dataset-formatting/natural-language.md
22-
# - Audio: dataset/advanced-usage/dataset-formatting/audio.md
23-
# - Task Metrics: dataset/advanced-usage/task-metrics.md
24-
# - Thresholded Results: dataset/advanced-usage/thresholded-results.md
25-
# - Programmatically Compare Models: dataset/advanced-usage/quality-standard-results.md
26-
# - Automatically Extract Text Properties: automations/extract-text-metadata.md
27-
# - Automatically Extract Image Properties: automations/extract-image-metadata.md
28-
# - Automatically Extract Bounding Box Properties: automations/extract-bounding-box-metadata.md
29-
# - Setting Up Natural Language Search: automations/set-up-natural-language-search.md
30-
# - Uploading Custom Embeddings: dataset/advanced-usage/upload-embeddings.md
31-
# - Object Detection with Kolena: dataset/object-detection.md
32-
# - LLM Powered Data Processing: dataset/advanced-usage/llm-prompt-extraction.md
33-
# - Custom Queries and Fields: dataset/advanced-usage/custom-queries.md
34-
# - Connecting Cloud Storage:
35-
# - Connecting Cloud Storage: connecting-cloud-storage/index.md
36-
# - Amazon S3: connecting-cloud-storage/amazon-s3.md
37-
# - S3-Compatible APIs: connecting-cloud-storage/s3-compatible.md
38-
# - Google Cloud Storage: connecting-cloud-storage/google-cloud-storage.md
39-
# - Azure Blob Storage: connecting-cloud-storage/azure-blob-storage.md
40-
# - HTTP Basic: connecting-cloud-storage/http-basic.md
41-
# - Connecting External LLM Endpoint:
42-
# - Connecting External LLM Endpoint: connecting-external-llm-endpoint/index.md
43-
# - Connecting Azure OpenAI deployment: connecting-external-llm-endpoint/azure-openai.md
44-
# - Archive:
45-
# - Workflows:
46-
# - Workflows: workflow/index.md
47-
# - Quickstart: workflow/quickstart.md
48-
# - Building a Workflow: workflow/building-a-workflow.md
49-
# - Core Concepts:
50-
# - Core Concepts: workflow/core-concepts/index.md
51-
# - Workflow: workflow/core-concepts/workflow.md
52-
# - Test Case & Test Suite: workflow/core-concepts/test-suite.md
53-
# - Model: workflow/core-concepts/model.md
54-
# - Advanced Usage:
55-
# - Advanced Usage: workflow/advanced-usage/index.md
56-
# - Packaging for Automated Evaluation: workflow/advanced-usage/packaging-for-automated-evaluation.md
57-
# - Nesting Test Case Metrics: workflow/advanced-usage/nesting-test-case-metrics.md
58-
# - Uploading Activation Maps: workflow/advanced-usage/uploading-activation-maps.md
59-
# - API Reference:
60-
# - API Reference: reference/index.md
61-
# - <code>kolena.annotation</code>: reference/annotation.md
62-
# - <code>kolena.asset</code>: reference/asset.md
63-
# - <code>kolena.dataset</code>: reference/dataset/index.md
64-
# - <code>kolena.errors</code>: reference/errors.md
65-
# - <code>kolena.io</code>: reference/io.md
66-
# - <code>kolena.initialize</code>: reference/initialize.md
67-
# - <code>kolena.metrics</code>: reference/metrics.md
68-
# - <code>kolena._experimental</code>: reference/experimental/index.md
69-
# - Archived:
70-
# - <code>kolena.workflow</code>:
71-
# - <code>kolena.workflow</code>: reference/workflow/index.md
72-
# - <code>TestSample</code>: reference/workflow/test-sample.md
73-
# - <code>GroundTruth</code>: reference/workflow/ground-truth.md
74-
# - <code>Inference</code>: reference/workflow/inference.md
75-
# - <code>Evaluator</code>: reference/workflow/evaluator.md
76-
# - <code>TestCase</code>: reference/workflow/test-case.md
77-
# - <code>TestSuite</code>: reference/workflow/test-suite.md
78-
# - <code>Model</code>: reference/workflow/model.md
79-
# - <code>test</code>: reference/workflow/test-run.md
80-
# - Utilities:
81-
# - Annotations: reference/workflow/annotation.md
82-
# - Assets: reference/workflow/asset.md
83-
# - Plots: reference/workflow/plot.md
84-
# - <code>define_workflow</code>: reference/workflow/define-workflow.md
85-
# - <code>ThresholdedMetrics</code>: reference/workflow/thresholded-metrics.md
86-
# - <code>visualization</code>: reference/workflow/visualization.md
87-
# - IO: reference/workflow/io.md
88-
# - Pre-built Workflows:
89-
# - Pre-built Workflows: reference/pre-built/index.md
90-
# - Object Detection (2D): reference/pre-built/object-detection-2d.md
91-
# - Classification: reference/pre-built/classification.md
92-
9312
theme:
9413
name: material
9514
logo: assets/images/logo-white.svg
@@ -179,7 +98,6 @@ plugins:
17998
cache_dir: .cache/plugin/social/free
18099
search:
181100
lang: en
182-
git-revision-date-localized:
183101
mkdocstrings:
184102
handlers:
185103
python:

0 commit comments

Comments
 (0)