evennia/docs/source/Howto/Starting/Part3
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
..
A-Sittable-Object.md Clean up client grid 2020-07-31 18:15:53 +02:00
Implementing-a-game-rule-system.md issue #2243 -- prefer f-strings over %-interpolation 2021-10-12 12:13:42 -06:00
Starting-Part3.md Clean up develop doc build to avoid clashes 2020-10-19 22:40:43 +02:00
Turn-based-Combat-System.md issue #2243 -- prefer f-strings over %-interpolation 2021-10-12 12:13:42 -06:00
Tutorial-for-basic-MUSH-like-game.md issue #2243 -- prefer f-strings over %-interpolation 2021-10-12 12:13:42 -06:00