Skip to content

Commit 322e0db

Browse files
committed
Test footnotes.
These could be useful for out of the way justifications of tutorial decisions.
1 parent 1092576 commit 322e0db

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/tutorial/part-00.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Part 0 - Setting up a project
88
Starting tools
99
==============================================================================
1010

11-
The IDE used for this tutorial is `Visual Studio Code <https://code.visualstudio.com/>`_ (not to be mistaken for Visual Studio).
11+
The IDE used for this tutorial is `Visual Studio Code <https://code.visualstudio.com/>`_ [#vscode]_ (not to be mistaken for Visual Studio).
1212

1313
Git will be used for version control.
1414
`Follow the instructions here <https://git-scm.com/downloads>`_.
@@ -40,3 +40,8 @@ Pick ``Python``, then ``Module``, then when asked for the module name type ``mai
4040
From now on the :kbd:`F5` key will launch ``main.py`` in debug mode.
4141

4242
Run the script now and ``Hello World!`` should be visible in the terminal output.
43+
44+
.. rubric:: Footnotes
45+
46+
.. [#vscode] Alternatives like `PyCharm <https://www.jetbrains.com/pycharm/>`_ were considered,
47+
but VSCode works the best with Git projects since workspace settings are portable and can be committed without issues.

0 commit comments

Comments
 (0)