evennia/docs/source/Howto
Dimitri e98ea55d98 fix #2549 -- no reuse BIF names
- fixed docs to not demonstrate reuse of built-in function
  names "str" and "int", even when within a one-off script

- note: did *not* change the "str" and "int" shown in
  Howto/Starting/Part1/Learning-Typeclasses.md file,
  as those are class variables (i.e., Character.str and
  Character.int), which does not replace the BIFs of
  str() and int(). Therefore, methods inside the class
  can still use the python BIFs. While this is possibly
  confusing to new python programmers, it is also not
  within the scope of #2549.

misc edits:
- add .vscode/ to gitignore
2021-10-12 07:14:38 -06:00
..
Starting fix #2549 -- no reuse BIF names 2021-10-12 07:14:38 -06:00
Add-a-wiki-on-your-website.md Change most http links to https 2021-06-23 21:17:30 +12:00
Building-a-mech-tutorial.md Complete permanent->persistent rename of cmdset kwarg for consistency 2021-08-06 17:16:44 +02:00
Coding-FAQ.md Complete permanent->persistent rename of cmdset kwarg for consistency 2021-08-06 17:16:44 +02:00
Command-Cooldown.md Doc refactor/renaming 2020-07-12 17:33:52 +02:00
Command-Duration.md Change most http links to https 2021-06-23 21:17:30 +12:00
Command-Prompt.md Doc refactor/renaming 2020-07-12 17:33:52 +02:00
Coordinates.md Doc refactor/renaming 2020-07-12 17:33:52 +02:00
Default-Exit-Errors.md Doc refactor/renaming 2020-07-12 17:33:52 +02:00
Evennia-for-Diku-Users.md small edits to the Evennia-for-Diku-Users.md file 2021-10-10 15:17:50 -06:00
Evennia-for-MUSH-Users.md Change most http links to https 2021-06-23 21:17:30 +12:00
Evennia-for-roleplaying-sessions.md Refactor starting tutorial intro pages 2020-07-31 18:40:48 +02:00
Gametime-Tutorial.md Doc refactor/renaming 2020-07-12 17:33:52 +02:00
Help-System-Tutorial.md Reorganize docs into flat folder layout 2020-06-17 18:06:41 +02:00
Howto-Overview.md Run migrations! Added data migration for channel aliases 2021-05-14 23:39:42 +02:00
Manually-Configuring-Color.md Doc refactor/renaming 2020-07-12 17:33:52 +02:00
Mass-and-weight-for-objects.md Reorganize docs into flat folder layout 2020-06-17 18:06:41 +02:00
NPC-shop-Tutorial.md Complete permanent->persistent rename of cmdset kwarg for consistency 2021-08-06 17:16:44 +02:00
Parsing-commands-tutorial.md Fixes to auto-link remapper 2020-07-12 22:13:47 +02:00
Tutorial-Aggressive-NPCs.md Doc refactor/renaming 2020-07-12 17:33:52 +02:00
Tutorial-NPCs-listening.md Doc refactor/renaming 2020-07-12 17:33:52 +02:00
Tutorial-Tweeting-Game-Stats.md Doc refactor/renaming 2020-07-12 17:33:52 +02:00
Tutorial-Vehicles.md Doc refactor/renaming 2020-07-12 17:33:52 +02:00
Understanding-Color-Tags.md Doc refactor/renaming 2020-07-12 17:33:52 +02:00
Weather-Tutorial.md Doc refactor/renaming 2020-07-12 17:33:52 +02:00
Web-Character-Generation.md Doc refactor/renaming 2020-07-12 17:33:52 +02:00
Web-Character-View-Tutorial.md Reorganize docs into flat folder layout 2020-06-17 18:06:41 +02:00