mirror of
https://github.com/evennia/evennia.git
synced 2026-04-03 06:27:17 +02:00
Fix doc header for better build
This commit is contained in:
parent
c645af1a5c
commit
23e3bf8d22
4 changed files with 66 additions and 16 deletions
|
|
@ -11,6 +11,11 @@ Evennia requires Python3.7+. As with most Python packages, using a
|
|||
installation independent from the system libraries. It's _not_ recommended
|
||||
to install Evennia as superuser.
|
||||
|
||||
```warning::
|
||||
|
||||
This is not yet available. Switch to the 0.9.5 version of these docs to install Evennia.
|
||||
```
|
||||
|
||||
pip install evennia
|
||||
|
||||
Make sure the `evennia` command works. Use `evennia -h` for usage help (or read on).
|
||||
|
|
|
|||
|
|
@ -1,14 +1,14 @@
|
|||
|
||||
```warning::
|
||||
|
||||
This is the **experimental** and **unstable** documentation for the
|
||||
development branch of Evennia (v1.0-dev). It's based on converted docs
|
||||
from the Evennia wiki (https://github.com/evennia/evennia/wiki/) at
|
||||
2020-06-12 22:36:53. There are known conversion issues and missing links.
|
||||
This will slowly be ironed out as this is developed.
|
||||
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
|
||||
and missing links. This will slowly be ironed out as this is developed.
|
||||
|
||||
For now you are best off using the original wiki, or the less changing v0.9.5
|
||||
of these docs. You have been warned.
|
||||
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.
|
||||
```
|
||||
|
||||
# Evennia Documentation
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
# Toc
|
||||
|
||||
- [API root](api/evennia-api.rst)
|
||||
- [Coding/Coding Introduction](Coding/Coding-Introduction)
|
||||
- [Coding/Coding Overview](Coding/Coding-Overview)
|
||||
- [Coding/Continuous Integration](Coding/Continuous-Integration)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue