From c10364b594826a72c991530a55635fbd5e216ccb Mon Sep 17 00:00:00 2001 From: Evennia docbuilder action Date: Tue, 10 Sep 2024 12:13:35 +0000 Subject: [PATCH] Updated HTML docs. --- docs/latest/.buildinfo | 2 +- .../evennia/commands/default/tests.html | 2 +- .../base_systems/ingame_reports/menu.html | 10 +++++----- .../base_systems/ingame_reports/reports.html | 4 ++-- docs/latest/_sources/index.md.txt | 2 +- .../api/evennia.commands.default.admin.html | 4 ++-- ...evennia.commands.default.batchprocess.html | 4 ++-- .../evennia.commands.default.building.html | 16 +++++++-------- .../api/evennia.commands.default.general.html | 8 ++++---- .../api/evennia.commands.default.system.html | 4 ++-- .../api/evennia.commands.default.tests.html | 2 +- .../evennia.commands.default.unloggedin.html | 8 ++++---- ....base_systems.email_login.email_login.html | 8 ++++---- ...b.base_systems.ingame_python.commands.html | 4 ++-- ...b.base_systems.ingame_reports.reports.html | 4 ++-- ...systems.mux_comms_cmds.mux_comms_cmds.html | 4 ++-- ...rib.full_systems.evscaperoom.commands.html | 20 +++++++++---------- ...ia.contrib.game_systems.barter.barter.html | 4 ++-- ...trib.game_systems.turnbattle.tb_basic.html | 4 ++-- ...trib.game_systems.turnbattle.tb_equip.html | 4 ++-- ...trib.game_systems.turnbattle.tb_items.html | 4 ++-- ...trib.game_systems.turnbattle.tb_magic.html | 4 ++-- ...trib.game_systems.turnbattle.tb_range.html | 4 ++-- ...evennia.contrib.grid.xyzgrid.commands.html | 4 ++-- .../api/evennia.contrib.rpg.dice.dice.html | 4 ++-- ...evennia.contrib.rpg.rpsystem.rpsystem.html | 4 ++-- ...b.tutorials.evadventure.combat_twitch.html | 4 ++-- ...ntrib.tutorials.red_button.red_button.html | 4 ++-- ...trib.tutorials.tutorial_world.objects.html | 12 +++++------ ...ontrib.tutorials.tutorial_world.rooms.html | 4 ++-- ...utils.git_integration.git_integration.html | 4 ++-- docs/latest/api/evennia.utils.eveditor.html | 4 ++-- docs/latest/api/evennia.utils.evmenu.html | 4 ++-- docs/latest/api/evennia.utils.evmore.html | 4 ++-- docs/latest/index.html | 2 +- docs/latest/searchindex.js | 2 +- 36 files changed, 93 insertions(+), 93 deletions(-) diff --git a/docs/latest/.buildinfo b/docs/latest/.buildinfo index e5b6e42da2..127cc3638f 100644 --- a/docs/latest/.buildinfo +++ b/docs/latest/.buildinfo @@ -1,4 +1,4 @@ # Sphinx build info version 1 # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. -config: 7a0c64a155849eb762a2d5eb78e090c0 +config: 5331a53d22000a966a7dc6598021d891 tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/docs/latest/_modules/evennia/commands/default/tests.html b/docs/latest/_modules/evennia/commands/default/tests.html index 167f282588..964a58a0af 100644 --- a/docs/latest/_modules/evennia/commands/default/tests.html +++ b/docs/latest/_modules/evennia/commands/default/tests.html @@ -635,7 +635,7 @@ self.call(system.CmdTasks(), f"/cancel {self.task.get_id()}") self.task_handler.clock.advance(self.timedelay + 1) self.assertFalse(self.task.exists()) - self.task = self.task_handler.add(self.timedelay, func_test_cmd_tasks) + self.task = self.task_handler.add(self.timedelay + 1, func_test_cmd_tasks) self.assertTrue(self.task.get_id(), 1) self.char1.msg = Mock() self.char1.execute_cmd("y") diff --git a/docs/latest/_modules/evennia/contrib/base_systems/ingame_reports/menu.html b/docs/latest/_modules/evennia/contrib/base_systems/ingame_reports/menu.html index a3ee58d21f..85ab17fb83 100644 --- a/docs/latest/_modules/evennia/contrib/base_systems/ingame_reports/menu.html +++ b/docs/latest/_modules/evennia/contrib/base_systems/ingame_reports/menu.html @@ -116,11 +116,6 @@