Nimisha Asthagiri
fd49f88e08
Moves external_auth from common to openedx/core.
2016-10-07 12:34:22 -04:00
Shaily Sangwan
fc639afa11
replaced static with dynamically generated copyright year
2016-09-23 18:01:46 +05:30
Peter Desjardins
35521a38fb
Fixed import failures that were preventing the platform API documentation from building. The problem is that the doc building environment doesn't need to install all the Python modules that the platform software does, but when Sphinx tries to import select modules so that it can use autoclass to publish docstrings it tries to import all the modules that are imported by those modules, recursively. I mocked the missing modules.
2016-08-26 13:25:08 -04:00
Peter Desjardins
7ff463c0e9
Mocked some Python modules when running a Sphinx documentation publishing build. Updated an autoclass class name that changed."
2016-06-10 12:27:51 -04:00
Nimisha Asthagiri
c6954902e3
Create courseware/views folder
2016-05-03 09:02:45 -04:00
Peter Desjardins
09aae6e72c
Mocking some modules that were missing during platform API doc builds.
2016-04-28 13:54:14 -04:00
Peter Desjardins
3983d4b58a
Deprecating REST APIs per DOC-2101, DOC-2653. Also adding the -W shpinx-build option per DOC-2530.
2016-03-31 17:05:17 -04:00
Peter Desjardins
6ee64fc685
Adjusted the list of mock modules for the platform API documentation build. This prevents build failures when Sphinx cannot import modules. Addresses https://openedx.atlassian.net/browse/DOC-2638 .
2016-02-23 17:48:22 -05:00
Ned Batchelder
65c68d07ac
Keep the API docs building
2015-12-14 19:02:22 -05:00
Peter Desjardins
df13b52181
Fix doc build failures that were caused by Python module import failures. Also fix broken cross references. https://openedx.atlassian.net/browse/DOC-2478
2015-12-11 12:50:40 -05:00
Usman Khalid
6cb62f2697
Rebase upgrade Django to v1.8.5
...
Please note that this is a squshed commit and the work of:
Symbolist, macdiesel, nedbat, doctoryes, muzaffaryousaf and muhammad-ammar
2015-11-10 15:00:19 -05:00
jsa
56b7b7007e
Update from ecommerce-api-client 1.1 to edx-rest-api-client 1.2
2015-10-20 17:44:19 -04:00
Usman Khalid
f6193c872e
Merge pull request #10059 from edx/usman/use-included-staticfiles-app
...
Upgrade django pipeline to v.1.5.3.
2015-10-08 16:10:36 +05:00
Usman Khalid
dbcd1bf430
Use django.contrib.staticfiles instead of django-staticfiles.
...
TNL-3137
2015-10-06 19:52:38 +05:00
Brian Beggs
0ca679e244
Revert "Upgrade django-pipeline and staticfiles"
2015-10-05 14:40:28 -04:00
Usman Khalid
0ce679fc06
Merge pull request #9934 from edx/usman/use-included-staticfiles-app
...
Upgrade django-pipeline and staticfiles.
2015-10-02 22:37:24 +05:00
Usman Khalid
2b59d46a31
Use django.contrib.staticfiles instead of django-staticfiles.
...
TNL-3137
2015-10-02 18:26:25 +05:00
Alison Hodges
adffb10cbe
Updates the description provided for a new enrollment report
...
https://github.com/edx/edx-platform/pull/9345
2015-10-01 16:28:42 -04:00
Mark Hoeber
334999180f
Add main index api doc label for inter sphinx
2015-09-24 10:00:25 -04:00
Brian Beggs
c26bb9188a
Revert "Upgrade django-pipeline and staticfiles"
2015-09-23 15:52:24 -04:00
Usman Khalid
158bdf4d09
Use django.contrib.staticfiles instead of django-staticfiles.
...
TNL-3137
2015-09-22 20:39:44 +05:00
Mark Hoeber
1aa73aa639
Merge pull request #9712 from edx/markhoeber-apidocfix
...
Fix and cleanup of API doc
2015-09-11 12:34:51 -04:00
Mark Hoeber
d33f237644
Fix and cleanup of API doc
2015-09-10 15:55:17 -04:00
Ned Batchelder
2a0259095d
Change imports from path to use the stablest name.
...
The old line:
from path import path
produced pylint errors because of the baroque way that path.py defined
"path". We tried to get them to change how they defined it, but they
deleted the name instead: https://github.com/jaraco/path.py/issues/102
(Jason then changed his mind, but this is a better way to use path.py,
it avoids the pylint error at least.)
2015-08-27 12:59:25 -04:00
Sylvia Pearce
d2b6ac84d3
Reorganize and update API documentation
2015-07-15 14:31:02 -04:00
Mark Hoeber
0df14f53d9
Profile Images API doc
2015-06-09 11:54:31 -04:00
Mark Hoeber
9e82d305d2
Adds preferences API and updates users to V1 with PEP8 fixes
2015-05-11 15:15:14 -04:00
Ben Patterson
937a16e589
Revert "Adds preferences API and updates users to V1"
2015-05-11 12:31:38 -04:00
Mark Hoeber
14ea62b3ec
User preferences API doc
2015-05-11 10:42:35 -04:00
Jesse Zoldak
5b93992ecb
Fix trailing whitespace issues
2015-04-02 16:32:22 -04:00
Mark Hoeber
b78f25c8d1
Platform API Documentation
2015-04-01 16:04:50 -04:00
stv
f994912cd8
Fix PEP8: W291 trailing whitespace
2015-02-27 10:04:53 -08:00
stv
40cb737298
Fix PEP8: E128 continuation line under-indented
...
for visual indent
2015-02-27 10:04:52 -08:00
stv
cdf7876a0e
Fix PEP8: W293 blank line contains whitespace
2015-02-27 10:04:52 -08:00
stv
5785fda7b1
Fix PEP8: W391 blank line at end of file
2015-02-27 10:04:52 -08:00
Mark Hoeber
1d738527b6
Platform/Mobile API doc updates
2015-01-29 10:19:35 -05:00
Sarina Canelake
9c7c4c8d26
s/pylint: disable=W0622/pylint: disable=redefined-builtin/
2014-12-01 11:22:13 -05:00
Sarina Canelake
7229ef92ee
s/pylint: disable=W0212/pylint: disable=protected-access/
2014-12-01 11:22:12 -05:00
Sarina Canelake
c0556a7ef8
s/pylint: disable=W0613/pylint: disable=unused-argument/
2014-12-01 11:22:11 -05:00
Sarina Canelake
b127d2844b
s/pylint: disable=C0103/pylint: disable=invalid-name/
2014-12-01 11:22:09 -05:00
stv
ac1d643e24
Fix PEP8: E401 multiple imports on one line
2014-11-25 10:15:07 -05:00
stv
b215d771b7
Fix PEP8: E128 continuation line under-indented
...
for visual indent
2014-11-24 20:46:50 -05:00
stv
5a69feadeb
Fix PEP8: E123 closing bracket does not match
...
indentation of opening bracket's line
2014-11-24 20:46:44 -05:00
stv
fb9f324f2f
Fix PEP8: E303 too many blank lines
2014-11-10 11:00:14 -08:00
stv
cf9308144d
Fix PEP8: E302 expected 2 blank lines, found 1
2014-11-10 11:00:11 -08:00
Mark Hoeber
0ea2254062
Platform API doc
2014-10-17 12:27:45 -04:00