From a6076aff42cc83b75b0895b12f9f641313b44e40 Mon Sep 17 00:00:00 2001 From: Evennia docbuilder action Date: Tue, 22 Nov 2022 17:04:56 +0000 Subject: [PATCH] Updated HTML docs. --- docs/1.0-dev/.buildinfo | 2 +- docs/1.0-dev/Howtos/Howtos-Overview.html | 10 +- .../Howtos/Tutorial-Tweeting-Game-Stats.html | 2 +- ...pevine.html => Channels-to-Grapevine.html} | 36 +-- .../Setup/{IRC.html => Channels-to-IRC.html} | 36 +-- .../Setup/{RSS.html => Channels-to-RSS.html} | 46 ++-- ...-Twitter.html => Channels-to-Twitter.html} | 96 +++---- ...L-Server.html => Choosing-a-Database.html} | 67 ++--- docs/1.0-dev/Setup/Client-Support-Grid.html | 22 +- ...e-Config.html => Config-Apache-Proxy.html} | 253 ++++++++---------- ...AProxy-Config.html => Config-HAProxy.html} | 36 +-- docs/1.0-dev/Setup/Evennia-Game-Index.html | 20 +- docs/1.0-dev/Setup/Installation-Git.html | 8 +- .../Setup/Installation-Non-Interactive.html | 1 - docs/1.0-dev/Setup/Installation.html | 35 ++- docs/1.0-dev/Setup/Online-Setup.html | 114 +++----- ...{Security.html => Security-Practices.html} | 149 ++++------- docs/1.0-dev/Setup/Settings-Default.html | 18 +- docs/1.0-dev/Setup/Settings.html | 39 +-- docs/1.0-dev/Setup/Setup-Overview.html | 90 +++---- docs/1.0-dev/Setup/Start-Stop-Reload.html | 8 +- .../Tutorial-Tweeting-Game-Stats.md.txt | 2 +- ...ne.md.txt => Channels-to-Grapevine.md.txt} | 2 +- .../{IRC.md.txt => Channels-to-IRC.md.txt} | 2 +- .../{RSS.md.txt => Channels-to-RSS.md.txt} | 6 +- ...tter.md.txt => Channels-to-Twitter.md.txt} | 53 ++-- ...rver.md.txt => Choosing-a-Database.md.txt} | 42 ++- .../_sources/Setup/Client-Support-Grid.md.txt | 2 +- ...nfig.md.txt => Config-Apache-Proxy.md.txt} | 187 ++++++------- ...xy-Config.md.txt => Config-HAProxy.md.txt} | 2 +- .../_sources/Setup/Installation-Git.md.txt | 9 +- .../Setup/Installation-Non-Interactive.md.txt | 1 - .../_sources/Setup/Installation.md.txt | 25 +- .../_sources/Setup/Online-Setup.md.txt | 89 ++---- .../_sources/Setup/Security-Practices.md.txt | 105 ++++++++ docs/1.0-dev/_sources/Setup/Security.md.txt | 152 ----------- docs/1.0-dev/_sources/Setup/Settings.md.txt | 25 +- .../_sources/Setup/Setup-Overview.md.txt | 21 +- docs/1.0-dev/_static/nature.css | 14 +- .../api/evennia.commands.default.account.html | 4 +- .../evennia.commands.default.building.html | 4 +- .../api/evennia.commands.default.comms.html | 8 +- .../api/evennia.commands.default.general.html | 24 +- .../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 +- ...systems.mux_comms_cmds.mux_comms_cmds.html | 4 +- ...rib.full_systems.evscaperoom.commands.html | 24 +- ...ia.contrib.game_systems.barter.barter.html | 4 +- ...ontrib.game_systems.clothing.clothing.html | 4 +- ...trib.grid.extended_room.extended_room.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 | 16 +- ...ontrib.tutorials.tutorial_world.rooms.html | 12 +- ...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 | 21 +- docs/1.0-dev/objects.inv | Bin 158550 -> 158718 bytes docs/1.0-dev/searchindex.js | 2 +- 65 files changed, 878 insertions(+), 1146 deletions(-) rename docs/1.0-dev/Setup/{Grapevine.html => Channels-to-Grapevine.html} (86%) rename docs/1.0-dev/Setup/{IRC.html => Channels-to-IRC.html} (87%) rename docs/1.0-dev/Setup/{RSS.html => Channels-to-RSS.html} (81%) rename docs/1.0-dev/Setup/{How-to-connect-Evennia-to-Twitter.html => Channels-to-Twitter.html} (69%) rename docs/1.0-dev/Setup/{Choosing-An-SQL-Server.html => Choosing-a-Database.html} (89%) rename docs/1.0-dev/Setup/{Apache-Config.html => Config-Apache-Proxy.html} (72%) rename docs/1.0-dev/Setup/{HAProxy-Config.html => Config-HAProxy.html} (92%) rename docs/1.0-dev/Setup/{Security.html => Security-Practices.html} (56%) rename docs/1.0-dev/_sources/Setup/{Grapevine.md.txt => Channels-to-Grapevine.md.txt} (98%) rename docs/1.0-dev/_sources/Setup/{IRC.md.txt => Channels-to-IRC.md.txt} (99%) rename docs/1.0-dev/_sources/Setup/{RSS.md.txt => Channels-to-RSS.md.txt} (92%) rename docs/1.0-dev/_sources/Setup/{How-to-connect-Evennia-to-Twitter.md.txt => Channels-to-Twitter.md.txt} (55%) rename docs/1.0-dev/_sources/Setup/{Choosing-An-SQL-Server.md.txt => Choosing-a-Database.md.txt} (85%) rename docs/1.0-dev/_sources/Setup/{Apache-Config.md.txt => Config-Apache-Proxy.md.txt} (74%) rename docs/1.0-dev/_sources/Setup/{HAProxy-Config.md.txt => Config-HAProxy.md.txt} (99%) create mode 100644 docs/1.0-dev/_sources/Setup/Security-Practices.md.txt delete mode 100644 docs/1.0-dev/_sources/Setup/Security.md.txt diff --git a/docs/1.0-dev/.buildinfo b/docs/1.0-dev/.buildinfo index e1a635ae08..6a3e8c0dfe 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: a62091330c1ccd02fd5643736f633492 +config: ff994fe83233749663200558bc3cc4fd tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/docs/1.0-dev/Howtos/Howtos-Overview.html b/docs/1.0-dev/Howtos/Howtos-Overview.html index a5c0485966..c66793c164 100644 --- a/docs/1.0-dev/Howtos/Howtos-Overview.html +++ b/docs/1.0-dev/Howtos/Howtos-Overview.html @@ -18,7 +18,7 @@ - + diff --git a/docs/1.0-dev/Setup/IRC.html b/docs/1.0-dev/Setup/Channels-to-IRC.html similarity index 87% rename from docs/1.0-dev/Setup/IRC.html rename to docs/1.0-dev/Setup/Channels-to-IRC.html index d4afb8cedd..6318152585 100644 --- a/docs/1.0-dev/Setup/IRC.html +++ b/docs/1.0-dev/Setup/Channels-to-IRC.html @@ -6,7 +6,7 @@ - IRC — Evennia 1.0-dev documentation + Connect Evennia channels to IRC — Evennia 1.0-dev documentation @@ -17,8 +17,8 @@ - - + + @@ -62,7 +62,7 @@

Table of Contents

Versions

develop branch
@@ -62,25 +62,23 @@

Table of Contents

Versions

develop branch
@@ -62,25 +62,27 @@

Table of Contents

Versions

develop branch
@@ -62,9 +62,10 @@

Table of Contents