{% extends "base.html" %}
{% load i18n %}
{% load humanize %}
{% load pagination_tags %}
{% load cache %}
{% block extra_metas %}
{% endblock extra_metas %}
{% block title %}
{% trans "Home" %}
{% endblock title %}
{% block body_class %}
home
{% if not request.user.is_authenticated %}splash{% endif %}
{% endblock body_class %}
{% block nav-browse %}
class="active"
{% endblock nav-browse %}
{% block header %}
{% include "includes/header.html" %}
{% endblock header %}
{% block content-wrapper %}
{% blocktrans trimmed %}
Read the Docs simplifies software documentation by automating building,
versioning, and hosting of your docs for you.
{% endblocktrans %}
{% blocktrans trimmed %} We will host your documentation for free forever. There are no tricks. We help tens of thousands of open source projects share their docs. {% endblocktrans %}
{% blocktrans trimmed %} Whenever you push code to your favorite version control system, whether that is Git, Mercurial, Bazaar, or Subversion, we will automatically build your docs so your code and documentation are never out of sync. {% endblocktrans %}
{% blocktrans trimmed %} Of course we build and host your docs for the web, but they are also vieweable as PDFs, as single page HTML, and for eReaders. No additional configuration is required. {% endblocktrans %}
{% blocktrans trimmed %} We can host and build multiple versions of your docs so having a 1.0 version of your docs and a 2.0 version of your docs is as easy as having a separate branch or tag in your version control system. {% endblocktrans %}
{% url "advertising" as advertising_url %} {% url "donate" as sponsors_url %} {% url "gold_detail" as gold_detail %} {% blocktrans trimmed %} Read the Docs is a huge resource that millions of developers rely on for software documentation. It would not be possible without the support of our sponsors, advertisers, and readers like you. {% endblocktrans %}
{% blocktrans trimmed %} Read the Docs is community supported. It depends on users like you to contribute to development, support, and operations. You can learn more about how to contribute in our docs. Thanks so much to our wonderful community team who helps us run the site. Read the Docs wouldn't be possible without them. {% endblocktrans %}
{% blocktrans trimmed %} Hosting for the project is graciously provided by AWS. {% endblocktrans %}