mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Almost completed refactoring of source docstrings for new doc system
This commit is contained in:
parent
2208a3030c
commit
9fbfc8f8d0
18 changed files with 331 additions and 332 deletions
|
|
@ -364,6 +364,10 @@ div.code-block-caption {
|
|||
font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace;
|
||||
}
|
||||
|
||||
.sig-paren {
|
||||
margin-left: 1px;
|
||||
}
|
||||
|
||||
.property {
|
||||
font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,7 +3,4 @@
|
|||
|
||||
{% block footer %}
|
||||
|
||||
{{ super() }}
|
||||
The value of next is {{ next }}.
|
||||
|
||||
{% endblock %}
|
||||
|
|
|
|||
|
|
@ -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