Conditionals:

See:  

Pluses:

Minuses:

 

re: conditional text. I agree we should work to design our docs so that we can use this tool sparingly. When we do use, it, though, I think that we should include a comment indicating at a minimum what the related feature is by referencing the PR or JIRA story. 

sample comment:  https://github.com/edx/edx-documentation/blame/DOCS/SaudiProjects/en_us/shared/building_and_running_chapters/developing_course/course_outline.rst#L133


I conditionalized the learner engagement report.  Check your links above (after while, still building).

Also note, I changed the way conditions are working to something much simpler.

See:  https://github.com/edx/edx-documentation/blame/DOCS/SaudiProjects/en_us/shared/building_and_running_chapters/running_course/course_student.rst#L184

https://github.com/edx/edx-documentation/blame/DOCS/SaudiProjects/en_us/shared/building_and_running_chapters/developing_course/course_outline.rst#L132

for examples of using .. only:: audience

and config files for this setting per project:

https://github.com/edx/edx-documentation/blob/DOCS/SaudiProjects/en_us/course_authors/source/conf.py#L23

https://github.com/edx/edx-documentation/blob/DOCS/SaudiProjects/en_us/open_edx_course_authors/source/conf.py#L22


Examples

.. only:: Open_edX
 Data about course enrollment is available from the Instructor Dashboard and
from Insights. For more information, see :ref:`view_enrollment_count`.
.. only:: Partners
 Data about course enrollment is available from edX Insights. You can access
Insights from the Instructor Dashboard for your live course: after you select
**Instructor**, follow the link in the banner at the top of each page. For
more information, see `Using edX Insights`_.