Skip to content
This repository has been archived by the owner on Aug 30, 2023. It is now read-only.

openedx-unsupported/edx-developer-docs

Repository files navigation

edx-developer-docs

Continuous Integration Documentation License

WARNING: This repository is Archived.

For more up-to-date documentation see: https://docs.openedx.org/en/latest/developers

Testing

To test documentation changes locally, run through the following.

Install the requirements inside of a Python virtualenv.

make requirements

Then run all tests as they will be run against your PR.

make test-all

Note: Look for warnings, which will not fail the test but are useful to clean up.

Alternatively, build the docs which should load them in your browser.

make docs

Lastly, if you want to test external links (from the docs directory).

cd docs
make linkcheck

License

The code in this repository is licensed under the AGPL 3.0 unless otherwise noted.

Please see LICENSE.txt for details.

How To Contribute

This repo is not currently taking new contributions. Consider contributing to https://github.com/openedx/docs.openedx.org/

How to Start Contributing

Reporting Security Issues

Please do not report security issues in public. Please email security@tcril.org

Getting Help

Have a question about this repository, or about Open edX in general? Please refer to this list of resources if you need any assistance.