Skip to content

Commit 840370e

Browse files
committed
Added discord information and updated all the badges.
Signed-off-by: Rahul Krishna <i.m.ralk@gmail.com>
1 parent 25bccb9 commit 840370e

File tree

2 files changed

+28
-12
lines changed

2 files changed

+28
-12
lines changed

README.md

Lines changed: 20 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,26 @@
11
<!-- # CodeLLM-Devkit: A Python library for seamless interaction with CodeLLMs -->
22
![codellm-devkit logo](./docs/assets/cldk.png)
33

4-
[![arXiv](https://img.shields.io/badge/arXiv-2410.13007-b31b1b.svg)](https://arxiv.org/abs/2410.13007)
5-
[![Python 3.11](https://img.shields.io/badge/python-3.11-blue.svg)](https://www.python.org/downloads/release/python-3110/)
6-
[![License](https://img.shields.io/badge/License-Apache%202.0-green.svg)](https://opensource.org/licenses/Apache-2.0)
7-
[![Documentation](https://img.shields.io/badge/GitHub%20Pages-Docs-blue)](https://ibm.github.io/codellm-devkit/)
8-
[![PyPI version](https://badge.fury.io/py/cldk.svg)](https://badge.fury.io/py/cldk)
9-
4+
<p align='center'>
5+
<a href="https://arxiv.org/abs/2410.13007">
6+
<img src="https://img.shields.io/badge/arXiv-2410.13007-b31b1b?style=flat-square" />
7+
</a>
8+
<a href="https://www.python.org/downloads/release/python-3110/">
9+
<img src="https://img.shields.io/badge/python-3.11-blue?style=flat-square" />
10+
</a>
11+
<a href="https://opensource.org/licenses/Apache-2.0">
12+
<img src="https://img.shields.io/badge/License-Apache%202.0-green?style=flat-square" />
13+
</a>
14+
<a href="https://ibm.github.io/codellm-devkit/">
15+
<img src="https://img.shields.io/badge/GitHub%20Pages-Docs-blue?style=flat-square" />
16+
</a>
17+
<a href="https://badge.fury.io/py/cldk">
18+
<img src="https://img.shields.io/pypi/v/cldk?style=flat-square&label=codellm-devkit&color=blue" />
19+
</a>
20+
<a href="https://discord.gg/zEjz9YrmqN">
21+
<img src="https://dcbadge.limes.pink/api/server/https://discord.gg/zEjz9YrmqN?style=flat-square"/>
22+
</a>
23+
</p>
1024

1125
Codellm-devkit (CLDK) is a multilingual program analysis framework that bridges the gap between traditional static analysis tools and Large Language Models (LLMs) specialized for code (CodeLLMs). Codellm-devkit allows developers to streamline the process of transforming raw code into actionable insights by providing a unified interface for integrating outputs from various analysis tools and preparing them for effective use by CodeLLMs.
1226

docs/index.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,24 @@ hide:
99

1010
<p align='center'>
1111
<a href="https://arxiv.org/abs/2410.13007">
12-
<img src="https://img.shields.io/badge/arXiv-2410.13007-b31b1b.svg" />
12+
<img src="https://img.shields.io/badge/arXiv-2410.13007-b31b1b?style=flat-square" />
1313
</a>
1414
<a href="https://www.python.org/downloads/release/python-3110/">
15-
<img src="https://img.shields.io/badge/python-3.11-blue.svg" />
15+
<img src="https://img.shields.io/badge/python-3.11-blue?style=flat-square" />
1616
</a>
1717
<a href="https://opensource.org/licenses/Apache-2.0">
18-
<img src="https://img.shields.io/badge/License-Apache%202.0-green.svg" />
18+
<img src="https://img.shields.io/badge/License-Apache%202.0-green?style=flat-square" />
1919
</a>
2020
<a href="https://ibm.github.io/codellm-devkit/">
21-
<img src="https://img.shields.io/badge/GitHub%20Pages-Docs-blue" />
21+
<img src="https://img.shields.io/badge/GitHub%20Pages-Docs-blue?style=flat-square" />
2222
</a>
2323
<a href="https://badge.fury.io/py/cldk">
24-
<img src="https://badge.fury.io/py/cldk.svg" />
24+
<img src="https://img.shields.io/pypi/v/cldk?style=flat-square&label=codellm-devkit&color=blue" />
25+
</a>
26+
<a href="https://discord.gg/zEjz9YrmqN">
27+
<img src="https://dcbadge.limes.pink/api/server/https://discord.gg/zEjz9YrmqN?style=flat-square"/>
2528
</a>
2629
</p>
27-
2830
---
2931

3032
[Codellm-devkit](https://cldk.info) (aka. CLDK) is a multilingual program analysis framework that bridges the gap between traditional static analysis tools and Large Language Models (LLMs) specialized for code (CodeLLMs). CLDK simplifies multi-language code analysis by providing a unified Python library that integrates outputs from various analysis tools and prepares them for effective use by CodeLLMs.

0 commit comments

Comments
 (0)