This website requires JavaScript.
Explore
Help
Sign In
Andal.LND
/
edx-platform
Watch
6
Star
0
Fork
0
You've already forked edx-platform
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
dd45991926640b6a9c1663a42daa6debab6a444a
edx-platform
/
docs
/
en_us
/
platform_api
/
source
/
user
History
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
..
accounts.rst
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
index.rst
Doc Label fix for Intersphinx
2015-10-02 13:48:35 -04:00
overview.rst
Fix and cleanup of API doc
2015-09-10 15:55:17 -04:00
preferences.rst
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