Commit Graph

807 Commits

Author SHA1 Message Date
Jim Abramson
88bfeafe4c Merge pull request #10274 from edx/jsa/update-erac
Update from ecommerce-api-client 1.1 to edx-rest-api-client 1.2
2015-10-21 14:20:53 -04: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
Christine Lytwynec
b887280a96 update testing.rst 2015-10-20 14:24:51 -04:00
wajeeha-khalid
2c3d64a535 Update users.rst 2015-10-13 11:54:46 +05:00
Andy Armstrong
421a9cc0ea Add details about debugging Jasmine tests 2015-10-08 13:52:39 -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
wajeeha-khalid
574807f051 Update accounts.rst 2015-10-06 21:59:20 +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
Mark Hoeber
d3f39b2ffb Merge pull request #10025 from edx/markhoeber-intersphinx-fix
Doc Label fix for Intersphinx
2015-10-02 14:30:22 -04:00
Mark Hoeber
35034841fb Doc Label fix for Intersphinx 2015-10-02 13:48:35 -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
David Baumgold
9fbb280a9c Don't repeat the word 'standard' 2015-09-24 17:10:00 -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
Christine Lytwynec
5e1ba5897c Update testing.rst with info about bok choy accessibility tests 2015-07-29 11:44:15 -04:00
Sylvia Pearce
c2420b0940 Final tweaks to API documentation updates 2015-07-15 21:46:11 +00:00
Sylvia Pearce
d2b6ac84d3 Reorganize and update API documentation 2015-07-15 14:31:02 -04:00
Daniel Friedman
d87a0f146b Update docs for testing common requirejs tests 2015-07-02 14:12:32 -04:00
Mark Hoeber
7c2a4bc737 Merge pull request #8214 from edx/markhoeber-doc1987
Profile Images API doc
2015-06-09 12:51:58 -04:00
Mark Hoeber
0df14f53d9 Profile Images API doc 2015-06-09 11:54:31 -04:00
Utkarsh
7d33892284 Update testing.rst 2015-06-09 10:43:46 -04:00
Utkarsh
00970a0f5a Update testing.rst
Adding information about paver
2015-06-09 10:02:49 -04:00
Ben Patterson
aebb35d361 Use jshint in paver, include in builds.
JShint will be executed with paver run_jshint, which will use a defined set of
directories (likewise defined are directories to ignore). A limit can be imposed
on the total number of violations. Note that this change does NOT include adding
jshint to diff-quality or `paver run_quality`.
2015-05-22 16:06:13 -04:00
Mark Hoeber
0284dce949 Update overview.rst
Fix typo
2015-05-20 10:40:32 -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
00184b83af Merge pull request #7862 from edx/markhoeber-doc1820
Adds preferences API and updates users to V1
2015-05-11 10:43:10 -04:00
Mark Hoeber
14ea62b3ec User preferences API doc 2015-05-11 10:42:35 -04:00
Akiva Leffert
f6401c1640 Fix indentation for course structure API example 2015-04-28 13:56:40 -04:00
Mark Hoeber
39cd5cec60 Merge pull request #7791 from edx/markhoeber-doc1904
Updated enrollment api doc for new response fields
2015-04-24 09:23:00 -04:00
Mark Hoeber
568ed781c6 Updated enrollment api doc for new response fields
And cleaned up one doctoring
2015-04-23 15:17:47 -04:00
David Baumgold
6af95ae828 Enable --pdb debugging
This allows developers to pass the `--pdb` flag to paver test commands,
and that flag will be proxied to the `nosetests` command. It's useful
for debugging purposes.
2015-04-16 17:04:59 -04:00
Mark Hoeber
e931df20ec Merge pull request #7578 from edx/markhoeber-redirect-enrollment-api-doc
Redirect Enrollment API to Platform API doc
2015-04-06 09:50:13 -04:00
Mark Hoeber
8008cfbe18 Redirect Enrollment API to Platform API doc 2015-04-03 11:08:05 -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
Mark Hoeber
4ba4f414f9 Add Mocks to Enrollment API Doc Config 2015-03-11 13:17:27 -04:00
Ned Batchelder
697b487e81 Leave a redirection testing.md file behind 2015-03-06 13:18:05 -05:00
Ned Batchelder
4f6881c871 Change .md file to .rst. 2015-03-06 13:18:04 -05:00
Ned Batchelder
ed2544388a Diff-cover moved 2015-03-04 10:51:38 -05:00
Mayank Jain
70db28bbcf added links to docs pages in overview readme 2015-03-03 16:04:55 +01: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