Skip to content

Commit 03c3e6b

Browse files
docs: update repository links after rename
1 parent 66502f9 commit 03c3e6b

6 files changed

Lines changed: 15 additions & 15 deletions

File tree

AutoAlpha/pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ dependencies = [
4242
]
4343

4444
[project.urls]
45-
Homepage = "https://github.com/khakhasshi/MultiFactorAshare"
46-
Documentation = "https://github.com/khakhasshi/MultiFactorAshare#readme"
47-
Issues = "https://github.com/khakhasshi/MultiFactorAshare/issues"
48-
Source = "https://github.com/khakhasshi/MultiFactorAshare/tree/main/AutoAlpha"
45+
Homepage = "https://github.com/khakhasshi/LLM_QUANT_FACTORY"
46+
Documentation = "https://github.com/khakhasshi/LLM_QUANT_FACTORY#readme"
47+
Issues = "https://github.com/khakhasshi/LLM_QUANT_FACTORY/issues"
48+
Source = "https://github.com/khakhasshi/LLM_QUANT_FACTORY/tree/main/AutoAlpha"
4949

5050
[project.scripts]
5151
autoalpha = "autoalpha.cli:main"

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ authors:
99
email: contact@jiangjingzhe.com
1010
version: 0.5.0
1111
date-released: 2026-07-29
12-
repository-code: "https://github.com/khakhasshi/MultiFactorAshare"
13-
url: "https://github.com/khakhasshi/MultiFactorAshare"
12+
repository-code: "https://github.com/khakhasshi/LLM_QUANT_FACTORY"
13+
url: "https://github.com/khakhasshi/LLM_QUANT_FACTORY"
1414
license: PolyForm-Noncommercial-1.0.0
1515
keywords:
1616
- quantitative-finance

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ By participating, you agree to follow the [Code of Conduct](CODE_OF_CONDUCT.md).
1717
## Development setup
1818

1919
```bash
20-
git clone https://github.com/khakhasshi/MultiFactorAshare.git
20+
git clone https://github.com/khakhasshi/LLM_QUANT_FACTORY.git
2121
cd MultiFactorAshare
2222

2323
uv sync --frozen --all-groups

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
一个面向 A 股截面多因子研究的源码可用工作台:从数据治理、LLM 辅助因子发现、因子知识库,
88
到受约束组合搜索、选股、回测、审计和策略版本管理。
99

10-
[![CI](https://github.com/khakhasshi/MultiFactorAshare/actions/workflows/ci.yml/badge.svg)](https://github.com/khakhasshi/MultiFactorAshare/actions/workflows/ci.yml)
10+
[![CI](https://github.com/khakhasshi/LLM_QUANT_FACTORY/actions/workflows/ci.yml/badge.svg)](https://github.com/khakhasshi/LLM_QUANT_FACTORY/actions/workflows/ci.yml)
1111
[![License](https://img.shields.io/badge/license-PolyForm%20Noncommercial%201.0.0-c2413b.svg)](LICENSE)
1212
[![Python](https://img.shields.io/badge/python-3.12%2B-3776ab.svg?logo=python&logoColor=white)](https://www.python.org/)
1313
[![uv](https://img.shields.io/badge/package%20manager-uv-5c4ee5.svg)](https://docs.astral.sh/uv/)
@@ -171,7 +171,7 @@ flowchart LR
171171
### 1. 克隆与安装
172172

173173
```bash
174-
git clone https://github.com/khakhasshi/MultiFactorAshare.git
174+
git clone https://github.com/khakhasshi/LLM_QUANT_FACTORY.git
175175
cd MultiFactorAshare
176176

177177
uv sync --frozen --all-groups

README_EN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ covering data
99
governance, LLM-assisted factor discovery, factor knowledge management, constrained portfolio
1010
search, screening, backtesting, audit trails, and strategy versioning.
1111

12-
[![CI](https://github.com/khakhasshi/MultiFactorAshare/actions/workflows/ci.yml/badge.svg)](https://github.com/khakhasshi/MultiFactorAshare/actions/workflows/ci.yml)
12+
[![CI](https://github.com/khakhasshi/LLM_QUANT_FACTORY/actions/workflows/ci.yml/badge.svg)](https://github.com/khakhasshi/LLM_QUANT_FACTORY/actions/workflows/ci.yml)
1313
[![License](https://img.shields.io/badge/license-PolyForm%20Noncommercial%201.0.0-c2413b.svg)](LICENSE)
1414
[![Python](https://img.shields.io/badge/python-3.12%2B-3776ab.svg?logo=python&logoColor=white)](https://www.python.org/)
1515
[![uv](https://img.shields.io/badge/package%20manager-uv-5c4ee5.svg)](https://docs.astral.sh/uv/)
@@ -192,7 +192,7 @@ The system deliberately separates research convenience from production evidence:
192192
### 1. Clone and install
193193

194194
```bash
195-
git clone https://github.com/khakhasshi/MultiFactorAshare.git
195+
git clone https://github.com/khakhasshi/LLM_QUANT_FACTORY.git
196196
cd MultiFactorAshare
197197

198198
uv sync --frozen --all-groups

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ dependencies = [
3131
]
3232

3333
[project.urls]
34-
Homepage = "https://github.com/khakhasshi/MultiFactorAshare"
35-
Documentation = "https://github.com/khakhasshi/MultiFactorAshare#readme"
36-
Issues = "https://github.com/khakhasshi/MultiFactorAshare/issues"
37-
Source = "https://github.com/khakhasshi/MultiFactorAshare"
34+
Homepage = "https://github.com/khakhasshi/LLM_QUANT_FACTORY"
35+
Documentation = "https://github.com/khakhasshi/LLM_QUANT_FACTORY#readme"
36+
Issues = "https://github.com/khakhasshi/LLM_QUANT_FACTORY/issues"
37+
Source = "https://github.com/khakhasshi/LLM_QUANT_FACTORY"
3838

3939
[project.scripts]
4040
mf-data = "multifactor_ashare.data:main"

0 commit comments

Comments
 (0)