From e64a9c5a4f35111a5e2e46644d4730aeec7832e8 Mon Sep 17 00:00:00 2001 From: Evennia docbuilder action Date: Wed, 30 Nov 2022 23:26:44 +0000 Subject: [PATCH] Updated HTML docs. --- docs/1.0-dev/.buildinfo | 2 +- docs/1.0-dev/Coding/Changelog.html | 1 + docs/1.0-dev/Setup/Channels-to-Discord.html | 24 +- docs/1.0-dev/Setup/Channels-to-Grapevine.html | 20 +- docs/1.0-dev/Setup/Channels-to-IRC.html | 20 +- docs/1.0-dev/Setup/Channels-to-RSS.html | 10 +- docs/1.0-dev/Setup/Choosing-a-Database.html | 10 +- docs/1.0-dev/Setup/Setup-Overview.html | 11 +- .../_modules/evennia/accounts/bots.html | 25 +- .../evennia/commands/default/building.html | 1 + .../_modules/evennia/objects/manager.html | 1 + .../_modules/evennia/objects/objects.html | 1 + .../evennia/server/portal/discord.html | 667 ++++++++++++++++++ .../evennia/typeclasses/managers.html | 1 + docs/1.0-dev/_modules/index.html | 1 + docs/1.0-dev/_sources/Coding/Changelog.md.txt | 1 + .../_sources/Setup/Setup-Overview.md.txt | 3 +- .../api/evennia.server.portal.discord.md.txt | 10 + .../_sources/api/evennia.server.portal.md.txt | 1 + docs/1.0-dev/api/evennia-api.html | 1 + docs/1.0-dev/api/evennia.accounts.bots.html | 14 +- .../api/evennia.commands.default.account.html | 4 +- .../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 | 8 +- .../api/evennia.commands.default.system.html | 4 +- .../api/evennia.commands.default.tests.html | 2 +- .../evennia.commands.default.unloggedin.html | 16 +- ....base_systems.email_login.email_login.html | 16 +- ...b.base_systems.ingame_python.commands.html | 4 +- ...rib.full_systems.evscaperoom.commands.html | 24 +- ...trib.grid.extended_room.extended_room.html | 4 +- .../api/evennia.contrib.rpg.dice.dice.html | 4 +- ...evennia.contrib.rpg.rpsystem.rpsystem.html | 4 +- ...ontrib.tutorials.evadventure.commands.html | 8 +- ...ntrib.tutorials.red_button.red_button.html | 8 +- ...trib.tutorials.tutorial_world.objects.html | 8 +- ...ontrib.tutorials.tutorial_world.rooms.html | 12 +- ...utils.git_integration.git_integration.html | 4 +- docs/1.0-dev/api/evennia.html | 1 + docs/1.0-dev/api/evennia.server.html | 1 + .../api/evennia.server.portal.amp_server.html | 10 +- .../api/evennia.server.portal.discord.html | 451 ++++++++++++ .../api/evennia.server.portal.grapevine.html | 10 +- docs/1.0-dev/api/evennia.server.portal.html | 1 + 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/genindex.html | 119 +++- docs/1.0-dev/index.html | 3 +- docs/1.0-dev/objects.inv | Bin 155411 -> 155747 bytes docs/1.0-dev/py-modindex.html | 5 + docs/1.0-dev/searchindex.js | 2 +- 55 files changed, 1432 insertions(+), 162 deletions(-) create mode 100644 docs/1.0-dev/_modules/evennia/server/portal/discord.html create mode 100644 docs/1.0-dev/_sources/api/evennia.server.portal.discord.md.txt create mode 100644 docs/1.0-dev/api/evennia.server.portal.discord.html diff --git a/docs/1.0-dev/.buildinfo b/docs/1.0-dev/.buildinfo index 69ef26d0a9..465abe0be1 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: 5b20b972d42b3e19afd64d47dd30d4f9 +config: 3860bff3c82ee2816fb2ab29c272c576 tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/docs/1.0-dev/Coding/Changelog.html b/docs/1.0-dev/Coding/Changelog.html index bbb989bc15..f200a76dd0 100644 --- a/docs/1.0-dev/Coding/Changelog.html +++ b/docs/1.0-dev/Coding/Changelog.html @@ -383,6 +383,7 @@ the given left indent but crops/fills to the width. Used in EvCells.

  • EvTable now supports passing EvColumns as a list directly, (EvTable(table=[colA,colB]))

  • Add tags= search criterion to DefaultObject.search.

  • Add AT_EXIT_TRAVERSE signal, firing when an exit is traversed.

  • +
  • Add integration between Evennia and Discord channels (PR by Inspector Cararacal)

  • diff --git a/docs/1.0-dev/Setup/Channels-to-Discord.html b/docs/1.0-dev/Setup/Channels-to-Discord.html index 78676fcfa2..76808576a8 100644 --- a/docs/1.0-dev/Setup/Channels-to-Discord.html +++ b/docs/1.0-dev/Setup/Channels-to-Discord.html @@ -16,7 +16,9 @@ - + + +