Commit graph

60 commits

Author SHA1 Message Date
Griatch
62136b5f7d Recommend bytes-check to deserialize_dbobjs example 2022-07-14 12:50:01 +02:00
Griatch
a18e5d0a81 Update docs with contrib auto-generated content 2022-07-11 10:03:45 +02:00
Griatch
3a28efb7c8 Update FuncParser docs 2022-06-12 00:40:36 +02:00
Griatch
f33c783311 Update changelog with pickle improvement; update Attribute docs 2022-06-01 22:35:17 +02:00
Griatch
f38b573332 Add TagProperty, AliasProperty, PermissionProperty. Default autocreate=True for AttributeProperty. 2022-04-09 15:56:24 +02:00
Griatch
047bb1ea3b Update Attribute docs 2022-03-05 17:12:05 +01:00
Griatch
479c259dab Fix bug in parentobject class inheritance. Update objects docs 2022-03-05 00:44:32 +01:00
Griatch
6762934641 Correct lineno alignment for docs; fix sidebar displays 2022-02-06 23:31:59 +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
d50f428a77 Expand prototype inheritance docs. Resolve #2220. 2022-01-19 22:58:08 +01:00
Griatch
90be59245c Update EvMenu doc with more examples 2022-01-10 22:16:31 +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
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