Skip to content

Commit 53b7970

Browse files
committed
fix: rcrscoreのインストールコマンドとドキュメントのパスを修正
1 parent 2edae3e commit 53b7970

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
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
```

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)