Commit graph

353 commits

Author SHA1 Message Date
Griatch
2a20523fae Clean up the last part of the beginner tutorial part 1 2022-02-12 17:14:40 +01:00
Griatch
c2f4f85688 Run black reformatter on code 2022-02-08 13:03:52 +01:00
Griatch
6762934641 Correct lineno alignment for docs; fix sidebar displays 2022-02-06 23:31:59 +01:00
Griatch
10d92fadc9 Optimized docs search for more relevant scoring 2022-02-06 22:43:39 +01:00
Griatch
59212cbe46 Refactor 1.0 docs with new toctree structure and inheritance 2022-02-06 19:27:15 +01:00
Griatch
e1241a9b05 Fix Script example. Resolve #2600. 2022-02-05 23:20:05 +01:00
Griatch
3ee7c37971 Correct add instead of set in doc; Resolve #2435. 2022-02-05 23:12:14 +01:00
Griatch
ae4082cfee Fix caller reference in doc. Resolve #2296. 2022-02-05 23:00:45 +01:00
Griatch
3012481cf9 Update doc on requirements 2022-02-05 20:37:27 +01:00
Griatch
23762d931f Fix and clean up docker build doc 2022-02-05 18:51:23 +01:00
Griatch
c29e4b47be updating arxcode install doc 2022-02-05 17:03:12 +01:00
Griatch
fb0766a76c More doc cleanup 2022-02-05 16:54:06 +01:00
Griatch
da25338073 Update troubleshooting docs 2022-02-05 16:40:36 +01:00
Griatch
152eaa3f95 Considerable cleanup of installation docs 2022-02-05 14:03:01 +01:00
Griatch
fb702c3d6a Change to use super() instead of the old py2 style everywhere 2022-01-26 21:51:55 +01:00
Griatch
f62c5bd743 Test build 2022-01-21 01:18:44 +01:00
Griatch
b05cf0dfcf Reworked unit-testing doc page 2022-01-21 00:18:16 +01:00
Griatch
407437d425 Refactor all test classes into evennia.utils.test_resources. Update docs. 2022-01-21 00:17:24 +01:00
Griatch
cff2bc4c4c Polish doc for creating help entry. Resolve #2176. 2022-01-19 23:26:55 +01:00
Griatch
651caa6178 Further doc cleanup 2022-01-19 23:01:54 +01:00
Griatch
d50f428a77 Expand prototype inheritance docs. Resolve #2220. 2022-01-19 22:58:08 +01:00
Griatch
5203d46976 Update version control docs. Resolve #2304 2022-01-10 23:54:56 +01:00
Griatch
90be59245c Update EvMenu doc with more examples 2022-01-10 22:16:31 +01:00
Griatch
653c073b74 Fix auto-generated link 2022-01-09 17:21:32 +01:00
Griatch
de8d83c131 Fix contributing page links, per #2371 2022-01-09 17:18:23 +01:00
Griatch
d335e4b54a Update contrib doc pages 2022-01-08 16:30:31 +01:00
Griatch
883ea77ae8 Clean up contrib docs, autogeneration 2022-01-08 15:04:07 +01:00
Griatch
9367ca3d9a Auto-convert contrib readmes to doc pages 2022-01-08 00:58:56 +01:00
Griatch
5e2224c0a6 Clean up all test suites 2022-01-07 16:12:12 +01:00
Griatch
1930f171b6 Fixing contrib test issues 2021-12-19 15:33:41 +01:00
Griatch
71fd497c6e Update silvren contact info 2021-12-16 19:29:18 +01:00
Griatch
94da4e0d36 Cleanup of doc 2021-12-13 19:02:56 +01:00
Griatch
eb617f41db Update online setup with new entries from master 2021-12-13 18:59:27 +01:00
Griatch
f8353a5f18 Added sorting for autodoc alias listing 2021-11-13 02:26:23 +01:00
Griatch
2c56747e5f Update default commands 2021-11-13 02:18:31 +01:00
Griatch
4f57370bc9 Co-exist @-prefixes for management commands. Resolve 2353. 2021-11-13 02:15:30 +01:00
Griatch
9d0cd4c2fb Change doc style for code 2021-11-10 23:45:40 +01:00
Griatch
bad81b0c5a Some doc updates 2021-11-10 21:31:34 +01:00
Griatch
e60b251c2d More doc style updates 2021-11-10 09:08:31 +01:00
Griatch
5d072dae8e Update doc look, fix some typos 2021-11-10 01:25:53 +01:00
Griatch
7d277fb7dd AttributeProperty for managing Attributes similarly to Django fields 2021-11-09 23:08:28 +01:00
Griatch
ae0e341461 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
b1ebbbecd3 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
77fe9b884d Link to new doc page 2021-10-30 22:38:04 +02:00
Griatch
6e99239370 Add pronoun parsing for msg_contents inlinefuncs 2021-10-30 22:36:40 +02:00
Griatch
661a346723 Update DefaultObject.search docstring. Resolve #2264. 2021-10-26 21:54:42 +02:00
Griatch
b69d056ef2 Change to MyST parser 2021-10-26 21:31:20 +02:00
Dimitri
ee56cc8c5e correct typo "npt" -> "npc" 2021-10-12 12:13:42 -06:00
Dimitri
7e90599482 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
5cf651bef4 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