Files
edx-platform/docs
Jesse Zoldak 4465373177 Disable migrations by default in unittests
Rendering model states when running migrate in Django 1.8 consumes
on the order of 4x-6x more memory than <1.8.

References:
* https://code.djangoproject.com/ticket/24745
* https://code.djangoproject.com/ticket/24743

This is causing failures in Jenkins as the workers run out of memory
and either processes cannot fork or the Out Of Memory Killer
kills a process that is running tests.

Disabling migrations until we do either or both of these:
* Upgrade to Django 1.9 and turn them back on. See EV-92 "Discovery: Upgrade edx-platform to Django 1.9"
* Address TE-1310 "Unit tests should be able to run without migrations"
2016-10-12 14:02:19 -04:00
..
2015-01-15 10:25:28 -05:00

###################
EdX Documentation
###################

The following documentation projects have been moved to the `edx-documentation`_ repository as of November 3, 2014:

* course_authors
* data
* developers
* install_operations
* mobile
* OLX
* ORA-2
* release_notes
* students

API documentation that includes docstrings from code files is stored in the
repository of that module.  All other documentation projects are stored in edx-
documentation.

By moving documentation to its own repository, we will be better able to
develop workflows, manage versioning, create translations, and automate
testing, without complicating ongoing development of the edX Platform.

.. _edx_documentation: https://github.com/edx/edx-documentation

******************************
View Published Documentation
******************************

EdX documentation is published through Read the Docs. Links to all published
documentation are available through `docs.edx.org`_.

.. _docs.edx.org: http://docs.edx.org

******************************
Submit Documentation Issues
******************************

We welcome input from the community on any documentation issues.  You can
submit issues to the Documentation project in the `Open edX JIRA board`_.

You will need to `create a free JIRA account`_ account before you can submit your first
ticket.

.. _create a free JIRA account: https://openedx.atlassian.net/admin/users/sign-up
.. _Open edX JIRA board: https://openedx.atlassian.net

You can also email docs@edx.org.