6 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
8872e00001 Correct tutorials on evennia startapp use, which seems to have changed with time. Resolve #3287 2023-11-23 20:37:02 +01:00
4b80b200d8 Cleaned up tests to use newly-renamed Account hooks for add/remove characters. 2023-10-29 13:02:18 -04:00
46c7b26c42 Fix web tutorial formatting and app creation. Resolve #3175. 2023-08-06 17:51:46 +02:00
fe546c888d Auto-remapped old django docs to new version. Resolve #3126 2023-03-04 19:49:23 +01:00
0b9f6ac540 Extensive cleanup of docs 2022-11-21 00:33:36 +01:00