Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
f75d370a
Commit
f75d370a
authored
Aug 24, 2016
by
Alison Hodges
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updates help links to point to Open edX Euc versions
parent
39f3e103
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
8 deletions
+7
-8
docs/cms_config.ini
+4
-4
docs/lms_config.ini
+1
-2
lms/templates/instructor/instructor_dashboard_2/cohort-group-header.underscore
+2
-2
No files found.
docs/cms_config.ini
View file @
f75d370a
# below are the server-wide settings for documentation
# below are the server-wide settings for documentation
[help_settings]
[help_settings]
url_base
=
http://edx.readthedocs.
org/projects/edx-partner-course-staff
url_base
=
http://edx.readthedocs.
io/projects/open-edx-building-and-running-a-course
version
=
latest
version
=
open-release-eucalyptus.master
# below are the pdf settings for the pdf file
# below are the pdf settings for the pdf file
[pdf_settings]
[pdf_settings]
pdf_base
=
https://media.readthedocs.org/pdf/
edx-partner-course-staff
pdf_base
=
https://media.readthedocs.org/pdf/
open-edx-building-and-running-a-course
pdf_file
=
edx-partner-course-staff
.pdf
pdf_file
=
open-edx-building-and-running-a-course
.pdf
# below are the sub-paths to the documentation for the various pages
# below are the sub-paths to the documentation for the various pages
...
...
docs/lms_config.ini
View file @
f75d370a
# below are the server-wide settings for documentation
# below are the server-wide settings for documentation
[help_settings]
[help_settings]
url_base
=
http://edx.readthedocs.io/projects/open-edx-learner-guide
url_base
=
http://edx.readthedocs.io/projects/open-edx-learner-guide
version
=
latest
version
=
open-release-eucalyptus.master
# below are the pdf settings for the pdf file
# below are the pdf settings for the pdf file
[pdf_settings]
[pdf_settings]
...
...
lms/templates/instructor/instructor_dashboard_2/cohort-group-header.underscore
View file @
f75d370a
...
@@ -12,10 +12,10 @@
...
@@ -12,10 +12,10 @@
<div class="setup-value">
<div class="setup-value">
<% if (cohort.get('assignment_type') == "manual") { %>
<% if (cohort.get('assignment_type') == "manual") { %>
<%- gettext("Learners are added to this cohort only when you provide their email addresses or usernames on this page.") %>
<%- gettext("Learners are added to this cohort only when you provide their email addresses or usernames on this page.") %>
<a href="http://edx.readthedocs.
org/projects/edx-partner-course-staff/en/latest
/course_features/cohorts/cohort_config.html#assign-learners-to-cohorts-manually" class="incontext-help action-secondary action-help" target="_blank"><%- gettext("What does this mean?") %></a>
<a href="http://edx.readthedocs.
io/projects/open-edx-building-and-running-a-course/en/open-release-eucalyptus.master
/course_features/cohorts/cohort_config.html#assign-learners-to-cohorts-manually" class="incontext-help action-secondary action-help" target="_blank"><%- gettext("What does this mean?") %></a>
<% } else { %>
<% } else { %>
<%- gettext("Learners are added to this cohort automatically.") %>
<%- gettext("Learners are added to this cohort automatically.") %>
<a href="http://edx.readthedocs.
org/projects/edx-partner-course-staff/en/latest
/course_features/cohorts/cohorts_overview.html#all-automated-assignment" class="incontext-help action-secondary action-help" target="_blank"><%- gettext("What does this mean?") %></a>
<a href="http://edx.readthedocs.
io/projects/open-edx-building-and-running-a-course/en/open-release-eucalyptus.master
/course_features/cohorts/cohorts_overview.html#all-automated-assignment" class="incontext-help action-secondary action-help" target="_blank"><%- gettext("What does this mean?") %></a>
<% } %>
<% } %>
</div>
</div>
</div>
</div>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment