From 8d4f335716f51967c419730bddc21c165d85b9fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Thu, 10 Oct 2019 15:38:03 +0200 Subject: [PATCH] Fix erroneous docs on unsupported features. --- docs/faq.rst | 8 ++------ docs/plugins.rst | 3 ++- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/docs/faq.rst b/docs/faq.rst index 5b80c2f..ac983dc 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -43,13 +43,9 @@ No. Tutor is developed independently from edX. That means that the folks at edX. What features are missing from Tutor? ------------------------------------- -Those features are currently not available in Tutor: +Tutor tries very hard to support all major Open edX features, notably in the form of :ref:`plugins `. In particular, the discovery and ecommerce services, once unavailable in Tutor, can now be easily installed via plugins. If you are interested in sponsoring the development of a new plugin, please `get in touch `__! -- `discovery service `_ -- `ecommerce `_ -- `analytics `_ - -Those extra services were considered low priority while developing this project, but we are planning on adding them to Tutor, eventually. If you need one or more of these services, feel free to let me know by opening a `Github issue `_. In particular, support for the Analytics stack is going to require a lot of work and I am looking forward to financial sponsorship. Please get in touch if you're interested. +It should be noted that the `Analytics `__ stack is currently unsupported, and will likely stay so in the future, as it would require a tremendous amount of work to containerize all the components. For generating great-looking analytics reports, we recommend the `Figures plugin `__. Are there people already running this in production? ---------------------------------------------------- diff --git a/docs/plugins.rst b/docs/plugins.rst index 2519ae4..cd49c95 100644 --- a/docs/plugins.rst +++ b/docs/plugins.rst @@ -174,7 +174,8 @@ Example:: templates = templates = os.path.join(os.path.abspath(os.path.dirname(__file__)), "templates") With the above declaration, you can store plugin-specific templates in the ``templates/myplugin`` folder next to the ``plugin.py`` file. - + +.. _existing_plugins: Existing plugins ----------------