From df83fefeae3e75243102b84e4db6e51c4ae3e765 Mon Sep 17 00:00:00 2001 From: Thomas Vuillaume Date: Wed, 7 Jan 2026 13:47:09 +0100 Subject: [PATCH] Add indicators for sphinx (#206) --- data/software-tools/sphinx.json | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/data/software-tools/sphinx.json b/data/software-tools/sphinx.json index 13df1837..18aa9ff9 100644 --- a/data/software-tools/sphinx.json +++ b/data/software-tools/sphinx.json @@ -8,10 +8,19 @@ }, "appliesToProgrammingLanguage": ["Python"], "description": "Documentation generator that creates comprehensive, searchable documentation from source code and reStructuredText files, improving research software maintainability and usability through professional documentation.", - "hasQualityDimension": { "@id": "dim:maintainability", "@type": "@id" }, + "hasQualityDimension": { + "@id": "dim:maintainability", + "@type": "@id" + }, "howToUse": ["command-line", "CI/CD"], "isAccessibleForFree": true, "license": "https://spdx.org/licenses/BSD-2-Clause", "name": "sphinx", - "url": "https://www.sphinx-doc.org" + "url": "https://www.sphinx-doc.org", + "improvesQualityIndicator": [ + { + "@id": "https://w3id.org/everse/i/indicators/software_has_documentation", + "@type": "@id" + } + ] }