Skip to content

Commit e3cd129

Browse files
jesica-greco-zocdocsarina
authored andcommitted
Adjusting see also table links
1 parent 3f4fecc commit e3cd129

File tree

9 files changed

+38
-23
lines changed

9 files changed

+38
-23
lines changed

source/educators/how-tos/add_update_full_profile.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Add or Update a Full Profile
66

77
.. note:: You must specify your year of birth on the **Account Settings** page
88
before you can share a full profile. If you are under 13 years of age, you
9-
can share only a `Create or Edit a Limited Profile`_.
9+
can share only a Limited Profile.
1010

1111
If you create a full profile, you share the following information in
1212
addition to your username and profile image.
@@ -60,10 +60,14 @@ The site saves your changes automatically.
6060
saved, and becomes visible again to other learners and course teams if you
6161
change your profile back to **Full Profile**.
6262

63+
6364
.. seealso::
6465
:class: dropdown
6566

6667
:doc:`what_is_profile_page <../concepts/open_edx_platform/what_is_profile_page>` (concept)
68+
6769
:doc:`add_update_limited_profile` (how-to)
70+
6871
:doc:`add_links_to_social_media_accounts` (how-to)
72+
6973
:doc:`view_another_learners_profile` (how-to)

source/educators/how-tos/content-tagging-how-tos/add_delete_tags_course_content.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _Add and delete tags on course content:
2+
13
Add and delete tags on course content
24
#####################################
35

source/educators/how-tos/content-tagging-how-tos/build_taxonomy_using_template.rst

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,9 @@ create a taxonomy of cities, like this:
6363

6464
For a tag like “United States” which is a “root” tag in the taxonomy, we leave “parent_id” empty. We can also leave “comments” empty.
6565

66-
**Choosing an ID:** The “id” column is required, but its exact value is not particularly important at this stage. The main requirement is that each row (each tag) has a unique ID. (Though remember that the “values” of each row also must be unique.) For learning purposes, feel free to use numbers like 1, 2, 3, 4 as the IDs. You could also just make the “id” the same as the “value” (i.e. put “United States” as both the ID and the value), or make up a short ID like “USA”. To understand more, and learn how IDs play an important role when updating the taxonomy, please read `Concept: Why does each tag need an ID when importing a taxonomy? <https://openedx.atlassian.net/l/cp/U1i001z1>`_.
66+
**Choosing an ID:** The “id” column is required, but its exact value is not particularly important at this stage. The main requirement is that each row (each tag) has a unique ID. (Though remember that the “values” of each row also must be unique.) For learning purposes, feel free to use numbers like 1, 2, 3, 4 as the IDs. You could also just make the “id” the same as the “value” (i.e. put “United States” as both the ID and the value), or make up a short ID like “USA”. To understand more, and learn how IDs play an important role when updating the taxonomy, please read :ref:`tag-ids-for-taxonomy-import`
67+
68+
6769

6870
3. Creating "child" tags
6971
************************
@@ -104,18 +106,18 @@ create a taxonomy of cities, like this:
104106
.. seealso::
105107
:class: dropdown
106108

107-
:ref: `Add and delete tags on courses` (how-to)
109+
:ref:`Add and delete tags on course content` (how-to)
108110

109-
:ref: `Create a flat taxonomy by uploading a CSV` (how-to)
111+
:ref:`add-tags-to-a-course` (how-to)
110112

111-
:ref: `Import and export a taxonomy` (how-to)
113+
:ref:`create-flat-taxonomy` (how-to)
112114

113-
:ref: `Update/Re-import a taxonomy` (how-to)
115+
:ref:`import-export-taxonomy` (how-to)
114116

115-
:ref: `Why does each tag need an ID when importing a taxonomy?` (concept)
116-
117-
:ref: `Manage Permissions on a Taxonomy` (how-to)
117+
:ref:`Update/Re-import a taxonomy` (how-to)
118118

119-
:ref: `Add and delete tags on courses` (how-to)
119+
:ref:`tag-ids-for-taxonomy-import` (concept)
120+
121+
:ref:`Manage Permissions on a Taxonomy` (how-to)
120122

121-
:ref: `Export tag data from a course` (how-to)
123+
:ref:`Export tag data from a course` (how-to)

source/educators/how-tos/content-tagging-how-tos/export_tag_data_from_course.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
#############################
1+
.. _Export tag data from a course:
2+
23
Export tag data from a course
34
#############################
45

source/educators/how-tos/content-tagging-how-tos/manage_permissions_taxonomy.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _Manage Permissions on a Taxonomy:
2+
13
Manage Permissions on a Taxonomy
24
################################
35

source/educators/how-tos/content-tagging-how-tos/update_reimport_taxonomy.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _Update/Re-import a taxonomy:
2+
13
Update/Re-import a taxonomy
24
###########################
35

source/educators/how-tos/course_development/exercise_tools/add_calculator.rst

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,15 @@ To enable the calculator tool, follow these steps.
5959
.. seealso::
6060
:class: dropdown
6161

62-
:ref: `Annotation Problem` (how-to)
62+
:ref:`Chemical Equation` (how-to)
63+
64+
:ref:`Notes Tool` (how-to)
65+
66+
:ref:`RecommenderXBlock` (how-to)
67+
68+
:ref:`Annotation` (how-to)
69+
70+
:ref:`Enable Completion` (how-to)
71+
72+
6373

64-
:ref:`Chemical Equation` (how-to)

source/educators/how-tos/update_rerun_course.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,6 @@ who enroll in the new course run.
7070
input, or math expression input problems, review the
7171
:ref:`Markdown-style formatting <Simple Editor>` or :ref:`OLX markup
7272
<Advanced Editor>` of any problems created before September 2016.
73-
For more information about the updates that you can make to improve the
74-
accessibility of these problem types, see the `Release Notes
75-
<http://edx.readthedocs.io/projects/edx-release-notes/en/latest/studio_index.html#updates-to-capa-problem-types>`_.
7673

7774
* If your course uses prerequisite course subsections to hide course
7875
subsections until learners complete other, prerequisite subsections,

source/educators/references/resources_for_course_teams.rst

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,10 @@ on an Open edX site.
1414
:local:
1515
:depth: 1
1616

17-
Open edX Demo Course
18-
====================
1917

20-
The `Open edX Demo Course <https://sandbox.openedx.org/courses/course-v1:OpenedX+01-2024+2024-1/about>`_ course is designed to discuss the tools and features that you can leverage in your learning program. After providing details about the platform, the course shows the different types of content that can be created, showcase the variety of assessment tools, and explore the different ways that you can engage your learners with social interactions.
21-
22-
*************
18+
#############
2319
Documentation
24-
*************
20+
#############
2521

2622
Documentation for course teams is available from the docs.openedx.org web page.
2723

0 commit comments

Comments
 (0)