File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 77
77
# built documents.
78
78
#
79
79
# The short X.Y version.
80
- version = __version__
80
+ version = 'v' + __version__
81
81
# The full version, including alpha/beta/rc tags.
82
82
release = __version__
83
83
Original file line number Diff line number Diff line change @@ -26,15 +26,14 @@ Table of Contents
26
26
.. toctree ::
27
27
:caption: Curriculum
28
28
29
- ?? .. todo:: Add any Learn guide links here. If there are none, then simply delete this todo and leave the toctree above for use later.
29
+ XRP Curriculum <https://introtoroboticsv2.readthedocs.io >
30
+ XRP Support Forum <https://xrp.discourse.group >
30
31
31
32
.. toctree ::
32
33
:caption: Other Links
33
34
34
- XRP Curriculum <https://introtoroboticsv2.readthedocs.io >
35
- XRP Support Forum <https://xrp.discourse.group >
36
- Download from GitHub <https://github.com/Open-STEM/XRP_MicroPython/releases/latest >
37
- Download Library Bundle <https://micropython.org/download/ >
35
+ XRP_MicroPython on GitHub <https://github.com/Open-STEM/XRP_MicroPython/releases/latest >
36
+ Download Micropython <https://micropython.org/download/ >
38
37
MicroPython Reference Documentation <https://docs.micropython.org/en/latest/ >
39
38
MicroPython Support Forum <https://github.com/orgs/micropython/discussions >
40
39
You can’t perform that action at this time.
0 commit comments