Commit graph

25 commits

Author SHA1 Message Date
Griatch
b69d056ef2 Change to MyST parser 2021-10-26 21:31:20 +02:00
Dimitri
5cf651bef4 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
CloudKeeper
75c3458252
Appended caller to search method call
Looked like a simple omission. Spotted by Jarenko.
2021-08-16 03:15:45 +10:00
Griatch
a070246123 Complete permanent->persistent rename of cmdset kwarg for consistency 2021-08-06 17:16:44 +02:00
amfl
6ccd5a61fd Change most http links to https 2021-06-23 21:17:30 +12:00
Griatch
209f895b27 Add documentation for new crafting contrib 2020-11-28 23:19:57 +01:00
Griatch
dca88243f4 Clean up develop doc build to avoid clashes 2020-10-19 22:40:43 +02:00
Griatch
15872a54d2 Recovered my old where-do-I-begin article from Imaginary Realities and adopted it into tutorial 2020-07-31 20:52:18 +02:00
Griatch
5a6b9f4699 Refactor starting tutorial intro pages 2020-07-31 18:40:48 +02:00
Griatch
70d144199c Fixes to auto-link remapper 2020-07-12 22:13:47 +02:00
Griatch
24ba76c6b4 Doc refactor/renaming 2020-07-12 17:33:52 +02:00
Griatch
36caf5ee22 Start to clean up docs 2020-07-11 00:52:34 +02:00
Griatch
9ce52291be Fixed all errors in doc building 2020-07-11 00:27:10 +02:00
Griatch
70ab2cf427 Fix all failing links and warnings 2020-07-09 00:06:50 +02:00
Griatch
8408701712 Adding missing component pages 2020-07-08 23:18:14 +02:00
Griatch
0d6767b574 Fixes to urls 2020-07-08 21:51:14 +02:00
Griatch
8ba38c799a Split out Django-queries into separate tutorial page 2020-07-08 20:29:55 +02:00
Griatch
d6738075ad Made a lot of progress on the search tutorial 2020-07-08 00:14:37 +02:00
Griatch
c9e4f1aaa6 Add new src: link alias 2020-07-07 00:18:47 +02:00
Griatch
2706b497bb Fixed api: reference shortcut 2020-07-06 20:48:21 +02:00
Griatch
b96b43aa0b Finished typeclass docs 2020-07-06 00:05:15 +02:00
Griatch
216485cb26 Further updates 2020-07-03 22:32:50 +02:00
Griatch
87aa80d868 Continued with adding commands 2020-07-03 01:00:13 +02:00
Griatch
dcc675fb4d Further work on the python tut 2020-07-01 23:54:26 +02:00
Griatch
a2ce4900ba Make tutorial parts into separate subfolders for now 2020-07-01 21:28:04 +02:00