Commit graph

38 commits

Author SHA1 Message Date
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
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
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
Griatch
6b66b0f367 Refactor Permissions documentation 2021-10-09 17:21:37 +02:00
Griatch
505cdf4cbf Add support for all creation kwargs to GLOBAL_SCRIPT setting. Resolve #2373 2021-08-06 20:31:01 +02:00
Griatch
a070246123 Complete permanent->persistent rename of cmdset kwarg for consistency 2021-08-06 17:16:44 +02:00
amfl
6ccd5a61fd Change most http links to https 2021-06-23 21:17:30 +12:00
Griatch
7f03cce447 Some tweaks to docs and dummy default setting 2021-06-02 22:57:51 +02:00
Griatch
eef840efbf Update help entry docs with clarifications 2021-05-30 21:22:45 +02:00
Griatch
2e67f9d700 Add lock-handling to FileHelp, add warnings to sethelp 2021-05-30 20:17:46 +02:00
Griatch
6109c37178 Update doc strings 2021-05-29 13:53:11 +02:00
Griatch
407a5642c4 Add api customization templates 2021-05-23 18:27:50 +02:00
Griatch
8b834a6016 Customize api and add redoc autodocs 2021-05-23 13:12:07 +02:00
Griatch
6e2cc68442 Cleaned up default website css. Renamed app.css to website.css' 2021-05-23 00:18:27 +02:00
Griatch
6111a2e690 More admin cleanup and doc writing 2021-05-22 20:12:48 +02:00
Griatch
9e0d9043f0 Continue documentation of web components 2021-05-22 16:11:48 +02:00
Griatch
c605812ca5 Fix admin rerouter, start new web docs 2021-05-21 16:42:59 +02:00
Griatch
954213e16f Add Msg.db_receiver_external field. Resolve #2193. 2021-05-15 09:12:42 +02:00
Griatch
1216102086 Run migrations! Added data migration for channel aliases 2021-05-14 23:39:42 +02:00
Griatch
7537a1fd6d Move alias/connect setup to channel class rather than cmd 2021-05-14 21:53:23 +02:00
Griatch
1f63212410 Add channel sub-permission checks for admin/manage switches 2021-05-11 23:19:09 +02:00
Griatch
0b2771c921 Expand channel help entry 2021-05-10 23:28:41 +02:00
Griatch
dfb45d3fcc Start adding new help documentation 2021-05-10 08:57:00 +02:00
Griatch
1799da65e2 Added new docs for Channels and Msg 2021-05-09 22:37:43 +02:00
Griatch
3290511d9d Some docstring cleanup 2021-05-08 10:09:04 +02:00
Griatch
4076bf6b37 Minor refactor of exception to top of module 2021-04-08 21:46:45 +02:00
Griatch
2ed299bbc4 Link to new funcparser docs 2021-03-28 00:00:38 +01:00
Griatch
dbc4cd7563 Clean up docs and more funcparser fixes 2021-03-27 23:43:46 +01:00
Griatch
12a6c01c2f Further cleanup and refactoring 2021-03-27 19:20:21 +01:00
Griatch
262bfdb669 Make Funcparser support non-string returns; more tests 2021-03-20 00:23:29 +01:00
Griatch
b832280f37 Add new docs for FuncParser 2021-03-17 20:52:51 +01:00
Griatch
4ebfbcff2a Update scripts command, Scripts documentation 2021-03-07 17:41:48 +01:00
Griatch
209f895b27 Add documentation for new crafting contrib 2020-11-28 23:19:57 +01:00
Griatch
f3acc87212 Resolve merge conflicts 2020-10-08 23:35:31 +02:00
Griatch
70d144199c Fixes to auto-link remapper 2020-07-12 22:13:47 +02:00
Griatch
24ba76c6b4 Doc refactor/renaming 2020-07-12 17:33:52 +02:00