Skip to content

Commit 8191e20

Browse files
committed
Move from poetry->uv for build management. Remove core concepts page.
Signed-off-by: Rahul Krishna <rkrsn@ibm.com>
1 parent 2ea7083 commit 8191e20

File tree

6 files changed

+53
-2044
lines changed

6 files changed

+53
-2044
lines changed

.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,12 @@ __pycache__/
1717

1818
# Build files
1919
dist/
20+
21+
# Build system lock files
22+
uv.lock
23+
24+
# Cache
25+
.cache/
26+
27+
# Site folder
28+
site/

docs/index.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,6 @@ Get started with Codellm-Devkit:
5353

5454
Install and initialize the `cldk` Python package to start analyzing your codebases.
5555

56-
- [:cldk-area-of-interest-16: Core Concepts](core-concepts/index.md)
57-
58-
---
59-
60-
Explore the key components of CLDK—including data models and analysis backends—that simplify code analysis workflows.
61-
6256
- [:cldk-manual-16: Python API Reference](reference/python-api/index.md)
6357

6458
---

mkdocs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ nav:
1010
- Home: index.md
1111
- Quick Start: quickstart.md
1212
- Installation: installing.md
13-
- Core Concepts: core-concepts/index.md
1413
- API Reference:
1514
- Python SDK:
1615
- Core: reference/python-api/core.md

0 commit comments

Comments
 (0)