From ee7dd55a1fdd415a32690348e0a5c89408e49114 Mon Sep 17 00:00:00 2001 From: Evennia docbuilder action Date: Sat, 5 Nov 2022 22:37:53 +0000 Subject: [PATCH] Updated HTML docs --- docs/0.9.5/.buildinfo | 2 +- docs/0.9.5/Default-Commands.html | 26 +- docs/0.9.5/_sources/Default-Commands.md.txt | 26 +- ...evennia.commands.default.batchprocess.html | 2 +- .../evennia.commands.default.building.html | 6 +- .../api/evennia.commands.default.comms.html | 4 +- .../api/evennia.commands.default.general.html | 4 +- .../api/evennia.commands.default.system.html | 6 +- .../evennia.commands.default.unloggedin.html | 4 +- docs/0.9.5/api/evennia.contrib.barter.html | 2 +- docs/0.9.5/api/evennia.contrib.dice.html | 2 +- .../api/evennia.contrib.email_login.html | 4 +- docs/0.9.5/api/evennia.contrib.rpsystem.html | 4 +- .../evennia.contrib.turnbattle.tb_basic.html | 2 +- .../evennia.contrib.turnbattle.tb_equip.html | 2 +- .../evennia.contrib.turnbattle.tb_items.html | 2 +- .../evennia.contrib.turnbattle.tb_magic.html | 2 +- .../evennia.contrib.turnbattle.tb_range.html | 2 +- ...b.tutorial_examples.cmdset_red_button.html | 6 +- ...vennia.contrib.tutorial_world.objects.html | 8 +- .../evennia.contrib.tutorial_world.rooms.html | 2 +- docs/0.9.5/api/evennia.utils.eveditor.html | 2 +- docs/0.9.5/api/evennia.utils.evmore.html | 2 +- docs/1.0-dev/.buildinfo | 2 +- docs/1.0-dev/Coding/Changelog.html | 8 +- .../Bootstrap-Components-and-Utilities.html | 10 +- .../Components/Components-Overview.html | 17 +- docs/1.0-dev/Components/EvEditor.html | 10 +- docs/1.0-dev/Components/EvForm.html | 134 ++++ docs/1.0-dev/Components/EvMenu.html | 10 +- docs/1.0-dev/Components/EvMore.html | 10 +- docs/1.0-dev/Components/EvTable.html | 134 ++++ docs/1.0-dev/Components/FuncParser.html | 20 +- docs/1.0-dev/Components/Locks.html | 10 +- docs/1.0-dev/Components/MonitorHandler.html | 10 +- docs/1.0-dev/Components/Signals.html | 20 +- docs/1.0-dev/Components/Website.html | 10 +- docs/1.0-dev/Concepts/Concepts-Overview.html | 10 +- .../evennia/commands/default/system.html | 5 +- .../evennia/commands/default/tests.html | 11 +- .../_modules/evennia/utils/evform.html | 677 ++++++++++-------- .../_modules/evennia/utils/evtable.html | 66 +- .../1.0-dev/_modules/evennia/utils/utils.html | 60 +- docs/1.0-dev/_sources/Coding/Changelog.md.txt | 8 +- .../Components/Components-Overview.md.txt | 5 +- .../1.0-dev/_sources/Components/EvForm.md.txt | 3 + .../_sources/Components/EvTable.md.txt | 3 + .../api/evennia.commands.default.admin.html | 4 +- ...evennia.commands.default.batchprocess.html | 4 +- .../evennia.commands.default.building.html | 8 +- .../api/evennia.commands.default.general.html | 12 +- .../api/evennia.commands.default.system.html | 4 +- .../api/evennia.commands.default.tests.html | 2 +- .../evennia.commands.default.unloggedin.html | 12 +- ....base_systems.email_login.email_login.html | 12 +- ...systems.mux_comms_cmds.mux_comms_cmds.html | 4 +- ...rib.full_systems.evscaperoom.commands.html | 20 +- .../api/evennia.contrib.rpg.dice.dice.html | 4 +- ...evennia.contrib.rpg.rpsystem.rpsystem.html | 4 +- ...ontrib.tutorials.evadventure.commands.html | 4 +- ...ntrib.tutorials.red_button.red_button.html | 16 +- ...trib.tutorials.tutorial_world.objects.html | 12 +- ...ontrib.tutorials.tutorial_world.rooms.html | 8 +- ...utils.git_integration.git_integration.html | 4 +- docs/1.0-dev/api/evennia.utils.eveditor.html | 4 +- docs/1.0-dev/api/evennia.utils.evform.html | 146 ++-- docs/1.0-dev/api/evennia.utils.evmenu.html | 4 +- docs/1.0-dev/api/evennia.utils.evmore.html | 4 +- docs/1.0-dev/api/evennia.utils.evtable.html | 5 +- docs/1.0-dev/api/evennia.utils.utils.html | 8 +- docs/1.0-dev/genindex.html | 12 +- docs/1.0-dev/index.html | 5 +- docs/1.0-dev/objects.inv | Bin 157417 -> 157515 bytes docs/1.0-dev/searchindex.js | 2 +- 74 files changed, 1055 insertions(+), 644 deletions(-) create mode 100644 docs/1.0-dev/Components/EvForm.html create mode 100644 docs/1.0-dev/Components/EvTable.html create mode 100644 docs/1.0-dev/_sources/Components/EvForm.md.txt create mode 100644 docs/1.0-dev/_sources/Components/EvTable.md.txt diff --git a/docs/0.9.5/.buildinfo b/docs/0.9.5/.buildinfo index 8a8c7c500f..49b2b734d2 100644 --- a/docs/0.9.5/.buildinfo +++ b/docs/0.9.5/.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: 0496dd2110f0cdd4466bdb810395a4d9 +config: a880bc096f8529f201ba8eed5e4f026a tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/docs/0.9.5/Default-Commands.html b/docs/0.9.5/Default-Commands.html index e64e88b54d..fa9f77443b 100644 --- a/docs/0.9.5/Default-Commands.html +++ b/docs/0.9.5/Default-Commands.html @@ -53,40 +53,40 @@ with Batch-Processor’s interactive mode.

diff --git a/docs/1.0-dev/Components/Bootstrap-Components-and-Utilities.html b/docs/1.0-dev/Components/Bootstrap-Components-and-Utilities.html index a617693bf5..767008506f 100644 --- a/docs/1.0-dev/Components/Bootstrap-Components-and-Utilities.html +++ b/docs/1.0-dev/Components/Bootstrap-Components-and-Utilities.html @@ -17,7 +17,7 @@ - +