Commit graph

1071 commits

Author SHA1 Message Date
Jake
5fd0ea9445
#3659 Fixing doc typo for beginner tutorial 2024-11-05 13:24:20 -07:00
Griatch
f007199878 Update Changelog 2024-10-28 19:15:08 +01:00
Griatch
8021bd00a7
Merge pull request #3654 from marado/typo-fix
fix (non user-facing) typo
2024-10-28 18:51:02 +01:00
Marcos Marado
0984fccafb fix: remove erroneous links from the documentation
Sphinx assumes that WORD.py should be a link to https://WORD.py .

This is not a problem in most of the documentation, since Sphinx won't
turn those python filenames into links when they are wrapped in
backticks, like `WORD.py`. Unfortunately, not always that was being
done, and so there were several wrong, broken links in the
documentation.

This patch wraps all the occurrences I've found of this case with
backticks, not only making the documentation more readible and
homogeneous, but more importantly getting rid of those unwanted links
in the generated HTML version of the documentation.
2024-10-26 17:45:14 +01:00
Marcos Marado
3874247573 fix (non user-facing) typo 2024-10-26 15:55:08 +01:00
Griatch
1360f17202 Fix case if using string "call:" anywhere in locktype tricked Command to not use a fallback. Resolve #3643. 2024-10-21 22:03:08 +02:00
Griatch
67db991715 Update Changelog, build new contrib docs 2024-10-21 21:10:22 +02:00
Griatch
7395d7091d Cleanup in Tags documentation 2024-10-18 14:49:01 +02:00
Griatch
bde8c0def7
Merge pull request #3576 from ChrisLR/docs/pycharm-linux
Rewrite doc for pycharm
2024-10-08 21:54:00 +02:00
Griatch
3c64f61f17
Merge pull request #3628 from feyrkh/main
Fix incorrect example code in equipment tutorial
2024-10-08 21:51:14 +02:00
Griatch
26e671f146
Merge pull request #3626 from feyrkh/feyrkh-patch-1
Fix 'defense_type' typos in beginner tutorial + EvAdventure utils.py
2024-10-08 21:47:25 +02:00
ChrisLR
128926f705 Improvement 2024-10-03 08:55:23 -04:00
Griatch
25ddad219e Evennia 4.4.1 patch release 2024-10-01 09:12:09 +02:00
feyrkh
7f123cb472
Update Beginner-Tutorial-Equipment.md
When adding an item to an empty slot, avoid adding `None` objects to the backpack.
2024-09-29 13:08:56 -05:00
feyrkh
d361b5fddb
Update Beginner-Tutorial-Equipment.md
Also fix to_backpack
2024-09-29 13:02:01 -05:00
feyrkh
54e5e63b8d
Fix incorrect example code in equipment tutorial
The code to replace equipment in a single-item slot references a variable that is never used before or after, and incorrectly sets it to the item that is doing the replacement instead of the item being replaced, which causes the replaced item to not be moved back into the backpack.
2024-09-29 12:25:15 -05:00
Griatch
d76bc1a62b Evennia 4.4.0 minor release 2024-09-29 15:11:37 +02:00
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
cd86f93a54 Update Changelog 2024-09-29 13:00:58 +02:00
Griatch
2b95446dd0 Fix infinite loop if using print() in py cmd. Resolve #3616 2024-09-29 12:34:16 +02:00
feyrkh
321da9b694
Fix 'defend_type' vs 'defense_type' typos in beginner tutorial 2024-09-29 05:23:12 -05:00
feyrkh
10e4f989f7
Fix alternate misspellings 2024-09-29 02:03:35 -05:00
feyrkh
f68e1884eb
Fix lycanthropy tutorial
"lycanthropy" was consistently misspelled, and the tutorial was mixed between requiring "exactly 2" for the attribute in the code, while being described as "greater than 2" in some of the text, and the attribute was actually set to 3, preventing the example code from working.
2024-09-29 01:54:20 -05:00
Griatch
f2a5c5a85a Update CHANGELOG 2024-09-10 14:12:06 +02:00
Griatch
1db8ceea21
Merge pull request #3608 from aMiss-aWry/typofix-1
Minor typo fixes in documentation
2024-09-08 12:07:06 +02:00
Griatch
7c9694b735 Update CHANGELOG, i18n update doc page 2024-09-08 11:36:49 +02:00
Wendy Wang
546d5c9239
Update FuncParser.md 2024-09-05 09:56:00 +02:00
Wendy Wang
54a0e8c9b1
Typo fix on FuncParser.md 2024-09-05 09:54:25 +02:00
Wendy Wang
ae14ffb998
Minor typo fixes in documentation 2024-09-05 09:26:45 +02:00
Griatch
11f0e8b01a Update CHANGELOG, sync docs 2024-08-25 09:23:24 +02:00
Griatch
eaff50beb0 Fix prompt tutorial example 2024-08-18 12:46:24 +02:00
ChrisLR
cd64793c36 Quick changes 2024-08-16 22:01:59 -04:00
ChrisLR
2ef6ba58af Add existing project section and some polish 2024-08-12 11:48:41 -04:00
Griatch
310a895bb5 Add key:typeclass support for scripts command 2024-08-11 20:03:11 +02:00
Griatch
61374b10ff Fix issue in NPC-reaction tutorial. Resolve #3591 2024-08-11 11:20:00 +02:00
Griatch
5797b711db Evennia 4.3.0 minor release 2024-08-11 10:46:52 +02:00
Griatch
1d689ed78c Update changelog 2024-07-20 07:54:05 +02:00
Griatch
45a1cb80e1 Update docs for Trait.traithandler/Trait.get_trait() functionality 2024-07-13 20:17:00 +02:00
Griatch
d769a90b62 Update changelog 2024-07-13 15:36:06 +02:00
Griatch
783dc46cd3 Update docs, add contrib header for new repor system contrib 2024-07-13 14:24:48 +02:00
Griatch
69bab720d4 Update Changelog 2024-07-10 19:52:02 +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
ChrisLR
03e450124a Rewrite doc for pycharm 2024-07-02 09:05:56 -04:00
Griatch
9ddaabc60b Fix typo in changelog 2024-06-27 22:50:27 +02:00
Griatch
2a229b8b8e Evennia 4.2.0 minor release 2024-06-27 22:37:43 +02:00
Griatch
86c65b08d7 Fix default locktype index for help entries in docs. Resolve #3562 2024-06-27 17:30:55 +02:00