64 lines
2.1 KiB
HTML
Executable File
64 lines
2.1 KiB
HTML
Executable File
|
|
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta name="description" content="">
|
|
<meta name="author" content="">
|
|
|
|
<title>edX | docs</title>
|
|
|
|
<!-- Bootstrap core CSS -->
|
|
<link href="css/bootstrap.css" rel="stylesheet">
|
|
|
|
<!-- Custom styles for this template -->
|
|
<link href="css/jumbotron-narrow.css" rel="stylesheet">
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="container">
|
|
<div class="jumbotron">
|
|
<h1>edX | docs</h1>
|
|
<p class="lead">
|
|
Documentation for the open source edX platform<br />
|
|
Designed for Developers and Course Authors
|
|
</p>
|
|
</div>
|
|
|
|
<div class="row marketing">
|
|
<div class="col-lg-12">
|
|
<h4>How we build docs</h4>
|
|
<p>
|
|
Our documentation is built with <a href="http://sphinx-doc.org/">Sphinx</a>
|
|
and hosted on <a href="https://readthedocs.org/">ReadTheDocs</a>. We chose these tools
|
|
because of their open source nature and dedication to the Python community.
|
|
If you can write in <a href="http://docutils.sourceforge.net/rst.html">reStructuredText</a>
|
|
format (it's like Markdown), we would love contributions to our documentation.
|
|
</p>
|
|
|
|
<p>
|
|
To get started, choose your documentation path.
|
|
</p>
|
|
|
|
<p align="center">
|
|
<a class="btn btn-lg btn-info" href="http://edx.readthedocs.org/projects/devdata/en/latest/">I'm a Developer or a Researcher</a>
|
|
<a class="btn btn-lg btn-info" href="http://edx.readthedocs.org/projects/ca/en/latest/">I'm an Author</a>
|
|
</p>
|
|
</div>
|
|
|
|
<div class="footer">
|
|
<p>© 2013 <a href="http://www.edx.org">edX</a>. All rights reserved.</p>
|
|
</div>
|
|
|
|
</div> <!-- /container -->
|
|
|
|
|
|
<!-- Bootstrap core JavaScript
|
|
================================================== -->
|
|
<!-- Placed at the end of the document so the pages load faster -->
|
|
</body>
|
|
</html>
|