Commit graph

72 commits

Author SHA1 Message Date
Griatch
8ff4f7aeea Fix parsing commands beginner tutorial. Resolve #3049 2023-01-06 21:21:39 +01:00
Griatch
d73afa6b54 Fix in tutorial. Resolve #3047 2023-01-06 21:03:30 +01:00
Griatch
0d76a4c584 Fix some docs. Resolve #3058. 2023-01-06 20:58:58 +01:00
Griatch
8bfab0213d
Merge branch 'main' into patch-1 2023-01-06 18:52:44 +01:00
Griatch
5a92e3bb0a
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
5132342d93
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
b668dd8ef6
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
a00a3cf9a1
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
homeofpoe
bfca6bfeca
Update Beginner-Tutorial-Characters.md
Fix fstring
2022-12-15 17:05:44 -08:00
Griatch
ccbeb0673d Prep docs for branch move 2022-12-03 13:44:11 +01:00
Griatch
b7b37a7d71 Prep for parallel main branch 2022-12-03 11:39:45 +01:00
Griatch
e090665f50 Add Evennia-in-Pictures as second intro doc page 2022-11-27 21:11:38 +01:00
InspectorCaracal
0bf9e7ece8
Update Web-Character-Generation.md 2022-11-26 16:34:30 -07:00
Griatch
b3550683b8 Refactoring Concept/Component documentation. Still not done 2022-11-26 15:37:02 +01:00
Griatch
bae9f56d2d Fixed the doc-contrib page 2022-11-23 22:14:59 +01:00
Griatch
3965f928fe Refactored Contrib docs, renamed many files 2022-11-23 21:15:23 +01:00
Griatch
b13f5aee6f Cleanup of setup doc section 2022-11-22 17:59:39 +01:00
Griatch
cf5a2412b4 Some build fixes 2022-11-22 11:31:52 +01:00
Griatch
b7c4de79c2 Some reformatting of the rest-api tutorial 2022-11-22 00:43:02 +01:00
Griatch
260e96e503
Merge pull request #2874 from InspectorCaracal/api-howto
Add an API guide
2022-11-22 00:15:46 +01:00
Griatch
a15a8ae428 Continue reworking/refactoring the tutorial docs 2022-11-22 00:12:59 +01:00
InspectorCaracal
5839c1d201 last pass edit for clarity 2022-11-21 13:45:29 -07:00
InspectorCaracal
a11e46821e add conclusion 2022-11-21 13:26:56 -07:00
InspectorCaracal
873923b3e1 cleanup and expansion 2022-11-21 13:03:53 -07:00
homeofpoe
e7729a5c02
Update Beginner-Tutorial-Building-Quickstart.md
Minor red pen edits to this excellent tutorial.
2022-11-20 16:21:49 -08:00
Griatch
0c09388fd8 Extensive cleanup of docs 2022-11-21 00:33:36 +01:00
Griatch
95d063e4e0 Cleanup tutorial docs 2022-11-20 20:19:48 +01:00
Griatch
d1ddb80b22 Update and clean up docs 2022-11-20 01:36:35 +01:00
Griatch
b7e819b5a0 Taking pass cleaning up docs 2022-11-19 20:24:11 +01:00
Griatch
03d63067d4 Revert "Updated HTML docs."
This reverts commit b93bccfe88.
2022-11-15 20:46:50 +01:00
Griatch
b93bccfe88 Updated HTML docs. 2022-11-15 19:43:25 +00:00
Griatch
4606ed5e12 Some minor refactoring 2022-11-13 20:59:03 +01:00
Griatch
966ce13691 More fixes to url docs for tutorials 2022-11-13 20:51:59 +01:00
Griatch
a03ae3982f Update web tutorial with django path variable. Close 2664. 2022-11-13 20:47:41 +01:00
Griatch
2cbca12b9f Rounds of doc cleanups 2022-11-10 23:15:54 +01:00
Griatch
1165532260 Update docs links 2022-11-09 21:46:06 +01:00
Griatch
f2c672204c Doc linking changes 2022-11-09 21:46:06 +01:00
Griatch
acdf1043cb Update api docs 2022-11-09 21:46:06 +01:00
Griatch
0eda75187a Update cooldown tutorial. Resolve #2648. 2022-11-02 00:30:47 +01:00
Griatch
22f6348eb7 Update docs to reference _evmenu rather than old _menutree NAttribute. Resolve #2731 2022-11-01 23:40:36 +01:00
homeofpoe
c07b205caa
Update Gametime-Tutorial.md
Fix references per #2716
2022-10-25 09:15:26 -07:00
InspectorCaracal
f0480a1ebc
Create Extending-the-REST-API.md 2022-09-27 18:35:22 -06:00
Griatch
12ce6a23f4 Resolve merge conflicts 2022-09-24 18:33:32 +02:00
Griatch
b1bd02b419
Merge pull request #2870 from aMiss-aWry/contrib
Corrected the link to the example wiki
2022-09-24 18:27:43 +02:00
InspectorCaracal
d926961102
update/rewrite wiki guide 2022-09-23 16:35:02 -06:00
Wendy Wang
4bbeff5bdf
Corrected the link to the example wiki 2022-09-23 23:31:08 +02:00
Griatch
c6290d743d Resolve unit tests 2022-09-18 00:06:34 +02:00
Griatch
be051543cc More doc updates 2022-09-17 19:31:29 +02:00
Griatch
48d78ba995 Update docs 2022-09-17 18:35:47 +02:00
Griatch
a96344cd1f Working on docs 2022-09-14 18:40:21 +02:00