tutor/docs
Carlos Muniz ac1a875f42 refactor: annotation with __future__.annotations
Adds `from __future__ import annotations` to the top of every module,
right below the module's docstring. Replaces any usages of t.List,
t.Dict, t.Set, t.Tuple, and t.Type with their built-in equivalents:
list, dict, set, tuple, and type. Ensures that make test still passes
under Python 3.7, 3.8 and 3.9.
2023-01-18 08:36:14 +01:00
..
_ext feat: migrate to plugins.v1 with filters & actions 2022-04-15 15:30:54 +02:00
download docs: wrap `tutor[full]` in quotes for zsh compatibility 2022-04-15 09:20:21 +02:00
img feat: upgrade to olive 2022-12-12 16:55:07 +01:00
plugins feat: deprecate "quickstart" and rename to "launch" 2022-09-30 12:05:35 +02:00
reference feat: strongly typed hooks 2022-11-15 14:58:36 +01:00
tutorials docs: update the Podman instructions 2023-01-06 17:46:33 +01:00
.gitignore Migrate openedx-docker project to Tutor 👩‍🏫 2018-12-26 19:27:08 +01:00
Makefile feat: strongly typed hooks 2022-11-15 14:58:36 +01:00
conf.py refactor: annotation with __future__.annotations 2023-01-18 08:36:14 +01:00
configuration.rst feat: upgrade to olive 2022-12-12 16:55:07 +01:00
dev.rst feat: upgrade to olive 2022-12-12 16:55:07 +01:00
faq.rst feat: upgrade to olive 2022-12-12 16:55:07 +01:00
gettingstarted.rst feat: upgrade to olive 2022-12-12 16:55:07 +01:00
index.rst feat: upgrade to olive 2022-12-12 16:55:07 +01:00
install.rst feat: deprecate "quickstart" and rename to "launch" 2022-09-30 12:05:35 +02:00
intro.rst feat: deprecate "quickstart" and rename to "launch" 2022-09-30 12:05:35 +02:00
k8s.rst feat: upgrade to olive 2022-12-12 16:55:07 +01:00
local.rst feat: upgrade to olive 2022-12-12 16:55:07 +01:00
quickstart.rst feat: upgrade to olive 2022-12-12 16:55:07 +01:00
run.rst docs: build docs in CI (and be nitpicky about it) 2021-10-14 12:59:57 +02:00
testimonials.rst v10.0.0 Upgrade to Juniper (2020-06-15) 2020-06-15 10:19:07 +02:00
troubleshooting.rst feat: deprecate "quickstart" and rename to "launch" 2022-09-30 12:05:35 +02:00
tutor.rst ci: simplify release process 2022-11-29 16:46:06 +01:00
whatnext.rst feat: upgrade to olive 2022-12-12 16:55:07 +01:00