evennia/docs/source
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
..
_static More admin cleanup and doc writing 2021-05-22 20:12:48 +02:00
_templates Better spacing 2021-08-06 00:50:59 +02:00
api Add XYZgrid contrib api files, prepare for merge 2021-07-23 00:19:28 +02:00
Coding Change most http links to https 2021-06-23 21:17:30 +12:00
Components Refactor Permissions documentation 2021-10-09 17:21:37 +02:00
Concepts Change most http links to https 2021-06-23 21:17:30 +12:00
Contribs Move scipy requirement to requirements_extra.txt 2021-10-05 22:04:55 +02:00
Howto fix #2549 -- no reuse BIF names 2021-10-12 07:14:38 -06:00
Setup Resolve merge conflicts 2021-10-05 21:54:27 +02:00
conf.py Change link order in doc sidebar 2021-03-06 01:32:23 +01:00
Contributing-Docs.md Change most http links to https 2021-06-23 21:17:30 +12:00
Contributing.md Change most http links to https 2021-06-23 21:17:30 +12:00
Evennia-API.md Clean up docs and more funcparser fixes 2021-03-27 23:43:46 +01:00
Evennia-Introduction.md Change most http links to https 2021-06-23 21:17:30 +12:00
Glossary.md Fix some broken master-doc pages 2021-06-13 22:47:44 +02:00
How-To-Get-And-Give-Help.md Change most http links to https 2021-06-23 21:17:30 +12:00
index.md Change most http links to https 2021-06-23 21:17:30 +12:00
Licensing.md Change most http links to https 2021-06-23 21:17:30 +12:00
Links.md fixed broken links & nested bullets 2021-10-11 09:45:59 -06:00
toc.md Update toc 2021-07-23 01:23:23 +02:00
Unimplemented.md Clean up develop doc build to avoid clashes 2020-10-19 22:40:43 +02:00