Commit graph

6 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
goblinmob
c77eca6606 Update README.md
Changed line 56 from
create a pretty shirt : evennia.contrib.game_systems.clothing.Clothing
to
create a pretty shirt : evennia.contrib.game_systems.clothing.ContribClothing
2023-06-26 07:32:47 -05:00
InspectorCaracal
204cb16b2f add settings to docs 2022-11-22 13:35:06 -07:00
Griatch
e96bbb4b86 Clean up contrib docs, autogeneration 2022-01-08 15:04:07 +01:00
Griatch
8139fd79c7 Update links/paths to new contrib locations 2021-12-19 17:46:17 +01:00
Griatch
0ab1c30716 Refactoring contribs 2021-12-18 18:02:37 +01:00