Docs: Make all guide titles say Guide, for my sanity (and the webhost) (#2304)

This commit is contained in:
BootsinSoots 2024-02-20 11:22:32 -05:00 committed by GitHub
parent 38cc90efd0
commit 7fc159c881
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
14 changed files with 16 additions and 16 deletions

View File

@ -42,7 +42,7 @@ class ALTTPSettings(settings.Group):
class ALTTPWeb(WebWorld): class ALTTPWeb(WebWorld):
setup_en = Tutorial( setup_en = Tutorial(
"Multiworld Setup Tutorial", "Multiworld Setup Guide",
"A guide to setting up the Archipelago ALttP Software on your computer. This guide covers single-player, multiworld, and related software.", "A guide to setting up the Archipelago ALttP Software on your computer. This guide covers single-player, multiworld, and related software.",
"English", "English",
"multiworld_en.md", "multiworld_en.md",
@ -78,7 +78,7 @@ class ALTTPWeb(WebWorld):
) )
msu = Tutorial( msu = Tutorial(
"MSU-1 Setup Tutorial", "MSU-1 Setup Guide",
"A guide to setting up MSU-1, which allows for custom in-game music.", "A guide to setting up MSU-1, which allows for custom in-game music.",
"English", "English",
"msu1_en.md", "msu1_en.md",
@ -105,7 +105,7 @@ class ALTTPWeb(WebWorld):
) )
plando = Tutorial( plando = Tutorial(
"Plando Tutorial", "Plando Guide",
"A guide to creating Multiworld Plandos with LTTP", "A guide to creating Multiworld Plandos with LTTP",
"English", "English",
"plando_en.md", "plando_en.md",

View File

@ -14,7 +14,7 @@ from worlds.generic.Rules import forbid_item
class BumpStikWeb(WebWorld): class BumpStikWeb(WebWorld):
tutorials = [Tutorial( tutorials = [Tutorial(
"Bumper Stickers Setup Tutorial", "Bumper Stickers Setup Guide",
"A guide to setting up the Archipelago Bumper Stickers software on your computer.", "A guide to setting up the Archipelago Bumper Stickers software on your computer.",
"English", "English",
"setup_en.md", "setup_en.md",

View File

@ -10,7 +10,7 @@ client_version = 7
class ChecksFinderWeb(WebWorld): class ChecksFinderWeb(WebWorld):
tutorials = [Tutorial( tutorials = [Tutorial(
"Multiworld Setup Tutorial", "Multiworld Setup Guide",
"A guide to setting up the Archipelago ChecksFinder software on your computer. This guide covers " "A guide to setting up the Archipelago ChecksFinder software on your computer. This guide covers "
"single-player, multiworld, and related software.", "single-player, multiworld, and related software.",
"English", "English",

View File

@ -15,7 +15,7 @@ from .Options import RandomizeWeaponLevelOption, PoolTypeOption, EarlySmallLothr
class DarkSouls3Web(WebWorld): class DarkSouls3Web(WebWorld):
bug_report_page = "https://github.com/Marechal-L/Dark-Souls-III-Archipelago-client/issues" bug_report_page = "https://github.com/Marechal-L/Dark-Souls-III-Archipelago-client/issues"
setup_en = Tutorial( setup_en = Tutorial(
"Multiworld Setup Tutorial", "Multiworld Setup Guide",
"A guide to setting up the Archipelago Dark Souls III randomizer on your computer.", "A guide to setting up the Archipelago Dark Souls III randomizer on your computer.",
"English", "English",
"setup_en.md", "setup_en.md",

View File

@ -14,7 +14,7 @@ client_version = 0
class DLCqwebworld(WebWorld): class DLCqwebworld(WebWorld):
setup_en = Tutorial( setup_en = Tutorial(
"Multiworld Setup Tutorial", "Multiworld Setup Guide",
"A guide to setting up the Archipelago DLCQuest game on your computer.", "A guide to setting up the Archipelago DLCQuest game on your computer.",
"English", "English",
"setup_en.md", "setup_en.md",

View File

@ -53,7 +53,7 @@ If this file does exist, then it will be used.
class FactorioWeb(WebWorld): class FactorioWeb(WebWorld):
tutorials = [Tutorial( tutorials = [Tutorial(
"Multiworld Setup Tutorial", "Multiworld Setup Guide",
"A guide to setting up the Archipelago Factorio software on your computer.", "A guide to setting up the Archipelago Factorio software on your computer.",
"English", "English",
"setup_en.md", "setup_en.md",

View File

@ -17,7 +17,7 @@ client_version = 1
class MeritousWeb(WebWorld): class MeritousWeb(WebWorld):
tutorials = [Tutorial( tutorials = [Tutorial(
"Meritous Setup Tutorial", "Meritous Setup Guide",
"A guide to setting up the Archipelago Meritous software on your computer.", "A guide to setting up the Archipelago Meritous software on your computer.",
"English", "English",
"setup_en.md", "setup_en.md",

View File

@ -17,7 +17,7 @@ class MessengerWeb(WebWorld):
bug_report_page = "https://github.com/alwaysintreble/TheMessengerRandomizerModAP/issues" bug_report_page = "https://github.com/alwaysintreble/TheMessengerRandomizerModAP/issues"
tut_en = Tutorial( tut_en = Tutorial(
"Multiworld Setup Tutorial", "Multiworld Setup Guide",
"A guide to setting up The Messenger randomizer on your computer.", "A guide to setting up The Messenger randomizer on your computer.",
"English", "English",
"setup_en.md", "setup_en.md",

View File

@ -37,7 +37,7 @@ class MinecraftWebWorld(WebWorld):
bug_report_page = "https://github.com/KonoTyran/Minecraft_AP_Randomizer/issues/new?assignees=&labels=bug&template=bug_report.yaml&title=%5BBug%5D%3A+Brief+Description+of+bug+here" bug_report_page = "https://github.com/KonoTyran/Minecraft_AP_Randomizer/issues/new?assignees=&labels=bug&template=bug_report.yaml&title=%5BBug%5D%3A+Brief+Description+of+bug+here"
setup = Tutorial( setup = Tutorial(
"Multiworld Setup Tutorial", "Multiworld Setup Guide",
"A guide to setting up the Archipelago Minecraft software on your computer. This guide covers" "A guide to setting up the Archipelago Minecraft software on your computer. This guide covers"
"single-player, multiworld, and related software.", "single-player, multiworld, and related software.",
"English", "English",

View File

@ -92,7 +92,7 @@ class OOTSettings(settings.Group):
class OOTWeb(WebWorld): class OOTWeb(WebWorld):
setup = Tutorial( setup = Tutorial(
"Multiworld Setup Tutorial", "Multiworld Setup Guide",
"A guide to setting up the Archipelago Ocarina of Time software on your computer.", "A guide to setting up the Archipelago Ocarina of Time software on your computer.",
"English", "English",
"setup_en.md", "setup_en.md",

View File

@ -16,7 +16,7 @@ class Overcooked2Web(WebWorld):
bug_report_page = "https://github.com/toasterparty/oc2-modding/issues" bug_report_page = "https://github.com/toasterparty/oc2-modding/issues"
setup_en = Tutorial( setup_en = Tutorial(
"Multiworld Setup Tutorial", "Multiworld Setup Guide",
"A guide to setting up the Overcooked! 2 randomizer on your computer.", "A guide to setting up the Overcooked! 2 randomizer on your computer.",
"English", "English",
"setup_en.md", "setup_en.md",

View File

@ -46,7 +46,7 @@ class PokemonSettings(settings.Group):
class PokemonWebWorld(WebWorld): class PokemonWebWorld(WebWorld):
setup_en = Tutorial( setup_en = Tutorial(
"Multiworld Setup Guide", "Multiworld Setup Guide",
"A guide to playing Pokemon Red and Blue with Archipelago.", "A guide to playing Pokémon Red and Blue with Archipelago.",
"English", "English",
"setup_en.md", "setup_en.md",
"setup/en", "setup/en",

View File

@ -45,7 +45,7 @@ class TLoZSettings(settings.Group):
class TLoZWeb(WebWorld): class TLoZWeb(WebWorld):
theme = "stone" theme = "stone"
setup = Tutorial( setup = Tutorial(
"Multiworld Setup Tutorial", "Multiworld Setup Guide",
"A guide to setting up The Legend of Zelda for Archipelago on your computer.", "A guide to setting up The Legend of Zelda for Archipelago on your computer.",
"English", "English",
"multiworld_en.md", "multiworld_en.md",

View File

@ -29,7 +29,7 @@ def data_path(file_name: str):
class UndertaleWeb(WebWorld): class UndertaleWeb(WebWorld):
tutorials = [Tutorial( tutorials = [Tutorial(
"Multiworld Setup Tutorial", "Multiworld Setup Guide",
"A guide to setting up the Archipelago Undertale software on your computer. This guide covers " "A guide to setting up the Archipelago Undertale software on your computer. This guide covers "
"single-player, multiworld, and related software.", "single-player, multiworld, and related software.",
"English", "English",