7 Commits

Author SHA1 Message Date
0984fccafb fix: remove erroneous links from the documentation
Sphinx assumes that WORD.py should be a link to https://WORD.py .

This is not a problem in most of the documentation, since Sphinx won't
turn those python filenames into links when they are wrapped in
backticks, like `WORD.py`. Unfortunately, not always that was being
done, and so there were several wrong, broken links in the
documentation.

This patch wraps all the occurrences I've found of this case with
backticks, not only making the documentation more readible and
homogeneous, but more importantly getting rid of those unwanted links
in the generated HTML version of the documentation.
2024-10-26 17:45:14 +01:00
c7ec3dfad3 Refactoring Concept/Component documentation. Still not done 2022-11-26 15:37:02 +01:00
a452434ba8 Revert "Updated HTML docs."
This reverts commit 06bc3c8bcd.
2022-11-15 20:46:50 +01:00
06bc3c8bcd Updated HTML docs. 2022-11-15 19:43:25 +00:00
a51e4af609 Change to MyST parser 2021-10-26 21:31:20 +02:00
c7fb61de0f Update doc strings 2021-05-29 13:53:11 +02:00
4250ca1a29 Add api customization templates 2021-05-23 18:27:50 +02:00