Commit graph

5 commits

Author SHA1 Message Date
Marcos Marado
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
Griatch
e24f4141ba Update CHANGELOG. Resolve typo in sittable chair tutorial. Resolve #3408 2024-01-14 18:16:19 +01:00
Griatch
f468005a34 Prep docs for branch move 2022-12-03 13:44:11 +01:00
Griatch
07935f68a3 Version 1.0rc10, py3.10 min 2022-12-03 10:06:25 +01:00
Griatch
c272beef99 Update with latest contribs, write summary-changelog 2022-12-01 22:53:02 +01:00