From d9dadfe0e79e23808097b51948a2362c0b594e0e Mon Sep 17 00:00:00 2001
From: Evennia docbuilder action
Date: Sun, 3 Sep 2023 07:31:50 +0000
Subject: [PATCH] Updated HTML docs.
---
docs/2.x/.buildinfo | 2 +-
docs/2.x/Coding/Changelog.html | 9 ++++----
docs/2.x/Coding/Coding-Overview.html | 2 +-
docs/2.x/_sources/Coding/Changelog.md.txt | 6 ++++--
.../api/evennia.commands.default.admin.html | 4 ++--
...evennia.commands.default.batchprocess.html | 4 ++--
.../evennia.commands.default.building.html | 8 +++----
.../api/evennia.commands.default.comms.html | 8 +++----
.../api/evennia.commands.default.general.html | 16 +++++++-------
.../api/evennia.commands.default.tests.html | 2 +-
.../evennia.commands.default.unloggedin.html | 4 ++--
....base_systems.email_login.email_login.html | 4 ++--
...b.base_systems.ingame_python.commands.html | 4 ++--
...systems.mux_comms_cmds.mux_comms_cmds.html | 4 ++--
...rib.full_systems.evscaperoom.commands.html | 20 +++++++++---------
...ontrib.game_systems.clothing.clothing.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 ++--
...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 | 4 ++--
...utils.git_integration.git_integration.html | 4 ++--
docs/2.x/api/evennia.utils.eveditor.html | 4 ++--
docs/2.x/api/evennia.utils.evmenu.html | 4 ++--
docs/2.x/api/evennia.utils.evmore.html | 4 ++--
docs/2.x/objects.inv | Bin 164550 -> 164538 bytes
docs/2.x/searchindex.js | 2 +-
35 files changed, 93 insertions(+), 90 deletions(-)
diff --git a/docs/2.x/.buildinfo b/docs/2.x/.buildinfo
index f53330eca2..acabf19bbe 100644
--- a/docs/2.x/.buildinfo
+++ b/docs/2.x/.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: 015c95a8eb9efb6153d3b0cb870e3295
+config: 2ce1f7b84339e229e2413cecf5d37550
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/docs/2.x/Coding/Changelog.html b/docs/2.x/Coding/Changelog.html
index 711f2c920c..a865785cef 100644
--- a/docs/2.x/Coding/Changelog.html
+++ b/docs/2.x/Coding/Changelog.html
@@ -66,7 +66,7 @@
- Changelog
-- Main branch
+- Evennia 2.3.0
- Evennia 2.2.0
- Evennia 2.1.0
- Evennia 2.0.1
@@ -182,8 +182,9 @@
Changelog
-
-Main branch
+
+Evennia 2.3.0
+Sept 3, 2023
Feat: EvMenu tooltips for multiple help categories in a node (Seannio).
Feat: Default examine command now also shows an account’s last_login
@@ -193,7 +194,7 @@
Fix: Typo in evadventure twitch combat’s call of create_combathandler.
Docs: Fix bug in evadventure equipmenthandler blocking creation of npcs.
in-game.
-Docs: Plenty of typo fixes (iLPDev)
+Docs: Plenty of typo fixes (iLPDev, moldikins, others)
diff --git a/docs/2.x/Coding/Coding-Overview.html b/docs/2.x/Coding/Coding-Overview.html
index 66ef2242a8..affa1fdb54 100644
--- a/docs/2.x/Coding/Coding-Overview.html
+++ b/docs/2.x/Coding/Coding-Overview.html
@@ -170,7 +170,7 @@ make your game, also if you never coded before.