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.