From f1999d8949ab403d7e81e2896ba7e7aca83b95bc Mon Sep 17 00:00:00 2001 From: Mark Hoeber Date: Tue, 1 Apr 2014 10:46:37 -0400 Subject: [PATCH] Fixed nested bullets to enable PDF MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 4 levels of bullets don’t work with latex DOC-250 --- .../source/building_course/organizing_course.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/en_us/course_authors/source/building_course/organizing_course.rst b/docs/en_us/course_authors/source/building_course/organizing_course.rst index 369cb44b72..78d147dcb6 100644 --- a/docs/en_us/course_authors/source/building_course/organizing_course.rst +++ b/docs/en_us/course_authors/source/building_course/organizing_course.rst @@ -12,10 +12,10 @@ How a Course is Organized You organize your course in the following hierarchy: -- :ref:`Sections`, which contain - - :ref:`subsections`, which contain - - :ref:`units`, which contain - - :ref:`components`, which contain your actual course content. +* :ref:`Sections`, which contain +* :ref:`subsections`, which contain +* :ref:`units`, which contain +* :ref:`components`, which contain your actual course content. Studio provides you with flexibility when organizing your course. A common course model is for sections to correspond to weeks or chapters, and for subsections to correspond to lessons.