Commit Graph

13 Commits

Author SHA1 Message Date
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
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
wajeeha-khalid
574807f051 Update accounts.rst 2015-10-06 21:59:20 +05:00
Mark Hoeber
35034841fb Doc Label fix for Intersphinx 2015-10-02 13:48:35 -04:00
Mark Hoeber
d33f237644 Fix and cleanup of API doc 2015-09-10 15:55:17 -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
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
Mark Hoeber
b78f25c8d1 Platform API Documentation 2015-04-01 16:04:50 -04:00