Commit graph

59 commits

Author SHA1 Message Date
Griatch
ca7bee9d99 Considerable cleanup of installation docs 2022-02-05 14:03:01 +01:00
Griatch
d6fbd1572f Polish doc for creating help entry. Resolve #2176. 2022-01-19 23:26:55 +01:00
Griatch
e96bbb4b86 Clean up contrib docs, autogeneration 2022-01-08 15:04:07 +01:00
Griatch
2df0b9c943 Change custom_gametime contrib to start days/weeks/months from 1 instead of from 0. Resolve #1753 2021-11-04 00:15:27 +01:00
Griatch
36e985557f Rename all at_before/after hooks to at_pre/post. Old names still work but are deprecated. Resolves #1454. 2021-10-31 22:18:58 +01:00
Griatch
a51e4af609 Change to MyST parser 2021-10-26 21:31:20 +02:00
Dimitri
704bd1cdf1 correct typo "npt" -> "npc" 2021-10-12 12:13:42 -06: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
Dimitri
e98ea55d98 fix #2549 -- no reuse BIF names
- fixed docs to not demonstrate reuse of built-in function
  names "str" and "int", even when within a one-off script

- note: did *not* change the "str" and "int" shown in
  Howto/Starting/Part1/Learning-Typeclasses.md file,
  as those are class variables (i.e., Character.str and
  Character.int), which does not replace the BIFs of
  str() and int(). Therefore, methods inside the class
  can still use the python BIFs. While this is possibly
  confusing to new python programmers, it is also not
  within the scope of #2549.

misc edits:
- add .vscode/ to gitignore
2021-10-12 07:14:38 -06:00
Dimitri
2cc3125f2d small edits to the Evennia-for-Diku-Users.md file
- fix demo C block's semicolons
- minor edits for readability
- punctuation tweaks
2021-10-10 15:17:50 -06:00
CloudKeeper
5515cb794f Appended caller to search method call
Looked like a simple omission. Spotted by Jarenko.
2021-08-16 03:15:45 +10:00
Griatch
a815db4ca9 Complete permanent->persistent rename of cmdset kwarg for consistency 2021-08-06 17:16:44 +02:00
amfl
11fa5fe184 Change most http links to https 2021-06-23 21:17:30 +12:00
Griatch
3218d74381 Run migrations! Added data migration for channel aliases 2021-05-14 23:39:42 +02:00
Griatch
adf484b9df Add channel sub-permission checks for admin/manage switches 2021-05-11 23:19:09 +02:00
Griatch
87c43ccce0 Add documentation for new crafting contrib 2020-11-28 23:19:57 +01:00
Griatch
03fcb81fb3 Clean up develop doc build to avoid clashes 2020-10-19 22:40:43 +02:00
Griatch
42612c92a7 Add stack support for object.search 2020-07-31 23:24:13 +02:00
Griatch
7015b4992d Recovered my old where-do-I-begin article from Imaginary Realities and adopted it into tutorial 2020-07-31 20:52:18 +02:00
Griatch
eca9ed4d78 Wrote introduction to tutorial-game coding section 2020-07-31 19:25:22 +02:00
Griatch
c2af8d2889 Refactor starting tutorial intro pages 2020-07-31 18:40:48 +02:00
Griatch
397b5feedf Clean up client grid 2020-07-31 18:15:53 +02:00
Griatch
dd6a7875bf Clean up api doc header suprocessing, other fixes 2020-07-31 16:11:30 +02:00
Griatch
ba717a437e More work on docs for starting-tut 2020-07-30 20:06:57 +02:00
Griatch
3a16b097cd Add some more docs 2020-07-28 23:39:04 +02:00
Griatch
cde208e998 Rework game-planning docs for new manual 2020-07-28 00:16:12 +02:00
Griatch
fcb8f3ff9f Finish up doc on sittables 2020-07-27 22:04:07 +02:00
Griatch
0df87037e7 Ran black on sources, add black config 2020-07-27 21:09:13 +02:00
Griatch
5177efe129 Fixes to auto-link remapper 2020-07-12 22:13:47 +02:00
Griatch
b5b265ec3b Doc refactor/renaming 2020-07-12 17:33:52 +02:00
Griatch
9d8e8d7693 Start to clean up docs 2020-07-11 00:52:34 +02:00
Griatch
76761825d0 Fixed all errors in doc building 2020-07-11 00:27:10 +02:00
Griatch
09c602dd69 Fix all failing links and warnings 2020-07-09 00:06:50 +02:00
Griatch
22743055fe Adding missing component pages 2020-07-08 23:18:14 +02:00
Griatch
7f79c61bb9 Start to fix references 2020-07-08 22:45:01 +02:00
Griatch
ef1531c405 Remapping urls 2020-07-08 21:55:19 +02:00
Griatch
3b87cffed6 Fixes to urls 2020-07-08 21:51:14 +02:00
Griatch
21cb3f69c8 Split out Django-queries into separate tutorial page 2020-07-08 20:29:55 +02:00
Griatch
c54625b305 Made a lot of progress on the search tutorial 2020-07-08 00:14:37 +02:00
Griatch
3f1a3612e4 Add new src: link alias 2020-07-07 00:18:47 +02:00
Griatch
d5f66df2b3 Fixed api: reference shortcut 2020-07-06 20:48:21 +02:00
Griatch
a8f56f4370 Finished typeclass docs 2020-07-06 00:05:15 +02:00
Griatch
a515ececff Further updates 2020-07-03 22:32:50 +02:00
Griatch
830f793aa4 Continued with adding commands 2020-07-03 01:00:13 +02:00
Griatch
131a9f89aa Further work on the python tut 2020-07-01 23:54:26 +02:00
Griatch
221caf5187 Make tutorial parts into separate subfolders for now 2020-07-01 21:28:04 +02:00
Griatch
12602dc09f Add tutorial-mirror object 2020-07-01 21:13:14 +02:00
Griatch
e7f4967201 More updates to the starting tutorial 2020-06-25 14:15:31 +02:00
Griatch
dc811f2e08 Keep working on starting-tutorial 2020-06-21 23:03:32 +02:00
Griatch
cfd70ea837 Fix pages 2020-06-21 00:02:14 +02:00