Skip to content

Commit 11a9eee

Browse files
committed
update docs
1 parent 9e17e4b commit 11a9eee

5 files changed

Lines changed: 21 additions & 29 deletions

File tree

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,16 @@
1111
[![PyPI version](https://badge.fury.io/py/comfykit.svg)](https://pypi.org/project/comfykit/)
1212
[![Python](https://img.shields.io/pypi/pyversions/comfykit.svg)](https://pypi.org/project/comfykit/)
1313
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
14-
[![PyPI downloads](https://img.shields.io/pypi/dm/comfykit)](https://pypi.org/project/comfykit/)
1514
[![GitHub stars](https://img.shields.io/github/stars/puke3615/ComfyKit?style=social)](https://github.com/puke3615/ComfyKit)
1615
[![GitHub last commit](https://img.shields.io/github/last-commit/puke3615/ComfyKit)](https://github.com/puke3615/ComfyKit)
1716
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
1817
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/puke3615/ComfyKit/pulls)
1918

20-
[📖 Documentation](https://puke3615.github.io/ComfyKit/)
21-
[🚀 Quick Start](#-quick-start)
22-
[🎯 DSL Reference](#️-workflow-dsl-quick-reference)
23-
[💡 Examples](examples/)
24-
[❓ Issues](https://github.com/puke3615/ComfyKit/issues)
19+
[**📖 Documentation**](https://puke3615.github.io/ComfyKit/) |
20+
[**🚀 Quick Start**](#-quick-start) |
21+
[**🎯 DSL Reference**](#️-workflow-dsl-quick-reference) |
22+
[**💡 Examples**](examples/) |
23+
[**❓ Issues**](https://github.com/puke3615/ComfyKit/issues)
2524

2625
</div>
2726

README_CN.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,16 @@
1111
[![PyPI version](https://badge.fury.io/py/comfykit.svg)](https://pypi.org/project/comfykit/)
1212
[![Python](https://img.shields.io/pypi/pyversions/comfykit.svg)](https://pypi.org/project/comfykit/)
1313
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
14-
[![PyPI downloads](https://img.shields.io/pypi/dm/comfykit)](https://pypi.org/project/comfykit/)
1514
[![GitHub stars](https://img.shields.io/github/stars/puke3615/ComfyKit?style=social)](https://github.com/puke3615/ComfyKit)
1615
[![GitHub last commit](https://img.shields.io/github/last-commit/puke3615/ComfyKit)](https://github.com/puke3615/ComfyKit)
1716
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
1817
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/puke3615/ComfyKit/pulls)
1918

20-
[📖 在线文档](https://puke3615.github.io/ComfyKit/)
21-
[🚀 快速开始](#-快速开始)
22-
[🎯 DSL 标记](#️-workflow-dsl-标记速查表)
23-
[💡 示例代码](examples/)
24-
[❓ 问题反馈](https://github.com/puke3615/ComfyKit/issues)
19+
[**📖 在线文档**](https://puke3615.github.io/ComfyKit/) |
20+
[**🚀 快速开始**](#-快速开始) |
21+
[**🎯 DSL 标记**](#️-workflow-dsl-标记速查表) |
22+
[**💡 示例代码**](examples/) |
23+
[**❓ 问题反馈**](https://github.com/puke3615/ComfyKit/issues)
2524

2625
</div>
2726

docs/en/index.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@
1414
<a href="https://opensource.org/licenses/MIT">
1515
<img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="License: MIT">
1616
</a>
17-
<a href="https://pypi.org/project/comfykit/">
18-
<img src="https://img.shields.io/pypi/dm/comfykit" alt="PyPI downloads">
19-
</a>
2017
<a href="https://github.com/puke3615/ComfyKit">
2118
<img src="https://img.shields.io/github/stars/puke3615/ComfyKit?style=social" alt="GitHub stars">
2219
</a>
@@ -31,11 +28,11 @@
3128
</a>
3229

3330
<p>
34-
<a href="https://puke3615.github.io/ComfyKit/">📖 Documentation</a>
35-
<a href="#-quick-start">🚀 Quick Start</a>
36-
<a href="#️-workflow-dsl-quick-reference">🎯 DSL Reference</a>
37-
<a href="https://github.com/puke3615/ComfyKit/tree/main/examples">💡 Examples</a>
38-
<a href="https://github.com/puke3615/ComfyKit/issues">❓ Issues</a>
31+
<a href="https://puke3615.github.io/ComfyKit/"><strong>📖 Documentation</strong></a> |
32+
<a href="#-quick-start"><strong>🚀 Quick Start</strong></a> |
33+
<a href="#️-workflow-dsl-quick-reference"><strong>🎯 DSL Reference</strong></a> |
34+
<a href="https://github.com/puke3615/ComfyKit/tree/main/examples"><strong>💡 Examples</strong></a> |
35+
<a href="https://github.com/puke3615/ComfyKit/issues"><strong>❓ Issues</strong></a>
3936
</p>
4037
</div>
4138

docs/zh/index.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@
1414
<a href="https://opensource.org/licenses/MIT">
1515
<img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="License: MIT">
1616
</a>
17-
<a href="https://pypi.org/project/comfykit/">
18-
<img src="https://img.shields.io/pypi/dm/comfykit" alt="PyPI downloads">
19-
</a>
2017
<a href="https://github.com/puke3615/ComfyKit">
2118
<img src="https://img.shields.io/github/stars/puke3615/ComfyKit?style=social" alt="GitHub stars">
2219
</a>
@@ -31,11 +28,11 @@
3128
</a>
3229

3330
<p>
34-
<a href="https://puke3615.github.io/ComfyKit/">📖 在线文档</a>
35-
<a href="#-快速开始">🚀 快速开始</a>
36-
<a href="#️-workflow-dsl-标记速查表">🎯 DSL 标记</a>
37-
<a href="https://github.com/puke3615/ComfyKit/tree/main/examples">💡 示例代码</a>
38-
<a href="https://github.com/puke3615/ComfyKit/issues">❓ 问题反馈</a>
31+
<a href="https://puke3615.github.io/ComfyKit/"><strong>📖 在线文档</strong></a> |
32+
<a href="#-快速开始"><strong>🚀 快速开始</strong></a> |
33+
<a href="#️-workflow-dsl-标记速查表"><strong>🎯 DSL 标记</strong></a> |
34+
<a href="https://github.com/puke3615/ComfyKit/tree/main/examples"><strong>💡 示例代码</strong></a> |
35+
<a href="https://github.com/puke3615/ComfyKit/issues"><strong>❓ 问题反馈</strong></a>
3936
</p>
4037
</div>
4138

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "comfykit"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
description = "ComfyUI Python SDK for developers - Build AI generation into your app"
55
readme = "README.md"
66
requires-python = ">=3.10"

0 commit comments

Comments
 (0)