From 947d64488b5eb86ab0cae19e19ebe7069cc4abcc Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 16:46:57 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- docs/source/maintainers_guidelines.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/source/maintainers_guidelines.rst b/docs/source/maintainers_guidelines.rst index e70393b5..a745c0ba 100644 --- a/docs/source/maintainers_guidelines.rst +++ b/docs/source/maintainers_guidelines.rst @@ -59,7 +59,7 @@ We strongly recommend adopting the latest release of DISDRODB into production wi The `LTE `_ does not guarantee any period of support or maintenance. -Documentation +Documentation =============== DISDRODB's documentation is built using the powerful `Sphinx `_ framework, @@ -125,7 +125,7 @@ Ghiggi Gionata owns the `ReadTheDoc `__ account. Package release -================== +================== A `GitHub Action `_ is configured to automate the packaging and uploading process to `PyPI `_. @@ -175,7 +175,7 @@ On GitHub, edit the release description to add the list of changes from the ``CH Reviewing process -==================== +==================== The main branch is protected and requires at least one review before merging. @@ -190,7 +190,7 @@ The review process is the following: -Continuous integration +Continuous integration ======================= Continuous Integration (CI) is a crucial practice in modern software development, ensuring that code changes are regularly integrated into the main codebase.