Commit graph

61 commits

Author SHA1 Message Date
Griatch
0e7a70fcc2 Update truecolor docs, improve color truecolor display 2024-09-29 13:53:52 +02:00
Griatch
cce90a0ecd Fix color ansi output, it listed the wrong indices of colors. Also updated docs. Resolve #3616 2024-09-29 13:19:07 +02:00
Griatch
7c9694b735 Update CHANGELOG, i18n update doc page 2024-09-08 11:36:49 +02:00
0xDEADFED5
404e8e7b79 document existing underline tag, add info for underline reset, italic, strikethrough. change bold/highlite description 2024-07-08 16:44:15 -07:00
0xDEADFED5
3f5f4237d4 be explicit about foreground/background + additional example 2024-07-05 22:03:42 -07:00
0xDEADFED5
56cc738aab typo fix + clarification 2024-07-05 15:03:32 -07:00
0xDEADFED5
36bb3b98e1 fix Understanding Color Tags link, add true color information 2024-07-05 04:21:43 -07:00
Griatch
be8c024465 Update CHANGELOG, update all auto-generated docs 2024-06-14 12:43:30 +02:00
Griatch
29e9e4df98 Update i18n doc page 2024-04-29 09:10:10 +02:00
Griatch
92d964476c Typos in Server-Lifecycle doc 2024-04-06 23:00:49 +02:00
Griatch
387533d1f0 Fix at_server_reload_start not firing. Resolve #3477. Add Server-Lifecycle.md docpage 2024-04-06 14:08:36 +02:00
Griatch
8872e00001 Correct tutorials on evennia startapp use, which seems to have changed with time. Resolve #3287 2023-11-23 20:37:02 +01:00
Griatch
09253dce31 Finish turnbased combat tutorial text 2023-05-18 21:34:05 +02:00
Griatch
f70fd64478 Make turnbased combat work 2023-05-15 19:34:38 +02:00
Griatch
8aa5ca8536 Add more Models docs 2023-05-07 20:06:48 +02:00
Dpeta
b65827c827 Fix a few docs typos. 2023-04-16 22:50:33 +02:00
Griatch
92061c8299 Fix typo in clickable links doc 2023-03-25 00:21:39 +01:00
Griatch
372126a92a More cleanup of MXP doc page 2023-03-24 23:47:28 +01:00
Griatch
913f86454d Expand mxp link page with settings info 2023-03-24 23:15:46 +01:00
Griatch
fe546c888d Auto-remapped old django docs to new version. Resolve #3126 2023-03-04 19:49:23 +01:00
amfl
00c2c92472 Fix various typos 2023-01-30 16:53:32 +13:00
Griatch
be3afe3a27 Update French translation (Aesran) 2022-12-23 16:33:43 +01:00
Griatch
f468005a34 Prep docs for branch move 2022-12-03 13:44:11 +01:00
Griatch
626f258ecd Add german translation (Zhuraj) 2022-12-02 00:21:49 +01:00
Griatch
20520d99d5 Clean up protocol docs 2022-11-27 11:39:46 +01:00
Griatch
3b6f16f529 Cleaned up Components page 2022-11-26 23:18:11 +01:00
Griatch
bc092b8b2b Finish refactor of components 2022-11-26 18:35:34 +01:00
Griatch
c7ec3dfad3 Refactoring Concept/Component documentation. Still not done 2022-11-26 15:37:02 +01:00
Griatch
00035c15d5 Cleaned up Coding and style guides, improved contribs 2022-11-25 19:47:32 +01:00
Griatch
da341af663 Refactored Contrib docs, renamed many files 2022-11-23 21:15:23 +01:00
Griatch
0b9f6ac540 Extensive cleanup of docs 2022-11-21 00:33:36 +01:00
Griatch
dd0c5f74e0 Cleanup tutorial docs 2022-11-20 20:19:48 +01:00
Griatch
615e828abf Update and clean up docs 2022-11-20 01:36:35 +01:00
Griatch
68b87d6157 Taking pass cleaning up docs 2022-11-19 20:24:11 +01:00
Griatch
a452434ba8 Revert "Updated HTML docs."
This reverts commit 06bc3c8bcd.
2022-11-15 20:46:50 +01:00
Griatch
06bc3c8bcd Updated HTML docs. 2022-11-15 19:43:25 +00:00
Griatch
bf6eeb288f Update doc with latest italian i18n update time 2022-10-23 12:20:23 +02:00
Griatch
91e201d8af Update doc on i18n 2022-10-02 22:03:07 +02:00
Griatch
e2efe42893 Update i18n strings 2022-10-02 11:39:27 +02:00
Griatch
c6d9273798 Update docs on i18n. Add new contrib 2022-10-02 11:19:11 +02:00
Griatch
5af84817b5 Update doc strings for DefaultChannel 2022-03-27 18:04:40 +02:00
Griatch
628afe9367 Refactor 1.0 docs with new toctree structure and inheritance 2022-02-06 19:27:15 +01:00
Griatch
ca7bee9d99 Considerable cleanup of installation docs 2022-02-05 14:03:01 +01:00
Griatch
e96bbb4b86 Clean up contrib docs, autogeneration 2022-01-08 15:04:07 +01:00
Griatch
7a60e9ed0d AttributeProperty for managing Attributes similarly to Django fields 2021-11-09 23:08:28 +01:00
Griatch
be3fea2af4 Link to new doc page 2021-10-30 22:38:04 +02:00
Griatch
9d6cb98349 Add pronoun parsing for msg_contents inlinefuncs 2021-10-30 22:36:40 +02:00
Griatch
a51e4af609 Change to MyST parser 2021-10-26 21:31:20 +02:00
Dimitri
851ca30be5 issue #2243 -- prefer f-strings over %-interpolation
edited docs to prefer f-strings, then str.format(), and remove %-interpolation

additional ad-hoc documentation fixes, as opportunities seen:
- replace Built-In Function (BIF) "min" variable with "mins"
- prefer BIF str(var) over "%s" % var
- reformat some code examples to clarify multiple args passed to functions
- change some single-quote strings to double-quotes for consistency
- fix mismatched parens

misc edits:
- add .vscode/ to gitignore
2021-10-12 12:13:42 -06:00
amfl
11fa5fe184 Change most http links to https 2021-06-23 21:17:30 +12:00