Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ uv sync
### Run Agent

```bash
uv run python ./adf_core_python/launcher.py
uv run python ./src/adf_core_python/launcher.py

# get help
uv run python ./adf_core_python/launcher.py -h
uv run python ./src/adf_core_python/launcher.py -h
```

### Build
Expand Down
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
## Generate documentation

```bash
sphinx-apidoc -f -o ./docs/source/adf_core_python ./adf_core_python
sphinx-build -M html ./docs/source/adf_core_python ./docs/build -a
sphinx-apidoc -f -o ./docs/source/adf_core_python ./src/adf_core_python
sphinx-build -M html ./docs/source ./docs/build -a
```
1 change: 1 addition & 0 deletions docs/source/install/install/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
パッケージをインストールするには、次のコマンドを実行します:

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

Expand Down
1 change: 1 addition & 0 deletions docs/source/quickstart/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
パッケージをインストールするには、次のコマンドを実行します:

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

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -140,4 +140,4 @@ pythonpath = ["src"]
testpaths = ["tests"]

[tool.uv.sources]
rcrscore = { git = "https://github.com/adf-python/rcrs-core-python" , tag = "v0.2.0" }
rcrscore = { git = "https://github.com/adf-python/rcrs-core-python" , tag = "v0.2.2" }
6 changes: 3 additions & 3 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading