evennia/docs/source/Components
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
..
Accounts.md Doc refactor/renaming 2020-07-12 17:33:52 +02:00
Attributes.md Change most http links to https 2021-06-23 21:17:30 +12:00
Batch-Code-Processor.md issue #2243 -- prefer f-strings over %-interpolation 2021-10-12 12:13:42 -06:00
Batch-Command-Processor.md Change most http links to https 2021-06-23 21:17:30 +12:00
Batch-Processors.md Change most http links to https 2021-06-23 21:17:30 +12:00
Bootstrap-Components-and-Utilities.md Doc refactor/renaming 2020-07-12 17:33:52 +02:00
Channels.md Some tweaks to docs and dummy default setting 2021-06-02 22:57:51 +02:00
Coding-Utils.md Change most http links to https 2021-06-23 21:17:30 +12:00
Command-Sets.md Complete permanent->persistent rename of cmdset kwarg for consistency 2021-08-06 17:16:44 +02:00
Command-System.md Fixes to auto-link remapper 2020-07-12 22:13:47 +02:00
Commands.md issue #2243 -- prefer f-strings over %-interpolation 2021-10-12 12:13:42 -06:00
Communications.md Added new docs for Channels and Msg 2021-05-09 22:37:43 +02:00
Components-Overview.md Some docstring cleanup 2021-05-08 10:09:04 +02:00
Connection-Screen.md Doc refactor/renaming 2020-07-12 17:33:52 +02:00
EvEditor.md issue #2243 -- prefer f-strings over %-interpolation 2021-10-12 12:13:42 -06:00
EvMenu.md issue #2243 -- prefer f-strings over %-interpolation 2021-10-12 12:13:42 -06:00
EvMore.md Doc refactor/renaming 2020-07-12 17:33:52 +02:00
FuncParser.md Minor refactor of exception to top of module 2021-04-08 21:46:45 +02:00
Help-System.md Update help entry docs with clarifications 2021-05-30 21:22:45 +02:00
Inputfuncs.md Doc refactor/renaming 2020-07-12 17:33:52 +02:00
Locks.md issue #2243 -- prefer f-strings over %-interpolation 2021-10-12 12:13:42 -06:00
MonitorHandler.md issue #2243 -- prefer f-strings over %-interpolation 2021-10-12 12:13:42 -06:00
Msg.md Add Msg.db_receiver_external field. Resolve #2193. 2021-05-15 09:12:42 +02:00
Nicks.md Doc refactor/renaming 2020-07-12 17:33:52 +02:00
Objects.md Add documentation for new crafting contrib 2020-11-28 23:19:57 +01:00
Outputfuncs.md Doc refactor/renaming 2020-07-12 17:33:52 +02:00
Permissions.md Refactor Permissions documentation 2021-10-09 17:21:37 +02:00
Portal-And-Server.md Doc refactor/renaming 2020-07-12 17:33:52 +02:00
Prototypes.md issue #2243 -- prefer f-strings over %-interpolation 2021-10-12 12:13:42 -06:00
Scripts.md Add support for all creation kwargs to GLOBAL_SCRIPT setting. Resolve #2373 2021-08-06 20:31:01 +02:00
Server-Conf.md Change most http links to https 2021-06-23 21:17:30 +12:00
Server.md Doc refactor/renaming 2020-07-12 17:33:52 +02:00
Sessions.md Doc refactor/renaming 2020-07-12 17:33:52 +02:00
Signals.md Doc refactor/renaming 2020-07-12 17:33:52 +02:00
Tags.md Doc refactor/renaming 2020-07-12 17:33:52 +02:00
TickerHandler.md Doc refactor/renaming 2020-07-12 17:33:52 +02:00
Typeclasses.md Doc refactor/renaming 2020-07-12 17:33:52 +02:00
Web-Admin.md Add api customization templates 2021-05-23 18:27:50 +02:00
Web-API.md Update doc strings 2021-05-29 13:53:11 +02:00
Webclient.md Cleaned up default website css. Renamed app.css to website.css' 2021-05-23 00:18:27 +02:00
Webserver.md Add api customization templates 2021-05-23 18:27:50 +02:00
Website.md Customize api and add redoc autodocs 2021-05-23 13:12:07 +02:00