File tree Expand file tree Collapse file tree 6 files changed +53
-2044
lines changed
Expand file tree Collapse file tree 6 files changed +53
-2044
lines changed Original file line number Diff line number Diff line change @@ -17,3 +17,12 @@ __pycache__/
1717
1818# Build files
1919dist /
20+
21+ # Build system lock files
22+ uv.lock
23+
24+ # Cache
25+ .cache /
26+
27+ # Site folder
28+ site /
Original file line number Diff line number Diff 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 ---
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments