From e2473609fc25b44eac15ddaf9b41683d3b2bba3e Mon Sep 17 00:00:00 2001 From: "Xuan (Sean) Hu" Date: Tue, 7 May 2024 17:16:40 +0800 Subject: [PATCH] docs: emphasize multiple Python versions in Features (#530) --- README.md | 3 ++- includes/sample.jinja | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4cac1b17..7aea3b9a 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,8 @@ If you find this helpful, please consider [sponsorship](https://github.com/spons - Lint with [`mypy`](http://www.mypy-lang.org/), [`ruff`](https://github.com/charliermarsh/ruff), [`toml-sort`](https://github.com/pappasam/toml-sort) and [`commitlint`](https://commitlint.js.org/). - Test with [`pytest`](https://pytest.org/) and [`coverage`](https://coverage.readthedocs.io) for threshold and reports. - Documentation with [`sphinx`](https://www.sphinx-doc.org/), the [`furo`](https://pradyunsg.me/furo) theme, and [mypy](https://mypy.readthedocs.io/en/stable/command_line.html?report-generation)/[coverage](https://coverage.readthedocs.io/en/7.3.0/cmd.html#html-reporting-coverage-html) reports. -- Continuous Integration with [GitHub Actions](https://docs.github.com/actions) and [GitLab CI/CD](https://docs.gitlab.com/ee/ci/). +- Continuous Integration for multiple Python versions and platforms with [GitHub Actions](https://docs.github.com/actions). +- Containerized Continuous Integration for multiple Python versions with [GitLab CI/CD](https://docs.gitlab.com/ee/ci/). - Latest stable documentation published to [GitHub](https://docs.github.com/en/pages)/[GitLab](https://docs.gitlab.com/ee/user/project/pages/) Pages. - [Versioned documentation](https://docs.readthedocs.io/en/stable/versions.html) and [pull request previews](https://docs.readthedocs.io/en/stable/pull-requests.html) with [Read the Docs](https://readthedocs.org/). - Develop Command Line Interfaces with [`typer`](https://typer.tiangolo.com/). diff --git a/includes/sample.jinja b/includes/sample.jinja index 7c049df3..4e7646ba 100644 --- a/includes/sample.jinja +++ b/includes/sample.jinja @@ -23,7 +23,8 @@ If you find this helpful, please consider [sponsorship](https://github.com/spons - Lint with [`mypy`](http://www.mypy-lang.org/), [`ruff`](https://github.com/charliermarsh/ruff), [`toml-sort`](https://github.com/pappasam/toml-sort) and [`commitlint`](https://commitlint.js.org/). - Test with [`pytest`](https://pytest.org/) and [`coverage`](https://coverage.readthedocs.io) for threshold and reports. - Documentation with [`sphinx`](https://www.sphinx-doc.org/), the [`furo`](https://pradyunsg.me/furo) theme, and [mypy](https://mypy.readthedocs.io/en/stable/command_line.html?report-generation)/[coverage](https://coverage.readthedocs.io/en/7.3.0/cmd.html#html-reporting-coverage-html) reports. -- Continuous Integration with [GitHub Actions](https://docs.github.com/actions) and [GitLab CI/CD](https://docs.gitlab.com/ee/ci/). +- Continuous Integration for multiple Python versions and platforms with [GitHub Actions](https://docs.github.com/actions). +- Containerized Continuous Integration for multiple Python versions with [GitLab CI/CD](https://docs.gitlab.com/ee/ci/). - Latest stable documentation published to [GitHub](https://docs.github.com/en/pages)/[GitLab](https://docs.gitlab.com/ee/user/project/pages/) Pages. - [Versioned documentation](https://docs.readthedocs.io/en/stable/versions.html) and [pull request previews](https://docs.readthedocs.io/en/stable/pull-requests.html) with [Read the Docs](https://readthedocs.org/). - Develop Command Line Interfaces with [`typer`](https://typer.tiangolo.com/).