evennia/docs/source/Components
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
..
Accounts.md Cleaned up Components page 2022-11-26 23:18:11 +01:00
Attributes.md Correct django querying example. Resolve #3422 2024-02-25 18:25:57 +01:00
Batch-Code-Processor.md Cleaned up Components page 2022-11-26 23:18:11 +01:00
Batch-Command-Processor.md Cleaned up Components page 2022-11-26 23:18:11 +01:00
Batch-Processors.md Cleaned up Components page 2022-11-26 23:18:11 +01:00
Channels.md Fix a few docs typos. 2023-04-16 22:50:33 +02:00
Characters.md Split Exit/Rooms/Characters into seaprate doc pages. Describe desc templating. Resolve #3134 2023-03-18 12:09:42 +01:00
Coding-Utils.md Cleaned up Components page 2022-11-26 23:18:11 +01:00
Command-Sets.md Revert "Updated HTML docs." 2022-11-15 20:46:50 +01:00
Commands.md Cleaned up Components page 2022-11-26 23:18:11 +01:00
Components-Overview.md Add OnDemandHandler to support on-demand timers easier 2024-02-04 00:38:47 +01:00
Default-Commands.md Start implementing ai-states for beginner tutorial 2024-03-10 23:18:22 +01:00
EvEditor.md Correct help for editor's paste command 2024-03-31 15:42:37 +11:00
EvForm.md Revert "Updated HTML docs." 2022-11-15 20:46:50 +01:00
EvMenu.md fix: remove erroneous links from the documentation 2024-10-26 17:45:14 +01:00
EvMore.md Cleaned up Components page 2022-11-26 23:18:11 +01:00
EvTable.md Revert "Updated HTML docs." 2022-11-15 20:46:50 +01:00
Exits.md Removes extra whitespace 2023-04-10 12:18:30 +02:00
FuncParser.md Update FuncParser.md 2024-09-05 09:56:00 +02:00
Help-System.md Cleaned up Components page 2022-11-26 23:18:11 +01:00
Inputfuncs.md Cleaned up Components page 2022-11-26 23:18:11 +01:00
Locks.md Fix default locktype index for help entries in docs. Resolve #3562 2024-06-27 17:30:55 +02:00
MonitorHandler.md Fix various typos 2023-01-30 16:53:32 +13:00
Msg.md Cleaned up Components page 2022-11-26 23:18:11 +01:00
Nicks.md Revert "Updated HTML docs." 2022-11-15 20:46:50 +01:00
Objects.md Split Exit/Rooms/Characters into seaprate doc pages. Describe desc templating. Resolve #3134 2023-03-18 12:09:42 +01:00
OnDemandHandler.md Pass kwargs from get_stages/dt to staging callable in ondemandhandler 2024-03-11 22:09:17 +01:00
Permissions.md Fix mention of guest in permission docs. Resolve #3141 2023-03-23 23:40:34 +01:00
Portal-And-Server.md Cleaned up Components page 2022-11-26 23:18:11 +01:00
Prototypes.md Fix link in spawner doc. Resolve #3183 2023-08-06 17:55:40 +02:00
Rooms.md Split Exit/Rooms/Characters into seaprate doc pages. Describe desc templating. Resolve #3134 2023-03-18 12:09:42 +01:00
Scripts.md Fix various typos 2023-01-30 16:53:32 +13:00
Sessions.md Prep docs for branch move 2022-12-03 13:44:11 +01:00
Signals.md Auto-remapped old django docs to new version. Resolve #3126 2023-03-04 19:49:23 +01:00
Tags.md Cleanup in Tags documentation 2024-10-18 14:49:01 +02:00
TickerHandler.md Update tickerhandler docs. Resolve #3148 2023-03-19 23:13:46 +01:00
Typeclasses.md Minor typo fixes in documentation 2024-09-05 09:26:45 +02:00
Web-Admin.md Auto-remapped old django docs to new version. Resolve #3126 2023-03-04 19:49:23 +01:00
Web-API.md fix: remove erroneous links from the documentation 2024-10-26 17:45:14 +01:00
Web-Bootstrap-Framework.md Refactoring Concept/Component documentation. Still not done 2022-11-26 15:37:02 +01:00
Webclient.md Taking pass cleaning up docs 2022-11-19 20:24:11 +01:00
Webserver.md Revert "Updated HTML docs." 2022-11-15 20:46:50 +01:00
Website.md fix: remove erroneous links from the documentation 2024-10-26 17:45:14 +01:00