-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathsphinx.json
More file actions
23 lines (23 loc) · 923 Bytes
/
sphinx.json
File metadata and controls
23 lines (23 loc) · 923 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"@context": "https://w3id.org/everse/rs#",
"@id": "https://w3id.org/everse/tools/sphinx",
"@type": "SoftwareApplication",
"applicationCategory": {
"@id": "rs:ResearchInfrastructureSoftware",
"@type": "@id"
},
"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" },
"howToUse": ["command-line", "CI/CD"],
"isAccessibleForFree": true,
"license": "https://spdx.org/licenses/BSD-2-Clause",
"name": "sphinx",
"url": "https://www.sphinx-doc.org",
"improvesQualityIndicator": [
{
"@id": "https://w3id.org/everse/i/indicators/software_has_documentation",
"@type": "@id"
}
]
}