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
68c111b7f7 Update notes on Postgres14+ setup, as per Jake's info 2023-04-10 09:03:18 +02:00
Griatch
fe546c888d Auto-remapped old django docs to new version. Resolve #3126 2023-03-04 19:49:23 +01:00
Griatch
00035c15d5 Cleaned up Coding and style guides, improved contribs 2022-11-25 19:47:32 +01:00
Griatch
7845369d50 Cleanup of setup doc section 2022-11-22 17:59:39 +01:00
Renamed from docs/source/Setup/Choosing-An-SQL-Server.md (Browse further)