evennia/evennia/contrib/game_systems
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
..
achievements fix documentation typo 2024-06-29 11:34:46 -06:00
barter Format code imports 2022-11-10 22:21:12 +01:00
clothing fix: remove erroneous links from the documentation 2024-10-26 17:45:14 +01:00
containers Apply black to codes 2024-04-01 17:51:05 +02:00
cooldowns Continue reworking/refactoring the tutorial docs 2022-11-22 00:12:59 +01:00
crafting Apply black to codes 2024-04-01 17:51:05 +02:00
gendersub Apply black to codes 2024-04-01 17:51:05 +02:00
mail Format code imports 2022-11-10 22:21:12 +01:00
multidescer Apply black to codes 2024-04-01 17:51:05 +02:00
puzzles Ran black on sources 2023-11-02 20:58:03 +01:00
storage Fixes to contrib 2024-10-08 22:47:49 +02:00
turnbattle Ran black on sources 2023-11-02 20:58:03 +01:00
__init__.py Update links/paths to new contrib locations 2021-12-19 17:46:17 +01:00
README.md Start refactor contrib folder 2021-12-18 11:32:34 +01:00

Game-system contribs

Other specific gameplay system, not necessesarily related to roleplay.

Many of these system are commonly used in RPGs, to decide what goes here and in the rpg/ folder, consider if these systems could theoretically be used in a non-rpg MMO.