Commit graph

8 commits

Author SHA1 Message Date
Griatch
628afe9367 Refactor 1.0 docs with new toctree structure and inheritance 2022-02-06 19:27:15 +01:00
Griatch
a51e4af609 Change to MyST parser 2021-10-26 21:31:20 +02:00
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
amfl
11fa5fe184 Change most http links to https 2021-06-23 21:17:30 +12:00
Griatch
03fcb81fb3 Clean up develop doc build to avoid clashes 2020-10-19 22:40:43 +02:00
Griatch
9d8e8d7693 Start to clean up docs 2020-07-11 00:52:34 +02:00
Griatch
76761825d0 Fixed all errors in doc building 2020-07-11 00:27:10 +02:00
Griatch
221caf5187 Make tutorial parts into separate subfolders for now 2020-07-01 21:28:04 +02:00
Renamed from docs/source/Howto/Starting/Python-basic-introduction.md (Browse further)