From fd348593b2a6f03fccde2a7f2836a3a9e1eaab84 Mon Sep 17 00:00:00 2001 From: Evennia docbuilder action Date: Fri, 25 Nov 2022 22:54:04 +0000 Subject: [PATCH] Updated HTML docs. --- docs/1.0-dev/.buildinfo | 2 +- docs/1.0-dev/Coding/Coding-Overview.html | 7 +- docs/1.0-dev/Coding/Unit-Testing.html | 26 +-- docs/1.0-dev/Components/Accounts.html | 102 ++++------ .../Components/Components-Overview.html | 2 +- docs/1.0-dev/Components/Objects.html | 189 +++++++---------- docs/1.0-dev/Components/Sessions.html | 106 ++++++---- docs/1.0-dev/Components/Typeclasses.html | 66 ++---- .../_sources/Coding/Unit-Testing.md.txt | 14 +- .../_sources/Components/Accounts.md.txt | 105 ++++------ .../_sources/Components/Objects.md.txt | 192 +++++++----------- .../_sources/Components/Sessions.md.txt | 100 +++++---- .../_sources/Components/Typeclasses.md.txt | 66 ++---- .../api/evennia.commands.default.account.html | 4 +- .../api/evennia.commands.default.admin.html | 4 +- .../evennia.commands.default.building.html | 12 +- .../api/evennia.commands.default.comms.html | 8 +- .../api/evennia.commands.default.general.html | 16 +- .../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 +- ...rib.full_systems.evscaperoom.commands.html | 20 +- ...ontrib.game_systems.clothing.clothing.html | 4 +- ...trib.grid.extended_room.extended_room.html | 4 +- .../api/evennia.contrib.rpg.dice.dice.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.evmenu.html | 4 +- docs/1.0-dev/api/evennia.utils.evmore.html | 4 +- docs/1.0-dev/index.html | 7 +- docs/1.0-dev/objects.inv | Bin 155353 -> 155383 bytes docs/1.0-dev/searchindex.js | 2 +- 38 files changed, 484 insertions(+), 660 deletions(-) diff --git a/docs/1.0-dev/.buildinfo b/docs/1.0-dev/.buildinfo index ce2fa68f54..0bacccfbf5 100644 --- a/docs/1.0-dev/.buildinfo +++ b/docs/1.0-dev/.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: df651c2e527337b452e809872d1e3a6e +config: 10c83f45c5c04bda823d402461b31664 tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/docs/1.0-dev/Coding/Coding-Overview.html b/docs/1.0-dev/Coding/Coding-Overview.html index 337d1fec37..b79c757fcc 100644 --- a/docs/1.0-dev/Coding/Coding-Overview.html +++ b/docs/1.0-dev/Coding/Coding-Overview.html @@ -133,11 +133,8 @@ make your game, also if you never coded before.

  • Unit Testing
  • Profiling