6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-09-26 19:29:03 +00:00
tutor/docs/gettingstarted.rst
Carlos Muniz fe901ab9de feat: deprecate "quickstart" and rename to "launch"
`quickstart` is being renamed to `launch` and deprecated in favor of
using `launch`. The `quickstart` function temporarily aliases to
`launch`. Further mentions of `quickstart` have been changed to
reference `launch` instead.

We are indicating that this change is breaking 💥 to encourage people to
migrate their scripts right away!
2022-09-30 12:05:35 +02:00

13 lines
131 B
ReStructuredText

.. _gettingstarted:
Getting started
===============
.. toctree::
:maxdepth: 2
install
intro
quickstart
whatnext