mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
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. |
||
|---|---|---|
| .. | ||
| Channels-to-Discord.md | ||
| Channels-to-Grapevine.md | ||
| Channels-to-IRC.md | ||
| Channels-to-RSS.md | ||
| Channels-to-Twitter.md | ||
| Choosing-a-Database.md | ||
| Client-Support-Grid.md | ||
| Config-Apache-Proxy.md | ||
| Config-HAProxy.md | ||
| Config-Nginx.md | ||
| Evennia-Game-Index.md | ||
| Installation-Android.md | ||
| Installation-Docker.md | ||
| Installation-Git.md | ||
| Installation-Non-Interactive.md | ||
| Installation-Troubleshooting.md | ||
| Installation-Upgrade.md | ||
| Installation.md | ||
| Online-Setup.md | ||
| Running-Evennia.md | ||
| Security-Practices.md | ||
| Settings-Default.md | ||
| Settings.md | ||
| Setup-Overview.md | ||
| Updating-Evennia.md | ||