Add hidden toctrees
This commit is contained in:
parent
9984c3f7bc
commit
0b0308b617
6 changed files with 180 additions and 1 deletions
|
|
@ -44,3 +44,33 @@ Settings](https://github.com/evennia/evennia/blob/master/evennia/settings_defaul
|
||||||
- [Setting up your work environment with version control](./Version-Control)
|
- [Setting up your work environment with version control](./Version-Control)
|
||||||
- [First steps coding with Evennia](./First-Steps-Coding)
|
- [First steps coding with Evennia](./First-Steps-Coding)
|
||||||
- [Setting up a continuous integration build environment](./Continuous-Integration)
|
- [Setting up a continuous integration build environment](./Continuous-Integration)
|
||||||
|
|
||||||
|
|
||||||
|
```toctree::
|
||||||
|
:hidden:
|
||||||
|
|
||||||
|
Choosing-An-SQL-Server
|
||||||
|
Getting-Started
|
||||||
|
Running-Evennia-in-Docker
|
||||||
|
Start-Stop-Reload
|
||||||
|
Updating-Your-Game
|
||||||
|
Online-Setup
|
||||||
|
Evennia-Game-Index
|
||||||
|
Server-Conf
|
||||||
|
Internationalization
|
||||||
|
Apache-Config
|
||||||
|
Text-Encodings
|
||||||
|
Connection-Screen
|
||||||
|
Guest-Logins
|
||||||
|
IRC
|
||||||
|
RSS
|
||||||
|
Grapevine
|
||||||
|
How-to-connect-Evennia-to-Twitter
|
||||||
|
Client-Support-Grid
|
||||||
|
Building-Permissions
|
||||||
|
Banning
|
||||||
|
Version-Control
|
||||||
|
First-Steps-Coding
|
||||||
|
Continuous-Integration
|
||||||
|
|
||||||
|
```
|
||||||
|
|
@ -24,3 +24,21 @@ This section contains information useful to world builders.
|
||||||
### The Tutorial world
|
### The Tutorial world
|
||||||
|
|
||||||
- [Introduction and setup](./Tutorial-World-Introduction)
|
- [Introduction and setup](./Tutorial-World-Introduction)
|
||||||
|
|
||||||
|
|
||||||
|
```toctree::
|
||||||
|
:hidden:
|
||||||
|
|
||||||
|
Default-Command-Help
|
||||||
|
Building-Quickstart
|
||||||
|
Building-Permissions
|
||||||
|
TextTags
|
||||||
|
Connection-Screen
|
||||||
|
Batch-Processors
|
||||||
|
Batch-Command-Processor
|
||||||
|
Batch-Code-Processor
|
||||||
|
Spawner-and-Prototypes
|
||||||
|
Zones
|
||||||
|
Tutorial-World-Introduction
|
||||||
|
|
||||||
|
```
|
||||||
|
|
@ -106,3 +106,65 @@ over time
|
||||||
[online-form]: https://docs.google.com/spreadsheet/viewform?hl=en_US&formkey=dGN0VlJXMWpCT3VHaHpscDE
|
[online-form]: https://docs.google.com/spreadsheet/viewform?hl=en_US&formkey=dGN0VlJXMWpCT3VHaHpscDE
|
||||||
zY1RoZGc6MQ#gid=0
|
zY1RoZGc6MQ#gid=0
|
||||||
[issues]: https://github.com/evennia/evennia/issues
|
[issues]: https://github.com/evennia/evennia/issues
|
||||||
|
|
||||||
|
|
||||||
|
```toctree::
|
||||||
|
:hidden:
|
||||||
|
|
||||||
|
Coding-Introduction
|
||||||
|
Licensing
|
||||||
|
Contributing
|
||||||
|
Using-MUX-as-a-Standard
|
||||||
|
Version-Control
|
||||||
|
Using-Travis
|
||||||
|
Game-Planning
|
||||||
|
First-Steps-Coding
|
||||||
|
Internationalization
|
||||||
|
Quirks
|
||||||
|
Setting-up-PyCharm
|
||||||
|
Directory-Overview
|
||||||
|
Evennia-API
|
||||||
|
Execute-Python-Code
|
||||||
|
Portal-And-Server
|
||||||
|
Sessions
|
||||||
|
Server-Conf
|
||||||
|
Messagepath
|
||||||
|
OOB
|
||||||
|
Inputfuncs
|
||||||
|
Custom-Protocols
|
||||||
|
New-Models
|
||||||
|
Unit-Testing
|
||||||
|
Profiling
|
||||||
|
Debugging
|
||||||
|
Command-System
|
||||||
|
Commands
|
||||||
|
Command-Sets
|
||||||
|
Help-System
|
||||||
|
Typeclasses
|
||||||
|
Objects
|
||||||
|
Accounts
|
||||||
|
Communications
|
||||||
|
Scripts
|
||||||
|
TickerHandler
|
||||||
|
Coding-Utils
|
||||||
|
MonitorHandler
|
||||||
|
Attributes
|
||||||
|
Nicks
|
||||||
|
Tags
|
||||||
|
Web-Features
|
||||||
|
Webclient
|
||||||
|
Web-Tutorial
|
||||||
|
Locks
|
||||||
|
Signals
|
||||||
|
Coding-Utils
|
||||||
|
EvMenu
|
||||||
|
EvMore
|
||||||
|
EvEditor
|
||||||
|
Spawner-and-Prototypes
|
||||||
|
TextTags
|
||||||
|
Async-Process
|
||||||
|
API-refactoring
|
||||||
|
Docs-refactoring
|
||||||
|
Webclient-brainstorm
|
||||||
|
|
||||||
|
```
|
||||||
|
|
|
||||||
|
|
@ -154,3 +154,60 @@ _Hints for new users more familiar with other game engines._
|
||||||
muds and Evennia.
|
muds and Evennia.
|
||||||
- [Evennia for MUSH Users](./Evennia-for-MUSH-Users) - an introduction to Evennia for those accustomed
|
- [Evennia for MUSH Users](./Evennia-for-MUSH-Users) - an introduction to Evennia for those accustomed
|
||||||
to MUSH-style servers.
|
to MUSH-style servers.
|
||||||
|
|
||||||
|
|
||||||
|
```toctree::
|
||||||
|
:hidden:
|
||||||
|
|
||||||
|
Game-Planning
|
||||||
|
Building-Quickstart
|
||||||
|
Understanding-Color-Tags
|
||||||
|
Tutorial-World-Introduction
|
||||||
|
Building-a-mech-tutorial
|
||||||
|
Version-Control
|
||||||
|
Python-basic-introduction
|
||||||
|
Python-basic-tutorial-part-two
|
||||||
|
First-Steps-Coding
|
||||||
|
Tutorial-for-basic-MUSH-like-game
|
||||||
|
Adding-Command-Tutorial
|
||||||
|
Parsing-command-arguments,-theory-and-best-practices
|
||||||
|
Adding-Object-Typeclass-Tutorial
|
||||||
|
Tutorial-Searching-For-Objects
|
||||||
|
Weather-Tutorial
|
||||||
|
Tutorial-Aggressive-NPCs
|
||||||
|
Tutorial-NPCs-listening
|
||||||
|
Tutorial-Vehicles
|
||||||
|
NPC-shop-Tutorial
|
||||||
|
Static-In-Game-Map
|
||||||
|
Dynamic-In-Game-Map
|
||||||
|
Unit-Testing
|
||||||
|
Implementing-a-game-rule-system
|
||||||
|
Turn-based-Combat-System
|
||||||
|
Evennia-for-roleplaying-sessions
|
||||||
|
Coding-FAQ
|
||||||
|
Command-Prompt
|
||||||
|
Zones
|
||||||
|
Manually-Configuring-Color
|
||||||
|
EvMenu
|
||||||
|
Command-Duration
|
||||||
|
Command-Cooldown
|
||||||
|
Mass-and-weight-for-objects
|
||||||
|
Default-Exit-Errors
|
||||||
|
Tutorial-Tweeting-Game-Stats
|
||||||
|
Gametime-Tutorial
|
||||||
|
Coordinates
|
||||||
|
Customize-channels
|
||||||
|
Dialogues-in-events
|
||||||
|
A-voice-operated-elevator-using-events
|
||||||
|
Add-a-simple-new-web-page
|
||||||
|
Web-Tutorial
|
||||||
|
Bootstrap-&-Evennia
|
||||||
|
Web-Character-View-Tutorial
|
||||||
|
Help-System-Tutorial
|
||||||
|
Add-a-wiki-on-your-website
|
||||||
|
Web-Character-Generation
|
||||||
|
Bootstrap-Components-and-Utilities
|
||||||
|
Evennia-for-Diku-Users
|
||||||
|
Evennia-for-MUSH-Users
|
||||||
|
|
||||||
|
```
|
||||||
|
|
|
||||||
|
|
@ -35,3 +35,15 @@ time.
|
||||||
[icon_devel]: https://raw.githubusercontent.com/wiki/evennia/evennia/images/technical.png
|
[icon_devel]: https://raw.githubusercontent.com/wiki/evennia/evennia/images/technical.png
|
||||||
[icon_tutorial]: https://raw.githubusercontent.com/wiki/evennia/evennia/images/living1.png
|
[icon_tutorial]: https://raw.githubusercontent.com/wiki/evennia/evennia/images/living1.png
|
||||||
[icon_API]: https://raw.githubusercontent.com/wiki/evennia/evennia/images/python3.png
|
[icon_API]: https://raw.githubusercontent.com/wiki/evennia/evennia/images/python3.png
|
||||||
|
|
||||||
|
|
||||||
|
```toctree::
|
||||||
|
:hidden:
|
||||||
|
|
||||||
|
Getting-Started
|
||||||
|
Administrative-Docs
|
||||||
|
Developer-Central
|
||||||
|
Tutorials
|
||||||
|
Contributing-Docs
|
||||||
|
|
||||||
|
```
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
# Toc
|
# Toc
|
||||||
- [API root](api/evennia-api.rst)
|
|
||||||
- [./A voice operated elevator using events](./A-voice-operated-elevator-using-events)
|
- [./A voice operated elevator using events](./A-voice-operated-elevator-using-events)
|
||||||
- [./API refactoring](./API-refactoring)
|
- [./API refactoring](./API-refactoring)
|
||||||
- [./Accounts](./Accounts)
|
- [./Accounts](./Accounts)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue