Commit graph

71 commits

Author SHA1 Message Date
Griatch
78221f8ac3
Merge pull request #3295 from iLPdev/patch-3
docs(Learning-Typeclasses): 📝 fix instructions calling self.get_stats()
2023-10-21 16:49:36 +02:00
iLPdev
d9e6023828
docs(Learning-Typeclasses): fix instructions calling self.get_stats() 2023-10-20 08:21:28 -07:00
iLPdev
0f30b4bb5c
docs(Learning-Typeclasses): 📝 fix .at_object_creation example code 2023-10-20 07:59:44 -07:00
Griatch
cf38de0922 Wrong chapter indent 2023-09-23 22:34:48 +02:00
Griatch
7d99d319a5 More minor cleanup of the command tutorial page 2023-09-23 22:33:59 +02:00
Griatch
8e10db5dca Expand command-add tutorial. Fix typos. Resolve #3277 2023-09-23 22:23:38 +02:00
Griatch
96e13deac6 Fix typo in tutorial world doc 2023-08-28 18:54:51 +02:00
iLPdev
355d06dbee docs(tutorial-beginner): 📝 revise gameplay section 2023-08-20 19:18:18 -07:00
iLPdev
4e95fb9b3a docs(tutorial-beginner): 📝 revise tutorial installation text copy 2023-08-20 19:11:55 -07:00
iLPdev
d3d791d1ef docs(tutorial-beginner): 📝 revise dig house command description 2023-08-20 18:50:13 -07:00
iLPdev
0b278a2b77 docs(tutorial-beginner): 📝 split in two sentences 2023-08-20 09:53:57 -07:00
iLPdev
1db8ad735d docs(tutorial-beginner): 📝 fix typo 2023-08-20 09:52:21 -07:00
iLPdev
57f3686379 docs(tutorial-beginner): 📝 remove comment + add 'named' 2023-08-20 09:48:28 -07:00
iLPdev
8632e3c064 docs(tutorial-beginner): 📝 remove switch reference 2023-08-20 09:45:12 -07:00
iLPdev
12f2860156 docs(tutorial-beginner): 📝 fix repetition repetition repetition 2023-08-20 09:43:11 -07:00
iLPdev
5e1801b997 docs(tutorial-beginner): 📝 mdash, punctuation, and remove superfluousityism 2023-08-20 09:40:38 -07:00
iLPdev
50a92bcc17 docs(tutorial-beginner): 📝 typo 2023-08-20 09:35:21 -07:00
iLPdev
ad7eb56c42 docs: 📝 revert numbering in sentence 2023-08-20 09:20:59 -07:00
iLPdev
9849f6a0b5 docs(tutorial-building): 📝 update script self exmple 2023-08-20 09:16:22 -07:00
iLPdev
5ce8e5e427 docs(building-tutorial): 📝 revise for clarity, grammar, typos, and consistency 2023-08-19 20:06:47 -07:00
Griatch
9e6f828cf8 Cleanup of docs 2023-07-23 21:43:58 +02:00
iLPdev
4f64ebc155 docs(beginner-tutorial): 📝 enhance part 1 overview
* format sidebar for consistency
* edit prose for syntax, grammar, consistency, economy of word, and clarity
2023-07-19 04:48:38 -07:00
Griatch
2e70be96b1 Fix of code in searching-things tutorial. Resolve #3213 2023-07-14 14:11:26 +02:00
Griatch
0523264aae Clarify in searching-things tutorial. Resolve #3212 2023-07-14 14:07:15 +02:00
Griatch
8b4b48737c Fix typo in python class tutorial. Resolve #3211 2023-07-14 13:57:16 +02:00
Kevin
21d571d89a Beginner Tutorial Typo Fix
Fixed typo on: https://www.evennia.com/docs/latest/Howtos/Beginner-Tutorial/Part1/Beginner-Tutorial-Making-A-Sittable-Object.html

Made change from "is_resting" to "is_sitting".
2023-06-24 11:34:40 -04:00
Griatch
093d0ebb07 Resolve #3209. Add link to minimal-evennia repo 2023-06-17 16:00:14 +02:00
resoluteCoder
303b89c181 fixed a couple of spelling errors and missing py commands 2023-05-21 12:43:08 -05:00
Griatch
c543e6b4e2 Merge pull request #3189 from resoluteCoder/fix-tutorial-worlds-build-link
fixed broken link to tutorial world build script
2023-05-21 10:50:07 +02:00
Griatch
4abca72077 More cleanup of combat tutorial lessons 2023-05-19 17:10:42 +02:00
resoluteCoder
48a0c7e681 fixed broken link to tutorial world build script 2023-05-12 11:22:44 -05:00
Dpeta
b65827c827 Fix a few docs typos. 2023-04-16 22:50:33 +02:00
Griatch
e492a92b61 Some cleanup in the beginner tutorial's first lessons 2023-03-24 22:46:37 +01:00
Griatch
fe546c888d Auto-remapped old django docs to new version. Resolve #3126 2023-03-04 19:49:23 +01:00
Griatch
67d68701ae Update gamedir overview doc 2023-02-26 23:03:41 +01:00
Griatch
1d94d77248 Fix typos in chair tutorial. Resolve #3116 2023-02-26 00:49:41 +01:00
Griatch
5e6b6b8239 Fix typo in beginner tutorial. Resolve #3118 2023-02-26 00:33:30 +01:00
Griatch
20bfb792dc Fix a path typo in building tutorial. 2023-01-28 15:49:00 +01:00
Griatch
dd3ef28d82 Updated the python-classes-and-objects with more examples around multiple-inheritance and why it's useful 2023-01-28 14:50:22 +01:00
Griatch
748fc17a59 Fix issue in sittable-object tutorial 2023-01-28 12:17:43 +01:00
Griatch
b8012b7e92 Fix tutorial typo. Extend unit test for command 2023-01-07 20:58:12 +01:00
Griatch
ce96fe50fc Fix parsing commands beginner tutorial. Resolve #3049 2023-01-06 21:21:39 +01:00
Griatch
1dd96e4d8c Fix in tutorial. Resolve #3047 2023-01-06 21:03:30 +01:00
Griatch
74a357f7f6 Fix some docs. Resolve #3058. 2023-01-06 20:58:58 +01:00
Griatch
31a068b07e Merge branch 'main' into patch-1 2023-01-06 18:52:44 +01:00
Griatch
6e82067d87 Merge pull request #3063 from 0bviouSquirre1/patch-3
Update Beginner-Tutorial-Making-A-Sittable-Object.md
2023-01-06 18:50:18 +01:00
Xinefus/Braska
8eff4e43c1 Update Beginner-Tutorial-Making-A-Sittable-Object.md
Updates to Tutorial from 13.1 to 13.3.1. 

Some typos and a few func changes that ensure tutorial is actutally doing what it is supposed to.
2023-01-04 19:27:31 -05:00
0bviouSquirre1
1a8b17256e Update Beginner-Tutorial-Making-A-Sittable-Object.md
references to `self.obj` should be just `self`. Changed to reflect such
2023-01-04 14:29:52 -05:00
0bviouSquirre1
5e132d2103 Update Beginner-Tutorial-Python-basic-introduction.md
updated in the actual readme, but in the link it states:
> create/drop mirror:contrib.tutorial_examples.mirror.TutorialMirror 
where in fact it should now say: 
> create/drop mirror:contrib.tutorials.mirror.TutorialMirror
2023-01-02 11:27:15 -05:00
Griatch
f468005a34 Prep docs for branch move 2022-12-03 13:44:11 +01:00