{% 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 %}
Technical documentation lives here

{% blocktrans trimmed %} Read the Docs simplifies software documentation by automating building, versioning, and hosting of your docs for you. {% endblocktrans %}

Free docs hosting

{% 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 %}

Webhooks

{% 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 %}

Multiple formats

{% 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 %}

Multiple versions

{% 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 %}

{% trans "Getting started guide" %}
{# include "includes/widesearchbar.html" #}
{% if featured_list %} {% comment %} {% get_current_language as language %} {% cache 600 homepage_featured_list language #} {% endcomment %}

{% trans "Featured Projects" %}

{% with "foo bar baz foo-bar bar-foo foo-foo" as projects %} {% for project in projects.split %}
{{ project }}
123 builds
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur sagittis tortor felis, eu maximus magna aliquet a.
{% endfor %} {% endwith %}
{# include "core/project_list_featured.html" #}
{% comment %}{# endcache #}{% endcomment %} {% endif %}

{% trans "Read the Docs is funded by the community" %}

{% 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 %}

{% endblock content-wrapper %}