From 819470c1ae96d142b6595c641cff36067f5e152e Mon Sep 17 00:00:00 2001
From: Evennia docbuilder action
Date: Thu, 27 Jun 2024 15:26:46 +0000
Subject: [PATCH] Updated HTML docs.
---
docs/latest/.buildinfo | 2 +-
.../Part1/Beginner-Tutorial-Adding-Commands.html | 5 ++---
.../Beginner-Tutorial-Searching-Things.html | 7 +++++--
.../Beginner-Tutorial-Adding-Commands.md.txt | 5 ++---
.../Beginner-Tutorial-Searching-Things.md.txt | 7 +++++--
.../api/evennia.commands.default.building.html | 12 ++++++------
.../api/evennia.commands.default.comms.html | 8 ++++----
.../api/evennia.commands.default.general.html | 4 ++--
.../api/evennia.commands.default.system.html | 4 ++--
.../api/evennia.commands.default.tests.html | 2 +-
.../api/evennia.commands.default.unloggedin.html | 8 ++++----
...rib.base_systems.email_login.email_login.html | 8 ++++----
...trib.base_systems.ingame_python.commands.html | 4 ++--
...se_systems.mux_comms_cmds.mux_comms_cmds.html | 8 ++++----
...ontrib.full_systems.evscaperoom.commands.html | 16 ++++++++--------
...b.game_systems.achievements.achievements.html | 4 ++--
...contrib.game_systems.turnbattle.tb_basic.html | 4 ++--
...contrib.game_systems.turnbattle.tb_equip.html | 4 ++--
...contrib.game_systems.turnbattle.tb_items.html | 4 ++--
...contrib.game_systems.turnbattle.tb_magic.html | 4 ++--
...contrib.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_turnbased.html | 4 ++--
...trib.tutorials.evadventure.combat_twitch.html | 4 ++--
....contrib.tutorials.red_button.red_button.html | 16 ++++++++--------
...contrib.tutorials.tutorial_world.objects.html | 8 ++++----
...a.contrib.tutorials.tutorial_world.rooms.html | 4 ++--
...ib.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/searchindex.js | 2 +-
34 files changed, 97 insertions(+), 93 deletions(-)
diff --git a/docs/latest/.buildinfo b/docs/latest/.buildinfo
index 192344a549..00fc20c156 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: fdecc4a04d71b16f84e0e1f742e397a0
+config: cc3593c1b907d05ced6ca24f16c3474d
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/docs/latest/Howtos/Beginner-Tutorial/Part1/Beginner-Tutorial-Adding-Commands.html b/docs/latest/Howtos/Beginner-Tutorial/Part1/Beginner-Tutorial-Adding-Commands.html
index 7ebe454a65..f260108a55 100644
--- a/docs/latest/Howtos/Beginner-Tutorial/Part1/Beginner-Tutorial-Adding-Commands.html
+++ b/docs/latest/Howtos/Beginner-Tutorial/Part1/Beginner-Tutorial-Adding-Commands.html
@@ -130,8 +130,7 @@
8. Adding custom commands
In this lesson we’ll learn how to create our own Evennia Commands If you are new to Python you’ll also learn some more basics about how to manipulate strings and get information out of Evennia.
A Command is something that handles the input from a user and causes a result to happen.
-An example is look, which examines your current location and tells you what it looks like and
-what is in it.
+An example is look, which examines your current location and tells you what it looks like and what is in it.