From 06297c3976c36e2bc78b1eb00babbe955abd6f21 Mon Sep 17 00:00:00 2001 From: Evennia docbuilder action Date: Mon, 11 Mar 2024 21:13:20 +0000 Subject: [PATCH] Updated HTML docs. --- docs/latest/.buildinfo | 2 +- docs/latest/Coding/Changelog.html | 2 + docs/latest/Components/OnDemandHandler.html | 42 ++++++- .../evennia/commands/default/building.html | 16 ++- .../evennia/scripts/ondemandhandler.html | 105 ++++++++++-------- docs/latest/_sources/Coding/Changelog.md.txt | 2 + .../Components/OnDemandHandler.md.txt | 45 +++++++- .../api/evennia.commands.default.admin.html | 4 +- ...evennia.commands.default.batchprocess.html | 4 +- .../evennia.commands.default.building.html | 12 +- .../api/evennia.commands.default.comms.html | 8 +- .../api/evennia.commands.default.general.html | 8 +- .../api/evennia.commands.default.tests.html | 2 +- .../evennia.commands.default.unloggedin.html | 12 +- ....base_systems.email_login.email_login.html | 12 +- ...b.base_systems.ingame_python.commands.html | 4 +- ...systems.mux_comms_cmds.mux_comms_cmds.html | 4 +- ...rib.full_systems.evscaperoom.commands.html | 16 +-- ...evennia.contrib.grid.xyzgrid.commands.html | 4 +- ...utorials.evadventure.combat_turnbased.html | 4 +- ...ontrib.tutorials.evadventure.commands.html | 4 +- ...ntrib.tutorials.red_button.red_button.html | 8 +- ...trib.tutorials.tutorial_world.objects.html | 12 +- ...ontrib.tutorials.tutorial_world.rooms.html | 8 +- ...utils.git_integration.git_integration.html | 4 +- .../api/evennia.scripts.ondemandhandler.html | 102 +++++++++-------- 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/objects.inv | Bin 166995 -> 167033 bytes docs/latest/searchindex.js | 2 +- 31 files changed, 287 insertions(+), 173 deletions(-) diff --git a/docs/latest/.buildinfo b/docs/latest/.buildinfo index df4fadb00f..ac6c83deb8 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: c9b7991b1043e53483fa42e6286f4f64 +config: 224d24ea1bf52e25659e937a71f17735 tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/docs/latest/Coding/Changelog.html b/docs/latest/Coding/Changelog.html index 408c470806..1e80962dc5 100644 --- a/docs/latest/Coding/Changelog.html +++ b/docs/latest/Coding/Changelog.html @@ -204,6 +204,8 @@ admins an explicit action and opens up ON_DEMAND_HANDLER.set_dt(key, category, dt) and .set_stage(key, category, stage) to allow manual tweaking of task timings, for example for a spell speeding a plant’s growth (Griatch)

+
  • Feature: Add ON_DEMAND_HANDLER.get_dt/stages(key,category, **kwargs), where +the kwargs are passed into any stage-callable defined with the stages. (Griatch)

  • Feature: Add use_assertequal kwarg to the EvenniaCommandTestMixin testing class; this uses django’s assertEqual over the default more lenient checker, which can be useful for testing table whitespace (Griatch)

  • diff --git a/docs/latest/Components/OnDemandHandler.html b/docs/latest/Components/OnDemandHandler.html index 4cf35b88c9..85019b5c61 100644 --- a/docs/latest/Components/OnDemandHandler.html +++ b/docs/latest/Components/OnDemandHandler.html @@ -68,6 +68,7 @@
  • OnDemandHandler