diff --git a/README.md b/README.md index d0f490a8..9049edbf 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docs/README.md b/docs/README.md index 4d78f237..e661f59e 100644 --- a/docs/README.md +++ b/docs/README.md @@ -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 ``` diff --git a/docs/source/install/install/install.md b/docs/source/install/install/install.md index 032e22cc..299d7577 100644 --- a/docs/source/install/install/install.md +++ b/docs/source/install/install/install.md @@ -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 ``` diff --git a/docs/source/quickstart/quickstart.md b/docs/source/quickstart/quickstart.md index 664dcd43..d3b5b548 100644 --- a/docs/source/quickstart/quickstart.md +++ b/docs/source/quickstart/quickstart.md @@ -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 ``` diff --git a/pyproject.toml b/pyproject.toml index b53e1f38..cb451276 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" } diff --git a/uv.lock b/uv.lock index fba9de0f..6d5e8d8c 100644 --- a/uv.lock +++ b/uv.lock @@ -55,7 +55,7 @@ requires-dist = [ { name = "jinja2", specifier = ">=3.1.6" }, { name = "protobuf", specifier = ">=6.31.1" }, { name = "pyyaml", specifier = ">=6.0.2" }, - { name = "rcrscore", git = "https://github.com/adf-python/rcrs-core-python?tag=v0.2.0" }, + { name = "rcrscore", git = "https://github.com/adf-python/rcrs-core-python?tag=v0.2.2" }, { name = "rtree", specifier = ">=1.4.0" }, { name = "scikit-learn", specifier = ">=1.7.1" }, { name = "shapely", specifier = ">=2.1.1" }, @@ -510,8 +510,8 @@ wheels = [ [[package]] name = "rcrscore" -version = "0.1.0" -source = { git = "https://github.com/adf-python/rcrs-core-python?tag=v0.2.0#d8227cfcfb479c020fd0354a923aefcb6f2573df" } +version = "0.2.2" +source = { git = "https://github.com/adf-python/rcrs-core-python?tag=v0.2.2#b5e8bb648e8f2182b25947002a4225d5bab8ff09" } dependencies = [ { name = "protobuf" }, { name = "rtree" },