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
5b93992e
Commit
5b93992e
authored
Apr 02, 2015
by
Jesse Zoldak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix trailing whitespace issues
parent
e9635e7f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
docs/en_us/platform_api/source/conf.py
+2
-2
lms/djangoapps/course_structure_api/v0/views.py
+2
-2
openedx/core/djangoapps/user_api/accounts/views.py
+1
-1
No files found.
docs/en_us/platform_api/source/conf.py
View file @
5b93992e
...
...
@@ -73,7 +73,7 @@ MOCK_MODULES = [
'eventtracking'
,
'xmodule'
,
'xmodule.exceptions'
,
'xmodule.modulestore'
,
'xmodule.modulestore'
,
'xmodule.modulestore.exceptions'
,
'xmodule.modulestore.django'
,
'courseware.models'
,
...
...
@@ -118,7 +118,7 @@ MOCK_MODULES = [
'reportlab.pdfgen'
,
'reportlab.pdfgen.canvas'
,
'reportlab.lib.pagesizes'
,
'reportlab.lib.units'
,
'reportlab.lib.units'
,
'reportlab.lib.styles'
,
'reportlab.platypus'
,
'reportlab.platypus.tables'
,
...
...
lms/djangoapps/course_structure_api/v0/views.py
View file @
5b93992e
...
...
@@ -77,7 +77,7 @@ class CourseList(CourseViewMixin, ListAPIView):
"""
**Use Case**
Get a paginated list of courses in the edX Platform.
Get a paginated list of courses in the edX Platform.
The list can be filtered by course_id.
...
...
@@ -165,7 +165,7 @@ class CourseDetail(CourseViewMixin, RetrieveAPIView):
**Response Values**
* id: The unique identifier for the course.
* name: The name of the course.
* category: The type of content.
...
...
openedx/core/djangoapps/user_api/accounts/views.py
View file @
5b93992e
...
...
@@ -47,7 +47,7 @@ class AccountView(APIView):
* gender: One of the fullowing values:
* "m"
* "m"
* "f"
* "o"
* null
...
...
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