Change to MyST parser

This commit is contained in:
Griatch 2021-10-21 21:04:14 +02:00
parent 53106e1dba
commit a51e4af609
443 changed files with 4925 additions and 3524 deletions

View file

@ -1,13 +1,13 @@
```warning::
```{warning}
This is the **WIP** documentation for the
development branch of Evennia (v1.0-dev). The text is based on the
original Evennia `wiki <https://github.com.evennia/evennia/wiki>`_
but it's being refactored heavily. There are known conversion issues
development branch of Evennia (v1.0-dev). The text is based on the
original Evennia `wiki <https://github.com.evennia/evennia/wiki>`_
but it's being refactored heavily. There are known conversion issues
and missing links. This will slowly be ironed out as this is developed.
New things will be added to this version only, but for now you are best
New things will be added to this version only, but for now you are best
off using v0.9.5 of the docs, or the original wiki. You have been warned.
```
@ -16,43 +16,45 @@
This is the manual of [Evennia](https://www.evennia.com), the open source Python
`MU*` creation system.
- [Evennia Introduction](./Evennia-Introduction)
- [Install & Setup Quickstart](Setup/Setup-Quickstart)
- [Starting tutorial](Howto/Starting/Part1/Starting-Part1)
- [How to get (and give) help](./How-To-Get-And-Give-Help)
- [Evennia Introduction](./Evennia-Introduction.md)
- [Install & Setup Quickstart](Setup/Setup-Quickstart.md)
- [Starting tutorial](Howto/Starting/Part1/Starting-Part1.md)
- [How to get (and give) help](./How-To-Get-And-Give-Help.md)
## Main sections
- [Server Setup, Maintenance and Life](Setup/Setup-Overview) - how to run, maintain and release
- [Tutorials and Howto's](Howto/Howto-Overview) - projects and hints for reaching particular effects and goals
- [Server Setup, Maintenance and Life](Setup/Setup-Overview.md) - how to run, maintain and release
- [Tutorials and Howto's](Howto/Howto-Overview.md) - projects and hints for reaching particular effects and goals
----
- [Core components](Components/Components-Overview) - the core building blocks of Evennia
- [Concepts](Concepts/Concepts-Overview) - larger-scale concepts and features
- [Core components](Components/Components-Overview.md) - the core building blocks of Evennia
- [Concepts](Concepts/Concepts-Overview.md) - larger-scale concepts and features
----
- [API](./Evennia-API) - the full API-reference, generated from source
- [Coding](Coding/Coding-Overview) - coding and development hints and resources
- [Contributions](Contribs/Contrib-Overview) - game-specific tools and code added by the community
- [API](./Evennia-API.md) - the full API-reference, generated from source
- [Default Commands](Components/Default-Commands.md) - list of game commands included out of the box
- [Coding](Coding/Coding-Overview.md) - coding and development hints and resources
- [Contributions](Contribs/Contrib-Overview.md) - game-specific tools and code added by the community
----
- [Links](./Links) - useful links
- [Table of Contents](./toc) - an alphabetical listing of all regular documentation pages
- [Links](./Links.md) - useful links
- [Table of Contents](./toc.md) - an alphabetical listing of all regular documentation pages
Want to help improve the docs? See the page on [Contributing to the docs](./Contributing-Docs)!
Want to help improve the docs? See the page on [Contributing to the docs](./Contributing-Docs.md)!
```toctree::
:hidden:
```{toctree}
:hidden:
Evennia-Introduction
Setup/Setup-Quickstart
Howto/Starting/Part1/Starting-Part1
How-To-Get-And-Give-Help
Setup/Setup-Overview
Howto/Howto-Overview
Components/Components-Overview
Concepts/Concepts-Overview
Evennia-API
Coding/Coding-Overview
Contribs/Contrib-Overview
Links
Evennia-Introduction
Setup/Setup-Quickstart.md
Howto/Starting/Part1/Starting-Part1.md
How-To-Get-And-Give-Help.md
Setup/Setup-Overview.md
Howto/Howto-Overview.md
Components/Components-Overview.md
Concepts/Concepts-Overview.md
Evennia-API.md
Components/Default-Commands.md
Coding/Coding-Overview.md
Contribs/Contrib-Overview.md
Links.md
```
```