Skip to content

Commit

Permalink
docs: add tutor compatibility notes
Browse files Browse the repository at this point in the history
  • Loading branch information
MaferMazu committed Sep 18, 2024
1 parent 46b4016 commit 0fd8bc0
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 0 deletions.
30 changes: 30 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,36 @@ Quickstart
2. Run ``tutor local launch``
3. You're done!

.. _compatibility_notes_start:

Compatibility Notes
--------------------

+-------------------+-------------------+
| Open edX Release | Tutor version |
+===================+===================+
| Juniper | v10 |
+-------------------+-------------------+
| Koa | v11 |
+-------------------+-------------------+
| Lilac | v12 |
+-------------------+-------------------+
| Maple | v13 |
+-------------------+-------------------+
| Nutmeg | v14 |
+-------------------+-------------------+
| Olive | v15 |
+-------------------+-------------------+
| Palm | v16 |
+-------------------+-------------------+
| Quince | v17 |
+-------------------+-------------------+
| Redwood | v18 |
+-------------------+-------------------+


.. _compatibility_notes_end:

Documentation
-------------

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[Documentation] Add compatibility notes, so you find info about what version of Tutor you should install by the Open edX release you need. (by @MaferMazu)
4 changes: 4 additions & 0 deletions docs/download/pip.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
.. parsed-literal::
# To download the latest release
pip install "tutor[full]"
# Or pip install tutor==<tutor_version>
# See the section about :ref:`compatibility_notes` for more details.
7 changes: 7 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,13 @@ Tutor: the Docker-based Open edX distribution designed for peace of mind
Pypi releases <https://pypi.org/project/tutor>
Changelog <https://github.com/overhangio/tutor/blob/master/CHANGELOG.md>

.. _compatibility_notes:

.. include:: ../README.rst
:start-after: _compatibility_notes_start:
:end-before: _compatibility_notes_end:


Source code
-----------

Expand Down

0 comments on commit 0fd8bc0

Please sign in to comment.