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
72f7b25a
Commit
72f7b25a
authored
Apr 02, 2015
by
Jesse Zoldak
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #7574 from edx/zoldak/fix-pep8
Fix trailing whitespace issues
parents
e9635e7f
5b93992e
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 @
72f7b25a
...
@@ -73,7 +73,7 @@ MOCK_MODULES = [
...
@@ -73,7 +73,7 @@ MOCK_MODULES = [
'eventtracking'
,
'eventtracking'
,
'xmodule'
,
'xmodule'
,
'xmodule.exceptions'
,
'xmodule.exceptions'
,
'xmodule.modulestore'
,
'xmodule.modulestore'
,
'xmodule.modulestore.exceptions'
,
'xmodule.modulestore.exceptions'
,
'xmodule.modulestore.django'
,
'xmodule.modulestore.django'
,
'courseware.models'
,
'courseware.models'
,
...
@@ -118,7 +118,7 @@ MOCK_MODULES = [
...
@@ -118,7 +118,7 @@ MOCK_MODULES = [
'reportlab.pdfgen'
,
'reportlab.pdfgen'
,
'reportlab.pdfgen.canvas'
,
'reportlab.pdfgen.canvas'
,
'reportlab.lib.pagesizes'
,
'reportlab.lib.pagesizes'
,
'reportlab.lib.units'
,
'reportlab.lib.units'
,
'reportlab.lib.styles'
,
'reportlab.lib.styles'
,
'reportlab.platypus'
,
'reportlab.platypus'
,
'reportlab.platypus.tables'
,
'reportlab.platypus.tables'
,
...
...
lms/djangoapps/course_structure_api/v0/views.py
View file @
72f7b25a
...
@@ -77,7 +77,7 @@ class CourseList(CourseViewMixin, ListAPIView):
...
@@ -77,7 +77,7 @@ class CourseList(CourseViewMixin, ListAPIView):
"""
"""
**Use Case**
**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.
The list can be filtered by course_id.
...
@@ -165,7 +165,7 @@ class CourseDetail(CourseViewMixin, RetrieveAPIView):
...
@@ -165,7 +165,7 @@ class CourseDetail(CourseViewMixin, RetrieveAPIView):
**Response Values**
**Response Values**
* id: The unique identifier for the course.
* id: The unique identifier for the course.
* name: The name of the course.
* name: The name of the course.
* category: The type of content.
* category: The type of content.
...
...
openedx/core/djangoapps/user_api/accounts/views.py
View file @
72f7b25a
...
@@ -47,7 +47,7 @@ class AccountView(APIView):
...
@@ -47,7 +47,7 @@ class AccountView(APIView):
* gender: One of the fullowing values:
* gender: One of the fullowing values:
* "m"
* "m"
* "f"
* "f"
* "o"
* "o"
* null
* 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