Commit graph

460 commits

Author SHA1 Message Date
Griatch
6ee3a28f59 Branch test with a checkout 2022-01-26 00:29:19 +01:00
Griatch
65a92b72ab Fix in build 2022-01-26 00:22:34 +01:00
Griatch
7feae7c9ac Different way to fetch 2022-01-26 00:18:29 +01:00
Griatch
835e4d6bb5 Another test to get the 0.9.5 branch 2022-01-26 00:07:19 +01:00
Griatch
30cfdeeb53 Triggering a docs build too 2022-01-25 23:49:19 +01:00
Griatch
89baae29ed Testing with a manual doc deploy 2022-01-25 23:34:28 +01:00
Griatch
2a70a8a688 Removing auto-branch revert for doc build 2022-01-25 23:10:53 +01:00
Griatch
32f330ab3f Another test with the doc build process 2022-01-25 23:02:15 +01:00
Griatch
a830cabb1b Test build 2022-01-21 01:18:44 +01:00
Griatch
337a17cb48 Test to fetch before checkout in build script 2022-01-21 01:07:53 +01:00
Griatch
e88cb87867 Trigger build in doc level 2022-01-21 00:58:26 +01:00
Griatch
b332a2a205 More work on doc deployment 2022-01-21 00:47:11 +01:00
Griatch
a875ded18b More testing with doc build 2022-01-21 00:35:50 +01:00
Griatch
98aa1d0c1e Adding missing requirement to doc builder 2022-01-21 00:26:52 +01:00
Griatch
7a4ba098c3 Reworked unit-testing doc page 2022-01-21 00:18:16 +01:00
Griatch
bbf45af2dd Refactor all test classes into evennia.utils.test_resources. Update docs. 2022-01-21 00:17:24 +01:00
Griatch
d6fbd1572f Polish doc for creating help entry. Resolve #2176. 2022-01-19 23:26:55 +01:00
Griatch
d00ed3f82a Further doc cleanup 2022-01-19 23:01:54 +01:00
Griatch
f1b970d45a Expand prototype inheritance docs. Resolve #2220. 2022-01-19 22:58:08 +01:00
Griatch
bb8596aef9 Update version control docs. Resolve #2304 2022-01-10 23:54:56 +01:00
Griatch
95bc3427e2 Update EvMenu doc with more examples 2022-01-10 22:16:31 +01:00
Griatch
68edcb1ab1 Fix auto-generated link 2022-01-09 17:21:32 +01:00
Griatch
70f14d37c0 Fix contributing page links, per #2371 2022-01-09 17:18:23 +01:00
Griatch
3b5e20c4c2 Update contrib doc pages 2022-01-08 16:30:31 +01:00
Griatch
e96bbb4b86 Clean up contrib docs, autogeneration 2022-01-08 15:04:07 +01:00
Griatch
b922cf9b3c Auto-convert contrib readmes to doc pages 2022-01-08 00:58:56 +01:00
Griatch
bc5ba46851 Add additional script migration 2022-01-07 22:27:06 +01:00
Griatch
19f920b6d4 Clean up all test suites 2022-01-07 16:12:12 +01:00
Griatch
7f2b8c81d7 Fixing contrib test issues 2021-12-19 15:33:41 +01:00
Griatch
40f1023a89 Update silvren contact info 2021-12-16 19:29:18 +01:00
Griatch
0083e23c7e Cleanup of doc 2021-12-13 19:02:56 +01:00
Griatch
2891febc12 Update online setup with new entries from master 2021-12-13 18:59:27 +01:00
Griatch
5ff69d7086 Added sorting for autodoc alias listing 2021-11-13 02:26:23 +01:00
Griatch
39b134ac56 Update default commands 2021-11-13 02:18:31 +01:00
Griatch
7cfb9e3b42 Co-exist @-prefixes for management commands. Resolve 2353. 2021-11-13 02:15:30 +01:00
Griatch
297daf5492 Change doc style for code 2021-11-10 23:45:40 +01:00
Griatch
b27e51ac32 Some doc updates 2021-11-10 21:31:34 +01:00
Griatch
0f3f6244cb More doc style updates 2021-11-10 09:08:31 +01:00
Griatch
508ecdb3f7 Update doc look, fix some typos 2021-11-10 01:25:53 +01:00
Griatch
7a60e9ed0d AttributeProperty for managing Attributes similarly to Django fields 2021-11-09 23:08:28 +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
be3fea2af4 Link to new doc page 2021-10-30 22:38:04 +02:00
Griatch
9d6cb98349 Add pronoun parsing for msg_contents inlinefuncs 2021-10-30 22:36:40 +02:00
Griatch
bf04d29293 Change to doc deploy script 2021-10-26 22:32:04 +02:00
Griatch
0c523a8043 Update DefaultObject.search docstring. Resolve #2264. 2021-10-26 21:54:42 +02:00
Griatch
bf586a07e0 Fix doc makefile 2021-10-26 21:34:32 +02: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