diff --git a/{{cookiecutter.project_name}}/docs/pages/template/overview.rst b/{{cookiecutter.project_name}}/docs/pages/template/overview.rst index db252344..69f3fee7 100644 --- a/{{cookiecutter.project_name}}/docs/pages/template/overview.rst +++ b/{{cookiecutter.project_name}}/docs/pages/template/overview.rst @@ -39,8 +39,9 @@ root project after pushing it to the repository. Currently it is used for testing and releasing a ``docker`` image - ``.python-version`` - file that specifies the Python version - to be used for the project. It helps in maintaining a consistent - Python environment across different machines and environments. + to be used for the project, particularly when using `pyenv`. + This file helps in maintaining a consistent Python environment across different + machines and environments - ``CHANGELOG.md`` - file that contains a chronological log of all notable changes made to the project. It provides a comprehensive overview of the project's evolution and