From fc05dc76a8ef56d2422b2abf48a04286caa743a2 Mon Sep 17 00:00:00 2001 From: Paris Kasidiaris Date: Tue, 20 Feb 2024 13:35:29 +0000 Subject: [PATCH 1/2] Fix dev containers --- .devcontainer/devcontainer.json | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 0daa0bd..9b9ff62 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -36,7 +36,7 @@ "editor.formatOnSaveMode": "modifications", "editor.formatOnPaste": true, "editor.codeActionsOnSave": { - "source.organizeImports": true + "source.organizeImports": "always" } } } diff --git a/Dockerfile b/Dockerfile index 4218e51..abcfb93 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM ghcr.io/withlogicco/poetry:1.7.1-python-3.12 WORKDIR /usr/src/app -COPY pyproject.toml poetry.lock ./ +COPY pyproject.toml poetry.lock README.md ./ RUN poetry check && poetry lock --check RUN poetry install From 091c816046114b463d4e83b1e6f4a38ee6b4eea8 Mon Sep 17 00:00:00 2001 From: Paris Kasidiaris Date: Tue, 20 Feb 2024 13:35:34 +0000 Subject: [PATCH 2/2] Update documentation title --- docs/source/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/index.rst b/docs/source/index.rst index 2586182..7298675 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -3,7 +3,7 @@ You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. -Welcome to ergani's documentation! +Ergani Python SDK ============================================= .. toctree::