evennia/docs/source/Howto/Starting
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
..
Part1 fix #2549 -- no reuse BIF names 2021-10-12 07:14:38 -06:00
Part2 Change most http links to https 2021-06-23 21:17:30 +12:00
Part3 issue #2243 -- prefer f-strings over %-interpolation 2021-10-12 12:13:42 -06:00
Part4 Clean up develop doc build to avoid clashes 2020-10-19 22:40:43 +02:00
Part5 Change most http links to https 2021-06-23 21:17:30 +12:00