evennia/docs/source/Howto/Starting/Part1
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
..
Adding-Commands.md Complete permanent->persistent rename of cmdset kwarg for consistency 2021-08-06 17:16:44 +02:00
Building-Quickstart.md Clean up develop doc build to avoid clashes 2020-10-19 22:40:43 +02:00
Creating-Things.md Clean up develop doc build to avoid clashes 2020-10-19 22:40:43 +02:00
Django-queries.md Clean up develop doc build to avoid clashes 2020-10-19 22:40:43 +02:00
Evennia-Library-Overview.md Add documentation for new crafting contrib 2020-11-28 23:19:57 +01:00
Gamedir-Overview.md Add documentation for new crafting contrib 2020-11-28 23:19:57 +01:00
Learning-Typeclasses.md Clean up develop doc build to avoid clashes 2020-10-19 22:40:43 +02:00
More-on-Commands.md Complete permanent->persistent rename of cmdset kwarg for consistency 2021-08-06 17:16:44 +02:00
Python-basic-introduction.md fix #2549 -- no reuse BIF names 2021-10-12 07:14:38 -06:00
Python-classes-and-objects.md Clean up develop doc build to avoid clashes 2020-10-19 22:40:43 +02:00
Searching-Things.md Appended caller to search method call 2021-08-16 03:15:45 +10:00
Starting-Part1.md Clean up develop doc build to avoid clashes 2020-10-19 22:40:43 +02:00
Tutorial-World-Introduction.md Clean up develop doc build to avoid clashes 2020-10-19 22:40:43 +02:00