Skip to content

Commit 8e7e142

Browse files
committed
docs: fix typos
Found via `codespell -L nd`
1 parent acc379a commit 8e7e142

57 files changed

Lines changed: 153 additions & 154 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/generate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
tox -e "py310{-sdist, -wheel, -dev}"
6969
tox -e coverage
7070
71-
## Verify Development Scripts operate as intented out of the box
71+
## Verify Development Scripts operate as intended out of the box
7272
- name: 'Ruff: Fast Python Linter -> PASS'
7373
run: |
7474
cd gen/biskotaki

.github/workflows/quick-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787

8888
- run: git fetch
8989
- run: git log --graph --decorate --color --all --stat
90-
- run: echo "Expect above log to proove local and origin empemeral-doc-updates branches are deleted"
90+
- run: echo "Expect above log to prove local and origin empemeral-doc-updates branches are deleted"
9191

9292
### WORKFLOW No 2 - EMBEDDED ###
9393

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ env:
4444
# Override Docker Policy-dependent decision-making and
4545
# Accept any ALL (branch/build) to Publish to Dockerhub
4646
# if true, it will push image and ignore DOCKER_JOB_POLICY
47-
ALWAYS_BUILD_N_PUBLSIH_DOCKER: "false"
47+
ALWAYS_BUILD_N_PUBLISH_DOCKER: "false"
4848

4949
DOCKER_JOB_POLICY: "CDeployment"
5050
# - CDeployment : Builds and Publishes only if Tests ran and passed
@@ -86,7 +86,7 @@ jobs:
8686
echo "PUBLISH_ON_PYPI=$PUBLISH_ON_PYPI" >> $GITHUB_OUTPUT
8787
## Docker - Pipeline Settings ##
8888
- id: derive_docker_policy
89-
run: echo "POL=${{ (env.DOCKER_JOB_ON != 'true' && '0') || (env.ALWAYS_BUILD_N_PUBLSIH_DOCKER == 'true' && '1') || (env.DOCKER_JOB_POLICY == 'CDeployment' && '2') || (env.DOCKER_JOB_POLICY == 'CDelivery' && '3') }}" >> $GITHUB_OUTPUT
89+
run: echo "POL=${{ (env.DOCKER_JOB_ON != 'true' && '0') || (env.ALWAYS_BUILD_N_PUBLISH_DOCKER == 'true' && '1') || (env.DOCKER_JOB_POLICY == 'CDeployment' && '2') || (env.DOCKER_JOB_POLICY == 'CDelivery' && '3') }}" >> $GITHUB_OUTPUT
9090
## Static Code Analysis - Pipeline Settings ##
9191
- id: derive_sqa_policy
9292
run: echo "POL=${{ (env.RUN_LINT_CHECKS != 'true' && '0') || (env.ALWAYS_LINT == 'true' && '1') || env.LINT_JOB_POLICY }}" >> $GITHUB_OUTPUT

.pylintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ confidence=
6060
# can either give multiple identifiers separated by comma (,) or put this
6161
# option multiple times (only on the command line, not in the configuration
6262
# file where it should appear only once). You can also use "--disable=all" to
63-
# disable everything first and then reenable specific checks. For example, if
63+
# disable everything first and then re-enable specific checks. For example, if
6464
# you want to run only the similarities checker, you can use "--disable=all
6565
# --enable=similarities". If you want to run only the classes checker, but have
6666
# no Warning level messages displayed, use "--disable=all --enable=classes

CHANGELOG.rst

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ out-of-the-box produced by the `Generator` as part of the **CI/CD Pipeline**
2121
configuration YAML files, to be **Configurable by Policy**.
2222

2323
*Design* a **High-Level** interface, for *configuring the CI/CD Behaviour*, allowing:
24-
- seemless switching between **Policies**, on a per-Job level
24+
- seamless switching between **Policies**, on a per-Job level
2525
- Easy **Override** to `"shutdown" Job"`, ie to *prevent upload*, by-passing `decision-making`
2626
- Easy **Override** to `"force Job"`, ie for *quick trial*, by-passing `decision-making`
27-
governing desicion-making, on the Workflows/Jobs.
27+
governing decision-making, on the Workflows/Jobs.
2828

2929
A **Policy** governs how a Job behaves (ie if it should trigger), and each
3030
one yiels a *distinct* behaviour.
@@ -65,7 +65,7 @@ feature
6565
"""""""
6666
- introduce `Ruff`, Fast Python Linter, in updated `Developer's Tool chain <https://github.com/boromir674/biskotaki/tree/auto-generated?tab=readme-ov-file#development>`_
6767
- run `Ruff` against code, as part of the Tools included in the `Static Code Analysis` CI Workflow, produced by the **Generator's** Template
68-
- run legacy `Pylint` agaist code, in dedicated Job, for easier potential retirement
68+
- run legacy `Pylint` against code, in dedicated Job, for easier potential retirement
6969
- make Template Code pass Ruff Checks/Evaluations
7070
- add `Ruff`, `tox -e ruff`, as available `tox command`` for fast `Static Code Check`
7171

@@ -150,7 +150,7 @@ Changes
150150
ci
151151
""
152152
- remove unused workflow
153-
- fix workflow syntax due to merge confict resolution artifacts
153+
- fix workflow syntax due to merge conflict resolution artifacts
154154

155155

156156
1.8.1 (2023-12-15)
@@ -191,7 +191,7 @@ test
191191
- verify `No Regression` of Generator, with exhaustive comparison of Runtime result to `Gold Standard`
192192
- test `Gold Standard` passes `tox -e lint`
193193
- ignore Tests inside Snapshots, during `Test Discovery` of Pytest
194-
- verify `User Config` backwords compatibility, with regard to new `Docs` Generator Feature
194+
- verify `User Config` backwards compatibility, with regard to new `Docs` Generator Feature
195195
- test default gen behaviour related to Docs, is same as before adding mkdocs option
196196
- yaml validation and required/expected workflow vars checks
197197

@@ -368,7 +368,7 @@ Changes
368368

369369
test
370370
""""
371-
- manually covert gitpython outputted string paths into Path instances
371+
- manually convert gitpython outputted string paths into Path instances
372372
- use Path from pathlib instead of the os.path module
373373

374374
refactor
@@ -379,7 +379,7 @@ refactor
379379
380380
ci
381381
""
382-
- excplicitly use bash as the shell for some job steps
382+
- explicitly use bash as the shell for some job steps
383383

384384

385385
1.6.0 (2022-06-28)
@@ -407,7 +407,7 @@ Changes
407407
feature
408408
"""""""
409409
- add 'project_type' Variable allowing for 'module', 'module+cli' or 'pytest-plugin' Projects
410-
- conditionaly populate 'test' dependencies, ie based on whether there is a cli entrypoint
410+
- conditionally populate 'test' dependencies, ie based on whether there is a cli entrypoint
411411

412412

413413
1.5.2 (2022-06-22)
@@ -551,7 +551,7 @@ to support and be tested on.
551551
The generator then creates the Test Matrix in the CI config file, which factors in the
552552
Python Interpreter versions supplied by the user.
553553

554-
Consistent with the currect behaviour of the cli, passing the '--no-input' flag,
554+
Consistent with the current behaviour of the cli, passing the '--no-input' flag,
555555
instructs the Generator to try find the selected interpreters in a config yaml file,
556556
if given, or else to use the information in the cookiecutter.json.
557557

@@ -565,7 +565,7 @@ Development
565565
-----------
566566

567567
All tox environments related to 'Linting' now all do by default a 'check'.
568-
Doing a 'check' means returning a 0 as exit code in case the check is successfull
568+
Doing a 'check' means returning a 0 as exit code in case the check is successful
569569
and it is suitable for local and remote running on a CI server.
570570

571571
The aforementioned environments are 'lint', 'black', 'isort':
@@ -606,7 +606,7 @@ build
606606
1.2.1 (2022-05-27)
607607
==================
608608

609-
Compeltely migrate away from *setup.cfg*.
609+
Completely migrate away from *setup.cfg*.
610610
Add Issue Templates, as markdown files, to help create well documented Issues on github.
611611

612612
Changes

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ You can contribute in many ways:
1919

2020
Report bugs at [https://github.com/boromir674/cookiecutter-python-package/issues](https://github.com/boromir674/cookiecutter-python-package/issues).
2121

22-
Stmbling upon a Bug means encountering different behaviour than the expected/advertised one. When you are reporting a bug, please include the following infromation by filling in [the template](https://github.com/boromir674/cookiecutter-python-package/.github/blob/master/.github/ISSUE_TEMPLATE/bug_report.md).
22+
Stmbling upon a Bug means encountering different behaviour than the expected/advertised one. When you are reporting a bug, please include the following information by filling in [the template](https://github.com/boromir674/cookiecutter-python-package/.github/blob/master/.github/ISSUE_TEMPLATE/bug_report.md).
2323

2424
* Your operating system name and version.
2525
* Any details about your local setup that might be helpful in troubleshooting.
@@ -90,7 +90,7 @@ git checkout -b name-of-your-bugfix-or-feature
9090

9191
Now you can make your changes locally.
9292

93-
Probably, you should start by writting test case(s) and then the production code.
93+
Probably, you should start by writing test case(s) and then the production code.
9494

9595

9696
1. When you're done making changes, check that your changes pass the tests locally.

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM python:3.9.16-slim-bullseye as builder
33
# for inspiration
44
COPY poetry.lock pyproject.toml ./
55

6-
# Envrironment Configuration
6+
# Environment Configuration
77
## See https://github.com/alejandro-angulo/poetry/blob/master/docs/configuration.md
88
# Determine where to install poetry
99
ENV POETRY_HOME=/opt/poetry

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
sys.path.insert(0, os.path.abspath('../src/cookiecutter_python'))
2323

24-
# Please use the Sphinx format for writting docstrings (other fornats include Google and Numpy which require the 'napoleon' extension).
24+
# Please use the Sphinx format for writing docstrings (other formats include Google and Numpy which require the 'napoleon' extension).
2525

2626
# -- Project information -----------------------------------------------------
2727

docs/contents/10_introduction.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Introduction
66
| The Template is implemented as a *cookiecutter* and it is available both as source code and as a Python Package in itself.
77
88
| Goal of this project is to automate the process of creating a new Python Package, by providing the user with a "bootstrap" method,
9-
| to quickly set up all the *support* files required to seemlessly build and publish the package on pypi.org (the official Python Pcakge Index public server).
9+
| to quickly set up all the *support* files required to seamlessly build and publish the package on pypi.org (the official Python Pcakge Index public server).
1010
| Additionally, it instruments a basic **Test Suite**, multiple **Commands**, as well as a **CI** pipeline, with parallel execution of the *build matrix*, running on *Github Actions*.
1111
1212
| This documentation aims to help people understand what are the features of the library and how they can use

docs/contents/30_usage/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Generated Python Project Use Cases
2424
.. include:: use_cases.rst
2525

2626

27-
.. Reminders on how to be consistent accross sectoining and their semantics
27+
.. Reminders on how to be consistent across sectoining and their semantics
2828
========
2929
DocTitle
3030
========

0 commit comments

Comments
 (0)