mirror of
https://github.com/evennia/evennia.git
synced 2026-04-05 23:47:16 +02:00
Copy doc tools from develop
This commit is contained in:
parent
bd65641755
commit
6af2fc6819
127 changed files with 2927 additions and 1427 deletions
|
|
@ -1,143 +1,149 @@
|
|||
# Toc
|
||||
- [API root](api/evennia-api.rst)
|
||||
- [./A voice operated elevator using events](./A-voice-operated-elevator-using-events)
|
||||
- [./API refactoring](./API-refactoring)
|
||||
- [./Accounts](./Accounts)
|
||||
- [./Add a simple new web page](./Add-a-simple-new-web-page)
|
||||
- [./Add a wiki on your website](./Add-a-wiki-on-your-website)
|
||||
- [./Adding Command Tutorial](./Adding-Command-Tutorial)
|
||||
- [./Adding Object Typeclass Tutorial](./Adding-Object-Typeclass-Tutorial)
|
||||
- [./Administrative Docs](./Administrative-Docs)
|
||||
- [./Apache Config](./Apache-Config)
|
||||
- [./Arxcode installing help](./Arxcode-installing-help)
|
||||
- [./Async Process](./Async-Process)
|
||||
- [./Attributes](./Attributes)
|
||||
- [./Banning](./Banning)
|
||||
- [./Batch Code Processor](./Batch-Code-Processor)
|
||||
- [./Batch Command Processor](./Batch-Command-Processor)
|
||||
- [./Batch Processors](./Batch-Processors)
|
||||
- [./Bootstrap & Evennia](./Bootstrap-&-Evennia)
|
||||
- [./Bootstrap Components and Utilities](./Bootstrap-Components-and-Utilities)
|
||||
- [./Builder Docs](./Builder-Docs)
|
||||
- [./Building Permissions](./Building-Permissions)
|
||||
- [./Building Quickstart](./Building-Quickstart)
|
||||
- [./Building a mech tutorial](./Building-a-mech-tutorial)
|
||||
- [./Building menus](./Building-menus)
|
||||
- [./Choosing An SQL Server](./Choosing-An-SQL-Server)
|
||||
- [./Client Support Grid](./Client-Support-Grid)
|
||||
- [./Coding FAQ](./Coding-FAQ)
|
||||
- [./Coding Introduction](./Coding-Introduction)
|
||||
- [./Coding Utils](./Coding-Utils)
|
||||
- [./Command Cooldown](./Command-Cooldown)
|
||||
- [./Command Duration](./Command-Duration)
|
||||
- [./Command Prompt](./Command-Prompt)
|
||||
- [./Command Sets](./Command-Sets)
|
||||
- [./Command System](./Command-System)
|
||||
- [./Commands](./Commands)
|
||||
- [./Communications](./Communications)
|
||||
- [./Connection Screen](./Connection-Screen)
|
||||
- [./Continuous Integration](./Continuous-Integration)
|
||||
- [./Contributing](./Contributing)
|
||||
- [./Coordinates](./Coordinates)
|
||||
- [./Custom Protocols](./Custom-Protocols)
|
||||
- [./Customize channels](./Customize-channels)
|
||||
- [./Debugging](./Debugging)
|
||||
- [./Default Command Help](./Default-Command-Help)
|
||||
- [./Default Exit Errors](./Default-Exit-Errors)
|
||||
- [./Developer Central](./Developer-Central)
|
||||
- [./Dialogues in events](./Dialogues-in-events)
|
||||
- [./Directory Overview](./Directory-Overview)
|
||||
- [./Docs refactoring](./Docs-refactoring)
|
||||
- [./Dynamic In Game Map](./Dynamic-In-Game-Map)
|
||||
- [./EvEditor](./EvEditor)
|
||||
- [./EvMenu](./EvMenu)
|
||||
- [./EvMore](./EvMore)
|
||||
- [./Evennia API](./Evennia-API)
|
||||
- [./Evennia Game Index](./Evennia-Game-Index)
|
||||
- [./Evennia Introduction](./Evennia-Introduction)
|
||||
- [./Evennia for Diku Users](./Evennia-for-Diku-Users)
|
||||
- [./Evennia for MUSH Users](./Evennia-for-MUSH-Users)
|
||||
- [./Evennia for roleplaying sessions](./Evennia-for-roleplaying-sessions)
|
||||
- [./Execute Python Code](./Execute-Python-Code)
|
||||
- [./First Steps Coding](./First-Steps-Coding)
|
||||
- [./Game Planning](./Game-Planning)
|
||||
- [./Gametime Tutorial](./Gametime-Tutorial)
|
||||
- [./Getting Started](./Getting-Started)
|
||||
- [./Glossary](./Glossary)
|
||||
- [./Grapevine](./Grapevine)
|
||||
- [./Guest Logins](./Guest-Logins)
|
||||
- [./HAProxy Config (Optional)](./HAProxy-Config-(Optional))
|
||||
- [./Help System](./Help-System)
|
||||
- [./Help System Tutorial](./Help-System-Tutorial)
|
||||
- [./How To Get And Give Help](./How-To-Get-And-Give-Help)
|
||||
- [./How to connect Evennia to Twitter](./How-to-connect-Evennia-to-Twitter)
|
||||
- [./IRC](./IRC)
|
||||
- [./Implementing a game rule system](./Implementing-a-game-rule-system)
|
||||
- [./Inputfuncs](./Inputfuncs)
|
||||
- [./Installing on Android](./Installing-on-Android)
|
||||
- [./Internationalization](./Internationalization)
|
||||
- [./Learn Python for Evennia The Hard Way](./Learn-Python-for-Evennia-The-Hard-Way)
|
||||
- [./Licensing](./Licensing)
|
||||
- [./Links](./Links)
|
||||
- [./Locks](./Locks)
|
||||
- [./Manually Configuring Color](./Manually-Configuring-Color)
|
||||
- [./Mass and weight for objects](./Mass-and-weight-for-objects)
|
||||
- [./Messagepath](./Messagepath)
|
||||
- [./MonitorHandler](./MonitorHandler)
|
||||
- [./NPC shop Tutorial](./NPC-shop-Tutorial)
|
||||
- [./New Models](./New-Models)
|
||||
- [./Nicks](./Nicks)
|
||||
- [./OOB](./OOB)
|
||||
- [./Objects](./Objects)
|
||||
- [./Online Setup](./Online-Setup)
|
||||
- [./Parsing command arguments, theory and best practices](./Parsing-command-arguments,-theory-and-best-practices)
|
||||
- [./Portal And Server](./Portal-And-Server)
|
||||
- [./Profiling](./Profiling)
|
||||
- [./Python 3](./Python-3)
|
||||
- [./Python basic introduction](./Python-basic-introduction)
|
||||
- [./Python basic tutorial part two](./Python-basic-tutorial-part-two)
|
||||
- [./Quirks](./Quirks)
|
||||
- [./RSS](./RSS)
|
||||
- [./Roadmap](./Roadmap)
|
||||
- [./Running Evennia in Docker](./Running-Evennia-in-Docker)
|
||||
- [./Screenshot](./Screenshot)
|
||||
- [./Scripts](./Scripts)
|
||||
- [./Security](./Security)
|
||||
- [./Server Conf](./Server-Conf)
|
||||
- [./Sessions](./Sessions)
|
||||
- [./Setting up PyCharm](./Setting-up-PyCharm)
|
||||
- [./Signals](./Signals)
|
||||
- [./Soft Code](./Soft-Code)
|
||||
- [./Spawner and Prototypes](./Spawner-and-Prototypes)
|
||||
- [./Start Stop Reload](./Start-Stop-Reload)
|
||||
- [./Static In Game Map](./Static-In-Game-Map)
|
||||
- [./Tags](./Tags)
|
||||
- [./Text Encodings](./Text-Encodings)
|
||||
- [./TextTags](./TextTags)
|
||||
- [./TickerHandler](./TickerHandler)
|
||||
- [./Turn based Combat System](./Turn-based-Combat-System)
|
||||
- [./Tutorial Aggressive NPCs](./Tutorial-Aggressive-NPCs)
|
||||
- [./Tutorial NPCs listening](./Tutorial-NPCs-listening)
|
||||
- [./Tutorial Searching For Objects](./Tutorial-Searching-For-Objects)
|
||||
- [./Tutorial Tweeting Game Stats](./Tutorial-Tweeting-Game-Stats)
|
||||
- [./Tutorial Vehicles](./Tutorial-Vehicles)
|
||||
- [./Tutorial World Introduction](./Tutorial-World-Introduction)
|
||||
- [./Tutorial for basic MUSH like game](./Tutorial-for-basic-MUSH-like-game)
|
||||
- [./Tutorials](./Tutorials)
|
||||
- [./Typeclasses](./Typeclasses)
|
||||
- [./Understanding Color Tags](./Understanding-Color-Tags)
|
||||
- [./Unit Testing](./Unit-Testing)
|
||||
- [./Updating Your Game](./Updating-Your-Game)
|
||||
- [./Using MUX as a Standard](./Using-MUX-as-a-Standard)
|
||||
- [./Using Travis](./Using-Travis)
|
||||
- [./Version Control](./Version-Control)
|
||||
- [./Weather Tutorial](./Weather-Tutorial)
|
||||
- [./Web Character Generation](./Web-Character-Generation)
|
||||
- [./Web Character View Tutorial](./Web-Character-View-Tutorial)
|
||||
- [./Web Features](./Web-Features)
|
||||
- [./Web Tutorial](./Web-Tutorial)
|
||||
- [./Webclient](./Webclient)
|
||||
- [./Webclient brainstorm](./Webclient-brainstorm)
|
||||
- [./Wiki Index](./Wiki-Index)
|
||||
- [./Zones](./Zones)
|
||||
- [./index](./index)
|
||||
|
||||
* [A voice operated elevator using events](A-voice-operated-elevator-using-events.md)
|
||||
* [API refactoring](API-refactoring.md)
|
||||
* [Accounts](Accounts.md)
|
||||
* [Add a simple new web page](Add-a-simple-new-web-page.md)
|
||||
* [Add a wiki on your website](Add-a-wiki-on-your-website.md)
|
||||
* [Adding Command Tutorial](Adding-Command-Tutorial.md)
|
||||
* [Adding Object Typeclass Tutorial](Adding-Object-Typeclass-Tutorial.md)
|
||||
* [Administrative Docs](Administrative-Docs.md)
|
||||
* [Apache Config](Apache-Config.md)
|
||||
* [Arxcode installing help](Arxcode-installing-help.md)
|
||||
* [Async Process](Async-Process.md)
|
||||
* [Attributes](Attributes.md)
|
||||
* [Banning](Banning.md)
|
||||
* [Batch Code Processor](Batch-Code-Processor.md)
|
||||
* [Batch Command Processor](Batch-Command-Processor.md)
|
||||
* [Batch Processors](Batch-Processors.md)
|
||||
* [Bootstrap & Evennia](Bootstrap-&-Evennia.md)
|
||||
* [Bootstrap Components and Utilities](Bootstrap-Components-and-Utilities.md)
|
||||
* [Builder Docs](Builder-Docs.md)
|
||||
* [Building Permissions](Building-Permissions.md)
|
||||
* [Building Quickstart](Building-Quickstart.md)
|
||||
* [Building a mech tutorial](Building-a-mech-tutorial.md)
|
||||
* [Building menus](Building-menus.md)
|
||||
* [Choosing An SQL Server](Choosing-An-SQL-Server.md)
|
||||
* [Client Support Grid](Client-Support-Grid.md)
|
||||
* [Coding FAQ](Coding-FAQ.md)
|
||||
* [Coding Introduction](Coding-Introduction.md)
|
||||
* [Coding Utils](Coding-Utils.md)
|
||||
* [Command Cooldown](Command-Cooldown.md)
|
||||
* [Command Duration](Command-Duration.md)
|
||||
* [Command Prompt](Command-Prompt.md)
|
||||
* [Command Sets](Command-Sets.md)
|
||||
* [Command System](Command-System.md)
|
||||
* [Commands](Commands.md)
|
||||
* [Communications](Communications.md)
|
||||
* [Connection Screen](Connection-Screen.md)
|
||||
* [Continuous Integration](Continuous-Integration.md)
|
||||
* [Contributing](Contributing.md)
|
||||
* [Coordinates](Coordinates.md)
|
||||
* [Custom Protocols](Custom-Protocols.md)
|
||||
* [Customize channels](Customize-channels.md)
|
||||
* [Debugging](Debugging.md)
|
||||
* [Default Command Help](Default-Command-Help.md)
|
||||
* [Default Exit Errors](Default-Exit-Errors.md)
|
||||
* [Developer Central](Developer-Central.md)
|
||||
* [Dialogues in events](Dialogues-in-events.md)
|
||||
* [Directory Overview](Directory-Overview.md)
|
||||
* [Docs refactoring](Docs-refactoring.md)
|
||||
* [Dynamic In Game Map](Dynamic-In-Game-Map.md)
|
||||
* [EvEditor](EvEditor.md)
|
||||
* [EvMenu](EvMenu.md)
|
||||
* [EvMore](EvMore.md)
|
||||
* [Evennia API](Evennia-API.md)
|
||||
* [Evennia Game Index](Evennia-Game-Index.md)
|
||||
* [Evennia Introduction](Evennia-Introduction.md)
|
||||
* [Evennia for Diku Users](Evennia-for-Diku-Users.md)
|
||||
* [Evennia for MUSH Users](Evennia-for-MUSH-Users.md)
|
||||
* [Evennia for roleplaying sessions](Evennia-for-roleplaying-sessions.md)
|
||||
* [Execute Python Code](Execute-Python-Code.md)
|
||||
* [First Steps Coding](First-Steps-Coding.md)
|
||||
* [Game Planning](Game-Planning.md)
|
||||
* [Gametime Tutorial](Gametime-Tutorial.md)
|
||||
* [Getting Started](Getting-Started.md)
|
||||
* [Glossary](Glossary.md)
|
||||
* [Grapevine](Grapevine.md)
|
||||
* [Guest Logins](Guest-Logins.md)
|
||||
* [HAProxy Config (Optional)](HAProxy-Config-(Optional).md)
|
||||
* [Help System Tutorial](Help-System-Tutorial.md)
|
||||
* [Help System](Help-System.md)
|
||||
* [Home](index.md)
|
||||
* [How To Get And Give Help](How-To-Get-And-Give-Help.md)
|
||||
* [How to connect Evennia to Twitter](How-to-connect-Evennia-to-Twitter.md)
|
||||
* [IRC](IRC.md)
|
||||
* [Implementing a game rule system](Implementing-a-game-rule-system.md)
|
||||
* [Inputfuncs](Inputfuncs.md)
|
||||
* [Installing on Android](Installing-on-Android.md)
|
||||
* [Internationalization](Internationalization.md)
|
||||
* [Learn Python for Evennia The Hard Way](Learn-Python-for-Evennia-The-Hard-Way.md)
|
||||
* [Licensing](Licensing.md)
|
||||
* [Links](Links.md)
|
||||
* [Locks](Locks.md)
|
||||
* [Manually Configuring Color](Manually-Configuring-Color.md)
|
||||
* [Mass and weight for objects](Mass-and-weight-for-objects.md)
|
||||
* [Messagepath](Messagepath.md)
|
||||
* [MonitorHandler](MonitorHandler.md)
|
||||
* [NPC shop Tutorial](NPC-shop-Tutorial.md)
|
||||
* [New Models](New-Models.md)
|
||||
* [Nicks](Nicks.md)
|
||||
* [OOB](OOB.md)
|
||||
* [Objects](Objects.md)
|
||||
* [Online Setup](Online-Setup.md)
|
||||
* [Parsing command arguments, theory and best practices](Parsing-command-arguments,-theory-and-best-practices.md)
|
||||
* [Portal And Server](Portal-And-Server.md)
|
||||
* [Profiling](Profiling.md)
|
||||
* [Python 3](Python-3.md)
|
||||
* [Python basic introduction](Python-basic-introduction.md)
|
||||
* [Python basic tutorial part two](Python-basic-tutorial-part-two.md)
|
||||
* [Quirks](Quirks.md)
|
||||
* [RSS](RSS.md)
|
||||
* [Roadmap](Roadmap.md)
|
||||
* [Running Evennia in Docker](Running-Evennia-in-Docker.md)
|
||||
* [Screenshot](Screenshot.md)
|
||||
* [Scripts](Scripts.md)
|
||||
* [Security](Security.md)
|
||||
* [Server Conf](Server-Conf.md)
|
||||
* [Sessions](Sessions.md)
|
||||
* [Setting up PyCharm](Setting-up-PyCharm.md)
|
||||
* [Signals](Signals.md)
|
||||
* [Soft Code](Soft-Code.md)
|
||||
* [Spawner and Prototypes](Spawner-and-Prototypes.md)
|
||||
* [Start Stop Reload](Start-Stop-Reload.md)
|
||||
* [Static In Game Map](Static-In-Game-Map.md)
|
||||
* [Tags](Tags.md)
|
||||
* [Text Encodings](Text-Encodings.md)
|
||||
* [TextTags](TextTags.md)
|
||||
* [TickerHandler](TickerHandler.md)
|
||||
* [Turn based Combat System](Turn-based-Combat-System.md)
|
||||
* [Tutorial Aggressive NPCs](Tutorial-Aggressive-NPCs.md)
|
||||
* [Tutorial NPCs listening](Tutorial-NPCs-listening.md)
|
||||
* [Tutorial Searching For Objects](Tutorial-Searching-For-Objects.md)
|
||||
* [Tutorial Tweeting Game Stats](Tutorial-Tweeting-Game-Stats.md)
|
||||
* [Tutorial Vehicles](Tutorial-Vehicles.md)
|
||||
* [Tutorial World Introduction](Tutorial-World-Introduction.md)
|
||||
* [Tutorial for basic MUSH like game](Tutorial-for-basic-MUSH-like-game.md)
|
||||
* [Tutorials](Tutorials.md)
|
||||
* [Typeclasses](Typeclasses.md)
|
||||
* [Understanding Color Tags](Understanding-Color-Tags.md)
|
||||
* [Unit Testing](Unit-Testing.md)
|
||||
* [Updating Your Game](Updating-Your-Game.md)
|
||||
* [Using MUX as a Standard](Using-MUX-as-a-Standard.md)
|
||||
* [Using Travis](Using-Travis.md)
|
||||
* [Version Control](Version-Control.md)
|
||||
* [Weather Tutorial](Weather-Tutorial.md)
|
||||
* [Web Character Generation](Web-Character-Generation.md)
|
||||
* [Web Character View Tutorial](Web-Character-View-Tutorial.md)
|
||||
* [Web Features](Web-Features.md)
|
||||
* [Web Tutorial](Web-Tutorial.md)
|
||||
* [Webclient brainstorm](Webclient-brainstorm.md)
|
||||
* [Webclient](Webclient.md)
|
||||
* [Wiki Index](Wiki-Index.md)
|
||||
* [Zones](Zones.md)
|
||||
```toctree::
|
||||
:hidden:
|
||||
|
||||
toc
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue