Skip to content

Commit 6fc2162

Browse files
authored
Merge pull request #114 from adf-python/update/rcrscore-v0.2.2
Update/rcrscore v0.2.2
2 parents 5804e14 + 53b7970 commit 6fc2162

File tree

6 files changed

+10
-8
lines changed

6 files changed

+10
-8
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ uv sync
2020
### Run Agent
2121

2222
```bash
23-
uv run python ./adf_core_python/launcher.py
23+
uv run python ./src/adf_core_python/launcher.py
2424

2525
# get help
26-
uv run python ./adf_core_python/launcher.py -h
26+
uv run python ./src/adf_core_python/launcher.py -h
2727
```
2828

2929
### Build

docs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
## Generate documentation
44

55
```bash
6-
sphinx-apidoc -f -o ./docs/source/adf_core_python ./adf_core_python
7-
sphinx-build -M html ./docs/source/adf_core_python ./docs/build -a
6+
sphinx-apidoc -f -o ./docs/source/adf_core_python ./src/adf_core_python
7+
sphinx-build -M html ./docs/source ./docs/build -a
88
```

docs/source/install/install/install.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
パッケージをインストールするには、次のコマンドを実行します:
1515

1616
```bash
17+
pip install rcrscore@git+https://github.com/adf-python/rcrs-core-python@v0.2.2
1718
pip install git+https://github.com/adf-python/adf-core-python.git
1819
```
1920

docs/source/quickstart/quickstart.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
パッケージをインストールするには、次のコマンドを実行します:
1313

1414
```bash
15+
pip install rcrscore@git+https://github.com/adf-python/rcrs-core-python@v0.2.2
1516
pip install git+https://github.com/adf-python/adf-core-python.git
1617
```
1718

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,4 +140,4 @@ pythonpath = ["src"]
140140
testpaths = ["tests"]
141141

142142
[tool.uv.sources]
143-
rcrscore = { git = "https://github.com/adf-python/rcrs-core-python" , tag = "v0.2.0" }
143+
rcrscore = { git = "https://github.com/adf-python/rcrs-core-python" , tag = "v0.2.2" }

uv.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)