index.html 2.08 KB
Newer Older
Julian Arni committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46

<!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">
47
                <a class="btn btn-lg btn-info" href="http://edx.readthedocs.org/projects/devdata/en/latest/">I'm a Developer or a Researcher</a>
Julian Arni committed
48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63
                <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>&copy; 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>