Skip to content

Commit

Permalink
Fix doc typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiggi committed Apr 7, 2024
1 parent c4b9464 commit 1feed04
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ repos:
rev: v2.2.6
hooks:
- id: codespell
types_or: [python, markdown]
types_or: [python, markdown, rst]
additional_dependencies: [tomli]
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,3 @@
## Version 0.0.1 - ximage Birth Date - 2023-06-10

First release of ximage.

8 changes: 4 additions & 4 deletions docs/source/maintainers_guidelines.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Ongoing version support

ximage major releases aims to move the community forward, focusing on specifications stabilization and major feature additions, rather than backwards-compatibility. ximage minor releases will be backwards compatible. We strongly recommend adopting the latest release of ximage into production within 6 months for major releases, and 4 months for minor releases.

The maintaners do their best but does not guarantee any period of support or maintenance.
The maintainers do their best but does not guarantee any period of support or maintenance.

Releases that are 2 years or older may be considered as deprecated.

Expand Down Expand Up @@ -121,8 +121,8 @@ This webhook is linked to the ximage core developer.
Ghiggi Gionata owns the `ReadTheDoc <https://readthedocs.org/>`__ account.


Package release
==================
Package release
==================

A `GitHub Action <https://github.com/ghiggi/ximage/actions>`_ is configured to automate the packaging and uploading process
to `PyPI <https://pypi.org/project/ximage/>`_.
Expand Down Expand Up @@ -220,4 +220,4 @@ The table below summarizes the software tools utilized in our CI pipeline, descr
| `CodeFactor <https://www.codefactor.io/>`__ | Automated code review and analysis tools | `ximage <https://www.codefactor.io/repository/github/ghiggi/ximage>`__ |
+----------------------------------------------------------------------------------------------------+------------------------------------------------------------------+----------------------------------------------------------------------------------------------+
| `Codacy <https://www.codacy.com/>`__ | Automated code review and analysis tools | `ximage <https://app.codacy.com/gh/ghiggi/ximage/dashboard>`__ |
+----------------------------------------------------------------------------------------------------+------------------------------------------------------------------+----------------------------------------------------------------------------------------------+
+----------------------------------------------------------------------------------------------------+------------------------------------------------------------------+----------------------------------------------------------------------------------------------+

0 comments on commit 1feed04

Please sign in to comment.