Griatch
68b87d6157
Taking pass cleaning up docs
2022-11-19 20:24:11 +01:00
Griatch
a452434ba8
Revert "Updated HTML docs."
...
This reverts commit 06bc3c8bcd .
2022-11-15 20:46:50 +01:00
Griatch
06bc3c8bcd
Updated HTML docs.
2022-11-15 19:43:25 +00:00
Griatch
4128bc4733
Rounds of doc cleanups
2022-11-10 23:15:54 +01:00
Griatch
92834aacd0
Update docs links
2022-11-09 21:46:06 +01:00
Griatch
343d630245
Doc linking changes
2022-11-09 21:46:06 +01:00
Griatch
305bbe4d5e
Update api docs
2022-11-09 21:46:06 +01:00
Griatch
d9ec226436
Add more unit tests for Evtable; start docs for several components
2022-11-05 20:40:39 +01:00
Griatch
6e4bb8047b
Update docs to reference _evmenu rather than old _menutree NAttribute. Resolve #2731
2022-11-01 23:40:36 +01:00
Griatch
b684194795
Stop escape ' in funcparser; req double quotes. Resolve #2737 .
2022-10-29 18:28:30 +02:00
homeofpoe
65c863ce01
Update Scripts.md
2022-10-25 09:01:05 -07:00
Marcos Marado
99d9879dfe
docs: fix markdown syntax for table
...
Fixing the table in markdown on Prototypes.md, enabling sphynx to
correctly turn it into an HTML table.
Closes : #2880
2022-10-02 23:00:42 +01:00
Griatch
e8d08ad597
Update docs
2022-09-17 18:35:47 +02:00
Griatch
0095f70835
Working on docs
2022-09-14 18:40:21 +02:00
Griatch
edd436b01b
Merge branch 'develop' into contrib/evadventure
2022-09-11 11:45:01 +02:00
Griatch
10952ae47b
Clarifying the search lock defaults to True
2022-09-11 11:44:47 +02:00
Griatch
01505e0d92
Update Locks doc/CHANGELOG with new search lock
2022-09-11 11:35:16 +02:00
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