Commit graph

63 commits

Author SHA1 Message Date
Griatch
7b9ca07d4c Update Locks doc/CHANGELOG with new search lock 2022-09-11 11:34:45 +02:00
Griatch
805fbd5edb Expand tutorial on equipmenthandler 2022-08-30 23:05:51 +02:00
Brenden Tuck
f6dc910f1e Fix the webclient pathing and include new html/text2html docs 2022-08-21 17:51:22 -04:00
Griatch
60296a8554 Recommend bytes-check to deserialize_dbobjs example 2022-07-14 12:50:01 +02:00
Griatch
f4272bd952 Update docs with contrib auto-generated content 2022-07-11 10:03:45 +02:00
Griatch
517ec5d4d5 Update FuncParser docs 2022-06-12 00:40:36 +02:00
Griatch
d9cd9e59f3 Update changelog with pickle improvement; update Attribute docs 2022-06-01 22:35:17 +02:00
Griatch
ef7280f55a Add TagProperty, AliasProperty, PermissionProperty. Default autocreate=True for AttributeProperty. 2022-04-09 15:56:24 +02:00
Griatch
fdc0ad2c88 Update Attribute docs 2022-03-05 17:12:05 +01:00
Griatch
efb5682449 Fix bug in parentobject class inheritance. Update objects docs 2022-03-05 00:44:32 +01:00
Griatch
a427594f25 Correct lineno alignment for docs; fix sidebar displays 2022-02-06 23:31:59 +01:00
Griatch
628afe9367 Refactor 1.0 docs with new toctree structure and inheritance 2022-02-06 19:27:15 +01:00
Griatch
62477eac50 Fix Script example. Resolve #2600. 2022-02-05 23:20:05 +01:00
Griatch
b3005239e4 Correct add instead of set in doc; Resolve #2435. 2022-02-05 23:12:14 +01:00
Griatch
8a7ebf992b Fix caller reference in doc. Resolve #2296. 2022-02-05 23:00:45 +01:00
Griatch
f1b970d45a Expand prototype inheritance docs. Resolve #2220. 2022-01-19 22:58:08 +01:00
Griatch
95bc3427e2 Update EvMenu doc with more examples 2022-01-10 22:16:31 +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
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
9d6cb98349 Add pronoun parsing for msg_contents inlinefuncs 2021-10-30 22:36:40 +02:00
Griatch
0c523a8043 Update DefaultObject.search docstring. Resolve #2264. 2021-10-26 21:54:42 +02:00
Griatch
a51e4af609 Change to MyST parser 2021-10-26 21:31:20 +02: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
Griatch
73990e851c Refactor Permissions documentation 2021-10-09 17:21:37 +02:00
Griatch
3f436a5bb2 Add support for all creation kwargs to GLOBAL_SCRIPT setting. Resolve #2373 2021-08-06 20:31:01 +02: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
54a10d612c Some tweaks to docs and dummy default setting 2021-06-02 22:57:51 +02:00
Griatch
d7b66eecca Update help entry docs with clarifications 2021-05-30 21:22:45 +02:00
Griatch
b050656319 Add lock-handling to FileHelp, add warnings to sethelp 2021-05-30 20:17:46 +02:00
Griatch
c7fb61de0f Update doc strings 2021-05-29 13:53:11 +02:00
Griatch
4250ca1a29 Add api customization templates 2021-05-23 18:27:50 +02:00
Griatch
87e0796f05 Customize api and add redoc autodocs 2021-05-23 13:12:07 +02:00
Griatch
07f994ce91 Cleaned up default website css. Renamed app.css to website.css' 2021-05-23 00:18:27 +02:00
Griatch
b1b26bf489 More admin cleanup and doc writing 2021-05-22 20:12:48 +02:00
Griatch
4bea4d5703 Continue documentation of web components 2021-05-22 16:11:48 +02:00
Griatch
72e9fd6fd1 Fix admin rerouter, start new web docs 2021-05-21 16:42:59 +02:00
Griatch
ac459572f5 Add Msg.db_receiver_external field. Resolve #2193. 2021-05-15 09:12:42 +02:00
Griatch
3218d74381 Run migrations! Added data migration for channel aliases 2021-05-14 23:39:42 +02:00
Griatch
51bef9bf97 Move alias/connect setup to channel class rather than cmd 2021-05-14 21:53:23 +02:00
Griatch
adf484b9df Add channel sub-permission checks for admin/manage switches 2021-05-11 23:19:09 +02:00
Griatch
c9d40e7c81 Expand channel help entry 2021-05-10 23:28:41 +02:00
Griatch
ebcff51932 Start adding new help documentation 2021-05-10 08:57:00 +02:00