evennia/docs/source/Coding
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
..
Changelog.md fix: remove erroneous links from the documentation 2024-10-26 17:45:14 +01:00
Coding-Overview.md Update with latest contribs, write summary-changelog 2022-12-01 22:53:02 +01:00
Continuous-Integration.md Remove stale CI doc pages. Resolve #3238 2023-08-06 20:42:09 +02:00
Debugging.md Cleaned up Coding and style guides, improved contribs 2022-11-25 19:47:32 +01:00
Default-Command-Syntax.md Refactoring Concept/Component documentation. Still not done 2022-11-26 15:37:02 +01:00
Evennia-Code-Style.md Cleaned up Coding and style guides, improved contribs 2022-11-25 19:47:32 +01:00
Profiling.md Cleaned up Coding and style guides, improved contribs 2022-11-25 19:47:32 +01:00
Release-Notes-1.0.md Change to release notes on main 2022-12-03 15:33:42 +01:00
Setting-up-PyCharm.md Improvement 2024-10-03 08:55:23 -04:00
Soft-Code.md More combat tests 2023-03-06 20:15:27 +01:00
Unit-Testing.md Fix merge conflicts 2024-03-09 17:35:53 +01:00
Version-Control.md Fix typo in version-control docs 2022-12-06 15:56:56 +01:00